Skip to content

Commit 05cb66f

Browse files
Merge pull request #6324 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-26 19:41 UTC
2 parents d6e1a66 + 8de94eb commit 05cb66f

22 files changed

Lines changed: 287 additions & 1219 deletions

.openpublishing.redirection.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5667,17 +5667,17 @@
56675667
},
56685668
{
56695669
"source_path": "hub/python/get-started/python-for-education.md",
5670-
"redirect_url": "/windows/python/beginners",
5670+
"redirect_url": "/windows/dev-environment/python",
56715671
"redirect_document_id": false
56725672
},
56735673
{
56745674
"source_path": "hub/python/get-started/python-for-web.md",
5675-
"redirect_url": "/windows/python/web-frameworks",
5675+
"redirect_url": "/windows/dev-environment/python",
56765676
"redirect_document_id": false
56775677
},
56785678
{
56795679
"source_path": "hub/python/get-started/python-for-scripting.md",
5680-
"redirect_url": "/windows/python/scripting",
5680+
"redirect_url": "/windows/dev-environment/python",
56815681
"redirect_document_id": false
56825682
},
56835683
{
@@ -8267,7 +8267,7 @@
82678267
},
82688268
{
82698269
"source_path": "hub/python/resources.md",
8270-
"redirect_url": "/windows/python/web-frameworks",
8270+
"redirect_url": "/windows/dev-environment/python",
82718271
"redirect_document_id": false
82728272
},
82738273
{
@@ -10610,6 +10610,31 @@
1061010610
"redirect_url": "/windows/apps/get-started/best-practices",
1061110611
"redirect_document_id": false
1061210612
},
10613+
{
10614+
"source_path": "hub/python/beginners.md",
10615+
"redirect_url": "/windows/dev-environment/python",
10616+
"redirect_document_id": false
10617+
},
10618+
{
10619+
"source_path": "hub/python/faqs.yml",
10620+
"redirect_url": "/windows/dev-environment/python",
10621+
"redirect_document_id": false
10622+
},
10623+
{
10624+
"source_path": "hub/python/index.yml",
10625+
"redirect_url": "/windows/dev-environment/python",
10626+
"redirect_document_id": false
10627+
},
10628+
{
10629+
"source_path": "hub/python/scripting.md",
10630+
"redirect_url": "/windows/dev-environment/python",
10631+
"redirect_document_id": false
10632+
},
10633+
{
10634+
"source_path": "hub/python/web-frameworks.md",
10635+
"redirect_url": "/windows/dev-environment/python",
10636+
"redirect_document_id": false
10637+
},
1061310638
{
1061410639
"source_path": "hub/apps/design/layout/depth-shadow.md",
1061510640
"redirect_url": "/windows/apps/develop/ui/shadows",

hub/advanced-settings/developer-mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99

1010
# Settings for developers
1111

12-
The **System > Advanced** page in Windows settings includes Developer Mode and additional features that you can use when Developer Mode is enabled. Developer Mode unlocks tools, settings, and features designed for building, deploying, and testing apps on Windows.
12+
The **[System > Advanced](ms-settings:developers)** page in Windows settings includes Developer Mode and additional features that you can use when Developer Mode is enabled. Developer Mode unlocks tools, settings, and features designed for building, deploying, and testing apps on Windows.
1313

1414
:::image type="content" source="images/for-developers.png" alt-text="A screenshot of Windows Advanced settings for developers, showing Developer Mode, Device Portal, and Device discovery.":::
1515

@@ -26,8 +26,8 @@ If you're writing software with Visual Studio, you *will* need to enable Develop
2626
To enable Developer Mode, or access other settings:
2727

2828
1. Open Windows Settings.
29-
2. Search for **Advanced** or go to **System > Advanced**, then scroll to the **For developers** section.
30-
3. Toggle the Developer Mode setting, at the top of the **For developers** section.
29+
2. Search for **Advanced** or go to **[System > Advanced](ms-settings:developers)**, then scroll to the **For developers** section.
30+
3. Toggle the **Developer Mode setting**, at the top of the **For developers** section.
3131
4. Read the disclaimer. Click **Yes** to accept the change.
3232

3333
:::image type="content" source="images/use-developer-features.png" alt-text="Developer Mode dialog in Visual Studio":::
@@ -39,7 +39,7 @@ If you try to build a Windows project in Visual Studio when Developer Mode *isn'
3939

4040
:::image type="content" source="images/enable-developer-mode-dialog.jpg" alt-text="Developer Mode dialog in Visual Studio that says Developer Mode needs to be enabled, with a link to settings for developers.":::
4141

42-
If you see this dialog, select **settings for developers** to open the **System > Advanced** settings page.
42+
If you see this dialog, select **settings for developers** to open the **[System > Advanced](ms-settings:developers)** settings page.
4343

4444
> [!NOTE]
4545
> You can go to the **Advanced** settings page at any time to *enable* or *disable* Developer Mode.

hub/advanced-settings/fe-version-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 01/22/2026
2020
2121
## Enable version control indicators
2222

23-
1. Open Settings and go to **System > Advanced**.
23+
1. Open Settings and go to **[System > Advanced](ms-settings:developers)***.
2424
2. Under **File Explorer + version control**, select **Add folders** and choose the repositories you want File Explorer to recognize.
2525
3. Return to File Explorer and open one of the selected folders to see repository details.
2626

@@ -29,7 +29,7 @@ ms.date: 01/22/2026
2929
3030
## How to identify repositories
3131

32-
Windows has to know which folders are source code repositories so File Explorer can display the version control information. You can select your repository folders in Windows Advanced Settings > File Explorer settings under the File Explorer + version control header.
32+
Windows has to know which folders are source code repositories so File Explorer can display the version control information. You can select your repository folders in **Settings > Advanced Settings > File Explorer** settings under the File Explorer + version control header.
3333

3434
![File Explorer version control Settings](../images/fe-source-settings.png)
3535

hub/advanced-settings/index.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,43 @@ ms.date: 01/22/2026
88

99
# Advanced Windows Settings
1010

11-
**Advanced Windows settings** is a redesign of the original **For Developers** page in Windows settings with additional settings to help you be more productive.
11+
The **Advanced** settings page in Windows (formerly known as **For Developers**) brings together settings that help developers and power users be more productive. It's an open-source project — contributions and feedback are welcome. Open it directly via **[System > Advanced](ms-settings:developers)** in Windows Settings.
1212

13-
## What's included
14-
15-
- **Developer Mode**: Unlock tools and features for building, deploying, and testing apps on Windows. See [Settings for developers](developer-mode.md).
16-
- **Sudo for Windows**: Run elevated commands from an unelevated console session. Available on Windows 11, version 24H2 and later. See [Sudo for Windows](sudo/index.md).
17-
- **File Explorer version control integration (PREVIEW)**: View branch, commit, and author details directly in File Explorer. See [File Explorer version control integration](fe-version-control.md).
13+
<div class="buttons margin-top-xs">
14+
<a href="ms-settings:developers" class="button button-primary button-sm">Open Advanced Settings</a>
15+
<a href="https://github.com/microsoft/windowsAdvancedSettings" class="button button-sm"><span class="icon docon docon-brand-github" role="img"></span><span>View on GitHub</span></a>
16+
</div>
1817

19-
## Find Advanced settings
18+
## What's included
2019

21-
- Open Settings and navigate to **System > Advanced**.
20+
| Category | Setting | Description |
21+
|---|---|---|
22+
| **Taskbar** | End Task | Enable end task in taskbar by right click |
23+
| **File Explorer** | File Explorer | Adjust settings for a more developer-friendly experience using File Explorer |
24+
| | ↳ Show file extensions | Show file extensions in File Explorer |
25+
| | ↳ Show hidden and system files | Show hidden and system files in File Explorer |
26+
| | ↳ Show full path in title bar | Show the full path in the File Explorer title bar |
27+
| | ↳ Show option to run as different user in Start | Show option to run as a different user in the Start menu |
28+
| | ↳ Show empty drives | Show empty drives in File Explorer |
29+
| **File Explorer** | File Explorer + version control | View branch, commit, and author details directly in File Explorer. See [File Explorer version control integration](fe-version-control.md) |
30+
| **File Explorer** | Enable long paths | Remove MAX_PATH limitations from common Win32 file and directory functions |
31+
| **Virtual Workspace** | Remote Desktop | Enable Remote Desktop and ensure machine availability |
32+
| **Virtual Workspace** | Virtual Workspaces | Adjust settings for virtual workspaces |
33+
| **Terminal** | Terminal | Choose the default terminal app to host command-line apps |
34+
| **Terminal** | PowerShell | Turn on these settings to execute PowerShell scripts |
35+
| **Terminal** | Enable sudo | Enable the sudo command. See [Sudo for Windows](sudo/index.md) |
36+
| **For developers** | Developer Mode | Install apps from any source, including loose files. See [Settings for developers](developer-mode.md) |
37+
| **For developers** | Device Portal | Turn on remote diagnostics over local area network connections |
38+
| **Dev Drive** | Dev Drive | A storage volume optimized for performance in developer scenarios |
2239

2340
## Availability notes
2441

2542
- In Windows 11, version 25H2 and later, the former **For developers** settings are now surfaced under the **Advanced** page.
2643
- Sudo for Windows is available in Windows 11, version 24H2 and later. See [Sudo for Windows](sudo/index.md).
27-
- File Explorer version control integration is currently available via the Windows Insider Beta Channel. See [File Explorer version control integration (PREVIEW)](fe-version-control.md) for enrollment and setup details.
44+
- File Explorer version control integration is currently available via the Windows Insider Beta Channel. See [File Explorer version control integration](fe-version-control.md) for enrollment and setup details.
2845

2946
## Troubleshooting
3047

3148
- **Options missing or disabled**: Devices managed by an organization may apply policies that disable Advanced settings toggles. See related [Group Policy guidance](../dev-drive/group-policy.md).
3249
- **Administrator required**: Enabling Developer Mode requires local administrator privileges.
3350
- **Feature not found**: Ensure your device is updated to a supported Windows version. Preview features may require joining a Windows Insider channel.
34-
35-
## Feedback and contributions
36-
37-
- The Windows Advanced Settings system component is open source. Share feedback or feature requests by opening an issue on [GitHub Issues](https://github.com/microsoft/windowsAdvancedSettings/issues).
38-
39-
40-
41-
## FAQ
42-
43-
### Why was For Developers renamed to Advanced?
44-
45-
Most of the settings available within the For Developers page are useful for other advanced Windows users as well. In order to help all users discover these settings, the page was redesigned and renamed to Advanced.
46-
47-
## Windows Advanced Settings system component open source repository
48-
49-
To provide enhanced functionality to the Advanced settings page, there is an open-source system component that enables features like [File Explorer version control integration](fe-version-control.md). We welcome your contributions and feedback, and the source code for the Windows Advanced Settings system component is available on [GitHub](https://github.com/microsoft/windowsAdvancedSettings).

hub/advanced-settings/sudo/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,17 @@ no-loc: [Gerardo Grignoli]
99

1010
# Sudo for Windows
1111

12-
**Sudo for Windows** is a new way for users to run elevated commands (as an administrator) directly from an unelevated console session on Windows.
12+
**Sudo for Windows** is a way for users to run elevated commands (as an administrator) directly from an unelevated console session on Windows.
1313

1414
[Read the announcement](https://devblogs.microsoft.com/commandline/introducing-sudo-for-windows/), which includes a demo video and deep-dive into how Sudo for Windows works.
1515

1616
## Prerequisites
1717

1818
The Sudo for Windows command is available in [Windows 11, version 24H2](https://support.microsoft.com/topic/windows-11-version-24h2-update-history-0929c747-1815-4543-8461-0160d16f15e5) or higher. ([Check for Windows updates](ms-settings:windowsupdate)).
1919

20-
> [!NOTE]
21-
> Sudo for Windows is not yet available for Windows 10, but may be in the future.
22-
2320
## How to enable Sudo for Windows
2421

25-
To enable Sudo for Windows, open `Settings > System > For Developers` and set **Enable sudo** to **On**.
22+
To enable Sudo for Windows, open **[System > Advanced](ms-settings:developers)** in Windows Settings and set **Enable sudo** to **On**.
2623

2724
![Enable Sudo](../../images/sudo-enable.png)
2825

@@ -31,15 +28,15 @@ To enable Sudo for Windows, open `Settings > System > For Developers` and set **
3128
3229
## How to configure Sudo for Windows
3330

34-
Sudo for Windows currently supports three different configuration options. The configuration can be set from the `Settings > For Developers` menu or programmatically, using the command line. The configuration options include:
31+
Sudo for Windows currently supports three different configuration options. The configuration can be set from the **[System > Advanced](ms-settings:developers)** menu or programmatically, using the command line. The configuration options include:
3532

3633
- **In a new window** (`forceNewWindow`): The `forceNewWindow` configuration option is the default configuration option for Sudo for Windows. Use `sudo` in this configuration to run the command in a new window. This is similar to the behavior of the `runas /user:admin` command.
3734

3835
- **Input closed** (`disableInput`): The `disableInput` configuration option will run the elevated process in the current window, but with the input handle closed. This means that the elevated process will not be able to receive input from the current console window. This is useful for scenarios where you want to run a command as an administrator, but do not want to allow the command to receive input from the current console window. This configuration option provides some of the convenience of the `inline` configuration option while mitigating some of the associated [security risks](#security-considerations).
3936

4037
- **Inline** (`normal`): The `normal` configuration option is most similar to how sudo behaves on other operating systems. This configuration will run the elevated process in the current window and the process will be able to receive input from the current console session. This is useful for scenarios where you want to run a command as an administrator and want to allow the command to receive input from the current console window. This configuration option provides the most convenience, but you should only choose this option if you are familiar with the associated [security risks](#security-considerations).
4138

42-
You can select among these configurations from the `Settings > For Developers` menu or change the configuration programmatically, in an elevated command line (admin console), using:
39+
You can select among these configurations from the **[System > Advanced](ms-settings:developers)** menu or change the configuration programmatically, in an elevated command line (admin console), using:
4340

4441
- `sudo config --enable <configuration_option>`
4542

hub/apps/desktop/index.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,6 @@ landingContent:
106106
url: /windows/windows-app-sdk/api/win32/
107107
- text: WinUI for UWP API reference
108108
url: /windows/winui/api/
109-
110-
- title: Platforms
111-
linkLists:
112-
- linkListType: architecture
113-
links:
114-
- text: Windows App SDK
115-
url: ../windows-app-sdk/index.md
116-
- text: .NET MAUI
117-
url: /dotnet/maui/what-is-maui
118-
- text: Universal Windows Platform (UWP)
119-
url: /windows/uwp/
120-
- text: Windows Presentation Foundation (WPF)
121-
url: /dotnet/desktop/wpf/overview/?view=netdesktop-7.0
122-
- text: Windows Forms
123-
url: /dotnet/desktop/winforms/overview/?view=netdesktop-7.0
124109

125110
- title: Community and support
126111
linkLists:

hub/apps/develop/accessibility.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Accessibility in Windows 11 and Windows 10
33
description: This page provides the information for you to get started developing accessible Windows apps.
44
ms.topic: article
5-
ms.date: 11/28/2023
6-
keywords: Accessibility in Windows 10, Accessibility, building accessible win32 apps, building accessible UWP apps, building accessible WPF apps, building accessible WinForms apps
5+
ms.date: 02/19/2026
6+
keywords: Accessibility in Windows 11, Accessibility, building accessible win32 apps, building accessible WinUI apps, building accessible WPF apps, building accessible WinForms apps
77
---
88

99
# Accessibility in Windows 11 and Windows 10
@@ -24,11 +24,11 @@ This page provides information on how the various Windows development frameworks
2424

2525
:::row:::
2626
:::column:::
27-
![Universal Windows Platform (UWP)](images/platform-uwp.png)
27+
![WinUI and Windows App SDK](images/platform-uwp.png)
2828

29-
**Universal Windows Platform (UWP)**
29+
**WinUI and Windows App SDK**
3030

31-
Develop accessible apps and tools on the modern platform for Windows applications and games on any Windows device (including PCs, phones, Xbox, HoloLens, and more), and publish them to the Microsoft Store.
31+
Develop accessible apps and tools with the modern Windows UI framework and Windows App SDK.
3232

3333
[Designing inclusive software](/windows/uwp/accessibility/designing-inclusive-software)
3434

@@ -145,16 +145,16 @@ Download and run full Windows samples that demonstrate various accessibility fea
145145
These samples demonstrate the functionality and programming model for Windows and Windows Server.
146146
:::column-end:::
147147
:::column:::
148-
[Universal Windows Platform (UWP) samples on GitHub](https://github.com/microsoft/Windows-universal-samples/search?q=accessibility&unscoped_q=accessibility)
148+
[Windows App SDK samples on GitHub](https://github.com/microsoft/WindowsAppSDK-Samples)
149149

150-
These samples demonstrate the API usage patterns for the Universal Windows Platform (UWP) in the Windows Software Development Kit (SDK) for Windows 10 and later.
150+
These samples demonstrate the API usage patterns for Windows App SDK and WinUI.
151151
:::column-end:::
152152
:::row-end:::
153153
:::row:::
154154
:::column span="2":::
155-
[WinUI for UWP Gallery](https://github.com/Microsoft/WinUI-Gallery)
155+
[WinUI Gallery](https://github.com/Microsoft/WinUI-Gallery)
156156

157-
This app demonstrates the various Xaml controls supported in the Fluent Design System.
157+
This app demonstrates the various WinUI controls supported in the Fluent Design System.
158158
:::column-end:::
159159
:::row-end:::
160160

@@ -177,11 +177,6 @@ Various videos covering how to build accessible Windows applications to general
177177
:::column:::
178178
> [!VIDEO https://www.youtube.com/embed/Kl4CT4DaypM]
179179
:::column-end:::
180-
:::row-end:::
181-
:::row:::
182-
183-
184-
185180
:::row-end:::
186181
:::row:::
187182
:::column:::

0 commit comments

Comments
 (0)