Skip to content

Commit 840141a

Browse files
authored
Merge pull request #6213 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-23 05:00 UTC
2 parents 3334e51 + 66a3619 commit 840141a

5 files changed

Lines changed: 79 additions & 115 deletions

File tree

hub/advanced-settings/developer-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.assetid: 54973C62-9669-4988-934E-9273FB0425FD
3-
title: Enable Developer Mode
3+
title: Settings for developers
44
description: Activate Developer Mode on your PC to develop apps.
55
keywords: Developer mode, Visual Studio, enable device
66
ms.date: 11/12/2025
Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: File Explorer Version Control Integration (PREVIEW)
3-
description: Learn how to use File Explorer + version control integration inside Windows Advanced settings.
2+
title: File Explorer Version Control Integration
3+
description: Learn how to use File Explorer and version control integration inside Windows Advanced settings.
44
ms.reviewer: cinnamon
55
ms.topic: article
6-
ms.date: 04/11/2025
6+
ms.date: 01/22/2026
77
---
88

9-
# File Explorer version control integration (PREVIEW)
9+
# File Explorer version control integration
1010

1111
**File Explorer version control integration** provides version control information directly in File Explorer. This includes information such as the branch name, last commit author, last commit message, and more.
1212

@@ -15,12 +15,54 @@ ms.date: 04/11/2025
1515
1616
![File Explorer version control integration](../images/fe-source.png)
1717

18-
## Prerequisites
18+
> [!IMPORTANT]
19+
> Organizational policies can disable or hide Advanced settings controls. If a toggle is unavailable, contact your administrator. See related guidance in [Group Policy](../dev-drive/group-policy.md).
1920
20-
File Explorer version control integration is available in the [Windows Beta channel](https://aka.ms/BetaLatest). See [Get started with the Windows Insider Program](/windows-insider/get-started) for more information about joining the program and selecting a channel. After you've joined the Beta channel, you can ([check for Windows updates](ms-settings:windowsupdate)).
21+
## Enable version control indicators
22+
23+
1. Open Settings and go to **System > Advanced**.
24+
2. Under **File Explorer + version control**, select **Add folders** and choose the repositories you want File Explorer to recognize.
25+
3. Return to File Explorer and open one of the selected folders to see repository details.
26+
27+
> [!TIP]
28+
> If indicators do not appear immediately, close and reopen File Explorer.
2129
2230
## How to identify repositories
2331

2432
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.
2533

2634
![File Explorer version control Settings](../images/fe-source-settings.png)
35+
36+
## What appears in File Explorer
37+
38+
When you open a selected repository folder in File Explorer, version control details are surfaced in the Explorer UI, including:
39+
40+
- Branch name
41+
- Last commit author
42+
- Last commit message
43+
- Commit timestamp
44+
45+
## Limitations
46+
47+
- Git repositories are supported; other systems may require future extensions.
48+
- Very large repositories or folders with extensive generated content can delay indicators.
49+
- Nested repositories and submodules may not display details consistently.
50+
- Network shares, symlinked paths, or WSL-mounted locations may not surface metadata.
51+
- Case-sensitive filesystems and uncommon file attributes can affect detection.
52+
53+
> [!NOTE]
54+
> To improve performance, consider excluding large generated folders (for example, `node_modules`, build outputs) when selecting repositories.
55+
56+
## Troubleshooting
57+
58+
- Indicators not showing: Confirm the folder contains a `.git` directory and is selected under **File Explorer + version control** in Advanced settings; restart File Explorer.
59+
- Toggles disabled: Device may be managed by policy. See [Group Policy](../dev-drive/group-policy.md) and contact your administrator.
60+
- Slow or inconsistent updates: Reduce very large folders from selection or move the repository to a local disk path.
61+
- Conflicts with alternative SSH services: If using Developer Mode SSH features, ensure ports and services do not interfere with repository access.
62+
63+
## Extensibility and feedback
64+
65+
The Windows Advanced Settings system component is open source and designed to support additional version control providers.
66+
67+
- Learn more or request features on [GitHub](https://github.com/microsoft/windowsAdvancedSettings).
68+
- For broader context on Advanced settings, see the [Advanced Windows Settings](index.md) landing page.

hub/advanced-settings/index.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,42 @@
11
---
2-
title: Advanced Windows Settings (PREVIEW)
2+
title: Advanced Windows Settings
33
description: Learn about the settings provided in the Advanced page of Windows settings.
44
ms.reviewer: cinnamon
55
ms.topic: article
6-
ms.date: 04/10/2025
6+
ms.date: 01/22/2026
77
---
88

9-
# Advanced Windows Settings (PREVIEW)
9+
# Advanced Windows Settings
1010

1111
**Advanced Windows settings** is a redesign of the original **For Developers** page in Windows settings with additional settings to help you be more productive.
1212

13-
## Prerequisites
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).
18+
19+
## Find Advanced settings
20+
21+
- Open Settings and navigate to **System > Advanced**.
22+
23+
## Availability notes
24+
25+
- In Windows 11, version 25H2 and later, the former **For developers** settings are now surfaced under the **Advanced** page.
26+
- 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.
28+
29+
## Troubleshooting
30+
31+
- **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).
32+
- **Administrator required**: Enabling Developer Mode requires local administrator privileges.
33+
- **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+
1439

15-
Advanced settings is available in the [Windows Beta channel](https://aka.ms/BetaLatest). See [Get started with the Windows Insider Program](/windows-insider/get-started) for more information about joining the program and selecting a channel. After you've joined the Beta channel, you can ([check for Windows updates](ms-settings:windowsupdate)).
1640

1741
## FAQ
1842

hub/apps/whats-new/whats-new-for-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Previous highlights:
5656
- **Microsoft Store**: The latest news from the [Microsoft Store](/windows/apps/publish/whats-new-individual-developer) including waived fees and updated analytics.
5757
- **AppWindow.SetIcon API**: refined guidance for setting window and taskbar icons (branding improvement) ([API ref](/windows/windows-app-sdk/api/winrt/microsoft.ui.windowing.appwindow.seticon)).
5858
- **Win32 app isolation overview**: updated security guidance for packaging decisions ([overview](/windows/win32/secauthz/app-isolation-overview)).
59-
- **Ignite**: Explore sessions, workshops, and resources for Windows developers at [Microsoft Ignite](/windows/apps/whats-new/windows-at-ignite) (November 18–21, 2025)
59+
6060

6161
### Documentation
6262

hub/apps/whats-new/windows-at-ignite.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)