You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
ms.reviewer: cinnamon
5
5
ms.topic: article
6
-
ms.date: 04/11/2025
6
+
ms.date: 01/22/2026
7
7
---
8
8
9
-
# File Explorer version control integration (PREVIEW)
9
+
# File Explorer version control integration
10
10
11
11
**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.
12
12
@@ -15,12 +15,54 @@ ms.date: 04/11/2025
15
15
16
16

17
17
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).
19
20
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.
21
29
22
30
## How to identify repositories
23
31
24
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.
25
33
26
34

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.
Copy file name to clipboardExpand all lines: hub/advanced-settings/index.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,42 @@
1
1
---
2
-
title: Advanced Windows Settings (PREVIEW)
2
+
title: Advanced Windows Settings
3
3
description: Learn about the settings provided in the Advanced page of Windows settings.
4
4
ms.reviewer: cinnamon
5
5
ms.topic: article
6
-
ms.date: 04/10/2025
6
+
ms.date: 01/22/2026
7
7
---
8
8
9
-
# Advanced Windows Settings (PREVIEW)
9
+
# Advanced Windows Settings
10
10
11
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.
12
12
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
+
14
39
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)).
Copy file name to clipboardExpand all lines: hub/apps/whats-new/whats-new-for-developers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Previous highlights:
56
56
-**Microsoft Store**: The latest news from the [Microsoft Store](/windows/apps/publish/whats-new-individual-developer) including waived fees and updated analytics.
57
57
-**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)).
-**Ignite**: Explore sessions, workshops, and resources for Windows developers at [Microsoft Ignite](/windows/apps/whats-new/windows-at-ignite) (November 18–21, 2025)
0 commit comments