Skip to content

Commit a409438

Browse files
Update with winget config (#5291)
* Update with winget config * Update with file path and exe feedback * Update hub/python/beginners.md Co-authored-by: Sharla <[email protected]> * Update hub/python/beginners.md Co-authored-by: Sharla <[email protected]> * Update hub/python/beginners.md Co-authored-by: Sharla <[email protected]> * Update hub/python/beginners.md Co-authored-by: Sharla <[email protected]> * Update hub/python/beginners.md Co-authored-by: Sharla <[email protected]> * Remove Git install, not necessary here --------- Co-authored-by: Sharla <[email protected]>
1 parent 3bb6694 commit a409438

File tree

4 files changed

+66
-48
lines changed

4 files changed

+66
-48
lines changed

Diff for: hub/apps/get-started/samples.md

-4
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ A highly extensible editor, Visual Studio Code can be customized to support almo
9494
These additional tools will help you [set up your development environment on Windows](/windows/dev-environment/).
9595

9696
:::row:::
97-
:::column:::
98-
[**Dev Home**](/windows/dev-home/)<br/> Introduced with Windows 11, Dev Home was an experimental dashboard that provided quick access to the tools used to develop apps for Windows. Dev Home will no longer be supported beginning May 2025.
99-
:::column-end:::
10097
:::column:::
10198
[**Dev Drive**](/windows/dev-drive/)<br/>In order to speed up common development tasks, you can create a specially formatted drive (a Dev Drive) that is used to store your projects.
10299
:::column-end:::
@@ -118,7 +115,6 @@ Most WinUI apps are written in C# or C++. These guides contain articles, tutoria
118115
- [C++ language documentation](/cpp/)
119116
- [C++/WinRT language documentation](/windows/uwp/cpp-and-winrt-apis/)
120117

121-
122118
## Next steps
123119

124120
Now is also a good time to create a developer account. Among other things, this will allow you to publish your apps to the Microsoft Store. Here is how you do that: [Create a developer account](/windows/apps/get-started/sign-up)

Diff for: hub/dev-drive/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See the blog post: [Dev Drive for Performance Improvements in Visual Studio and
1717

1818
To set up a new Dev Drive, open Windows **Settings** and navigate to **System** > **Storage** > **Advanced Storage Settings** > **Disks & volumes**. Select **Create dev drive**. Existing storage volumes cannot be converted to be a Dev Drive. The Dev Drive designation happens only at the original format time.
1919

20-
Before setting up a Dev Drive, **ensure that the prerequisites are met.** You can also set up a Dev Drive using **[Dev Home's Machine configuration](../dev-home/setup.md)**.
20+
Before setting up a Dev Drive, **ensure that the prerequisites are met.**
2121

2222
![Screenshot of System > Storage > Disks & volumes](../images/dev-drive-create.png)
2323

@@ -394,8 +394,6 @@ Yes, using a Dev Drive can enhance efficiency and reduce build times when workin
394394

395395
When a dev drive is mounted but you forgot where its located, the following methods can be used to find it:
396396

397-
- Use [**Dev Drive Insights** in the Windows Customization](/windows/dev-home/windows-customization#dev-drive-insights) feature of Dev Home.
398-
399397
- Use [DiskPart](/windows-server/administration/windows-commands/diskpart) and the ["list vdisk" command](/windows-server/administration/windows-commands/list) to show the full path to the vhdx: 1) Open a command line and enter `diskpart`, 2) Once DiskPart opens, enter `list vdisk`.
400398

401399
- Use Powershell and "[Get-Disk](/powershell/module/storage/get-disk) | [Select-Object](/powershell/module/microsoft.powershell.utility/select-object) FriendlyName,Location]": Open PowerShell and enter `Get-Disk | Select-Object FriendlyName,Location`.

Diff for: hub/package-manager/configuration/index.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ The benefits of using a WinGet Configuration file include:
2626
2727
## Use a WinGet Configuration file to configure your machine
2828

29-
To set up your machine using a WinGet Configuration file, you can:
30-
31-
1. [Install Dev Home](../../dev-home/index.md), go to **Machine configuration**, select **Configuration file**, and choose the WinGet configuration file that you would like to use. (To create a configuration file, see [How to author a WinGet Configuration file](create.md)).
32-
33-
2. Use [winget configure](../winget/configure.md) in the command line. To use the `winget configure` command, you must be running WinGet version [v1.6.2631 or later](https://github.com/microsoft/winget-cli/releases).
29+
To set up your machine using a WinGet Configuration file, use [winget configure](../winget/configure.md) in the command line. To use the `winget configure` command, you must be running WinGet version [v1.6.2631 or later](https://github.com/microsoft/winget-cli/releases).
3430

3531
## WinGet Configuration FAQs
3632

0 commit comments

Comments
 (0)