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
Copy file name to clipboardExpand all lines: docs/ide/visual-studio-github-copilot-admin.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Admin controls for GitHub Copilot in Visual Studio
3
3
description: Learn about the new features for administrators in GitHub Copilot for Visual Studio that enable admins to manage Copilot effectively.
4
-
ms.date: 2/25/2025
4
+
ms.date: 9/23/2025
5
5
ms.update-cycle: 180-days
6
6
ms.topic: how-to
7
7
author: anandmeg
@@ -18,10 +18,10 @@ ms.custom: ai-learning-hub
18
18
Visual Studio 2022 introduces new features that enable administrators to configure and manage GitHub Copilot more effectively within their enterprise. These features provide administrators greater control over the use of Copilot within their organization. Admins can disable Copilot for individual accounts, disable it entirely, and configure content exclusion to prevent certain files from being available to Copilot in Visual Studio.
With Visual Studio 2022 version 17.10 or later, project administrators can disable Copilot for individual accounts or disable it entirely using the [Visual Studio Administrative Templates (ADMX/ADML)](https://www.microsoft.com/en-us/download/details.aspx?id=104405). This helps ensure that your repository remains protected.
27
27
@@ -43,6 +43,13 @@ To configure and deploy these policies, you can use [Microsoft Intune](../instal
43
43
44
44
4. Restart your Visual Studio instance to apply the new policy changes.
45
45
46
+
### Disable Copilot Agent Mode
47
+
48
+
With Visual Studio 2022 version 17.14.16 or later, project administrators can fully disable Agent Mode using [Visual Studio Administrative Templates (ADMX/ADML)](https://www.microsoft.com/en-us/download/details.aspx?id=104405). With this policy setting administrators can control which AI-assisted features are available in their organization, helping ensure usage aligns with security and compliance requirements.
Content exclusion for GitHub Copilot enables administrators to prevent certain files from being available to Copilot and keep sensitive content secure from Copilot use. You can use content exclusions to configure GitHub Copilot to ignore specific files in a [repository](https://docs.github.com/en/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot#configuring-content-exclusions-for-your-repository) or [organization](https://docs.github.com/en/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot#configuring-content-exclusions-for-your-organization).
Copy file name to clipboardExpand all lines: docs/ide/visual-studio-github-copilot-troubleshoot.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
@@ -54,7 +54,7 @@ Occasionally, you may need to refresh your credentials due to expected timeouts.
54
54
55
55
## Copilot is disabled
56
56
57
-
Your administrator may have disabled GitHub Copilot for individual or any Copilot license. With Visual Studio version 17.10, your [admin can disable Copilot](visual-studio-github-copilot-admin.md#disabling-copilot-skus).
57
+
Your administrator may have disabled GitHub Copilot for individual or any Copilot license. With Visual Studio version 17.10, your [admin can disable Copilot](visual-studio-github-copilot-admin.md#disable-copilot-skus).
58
58
59
59
**Action:** Contact your IT department to confirm whether your admin has disabled Copilot.
Copy file name to clipboardExpand all lines: docs/ide/work-with-github-accounts.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
@@ -40,7 +40,7 @@ With Visual Studio 17.13 or later, you can now sign in with a GitHub account whe
40
40
41
41
If you sign in with a GitHub account that doesn't have an active GitHub Copilot subscription, you can choose to **Activate Copilot Free** during first launch with Visual Studio 17.14 or later, or [sign up later](copilot-free-plan.md#get-started-with-copilot-free-in-visual-studio) from the GitHub Copilot badge in the IDE or the chat window.
42
42
43
-
> If [Copilot is disabled by your administrator](visual-studio-github-copilot-admin.md#disabling-copilot-skus), the first launch experience respects the group policy.
43
+
> If [Copilot is disabled by your administrator](visual-studio-github-copilot-admin.md#disable-copilot-skus), the first launch experience respects the group policy.
44
44
45
45
If you choose to not sign in with GitHub at first launch, you can add your GitHub account later using the **Copilot Chat window**, **profile card**, or **Account Settings** dialog.
Copy file name to clipboardExpand all lines: docs/install/administrative-templates.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Administrative Templates (ADMX)
3
3
description: Configure and deploy group policy settings to the client machines in the Visual Studio ADMX Template and control Visual Studio behavior.
4
-
ms.date: 8/8/2023
4
+
ms.date: 9/23/2025
5
5
ms.topic: conceptual
6
6
ms.custom: vs-acquisition
7
7
helpviewer_keywords:
@@ -18,7 +18,6 @@ manager: mijacobs
18
18
ms.subservice: installation
19
19
---
20
20
# Administrative Templates (ADMX)
21
-
22
21
23
22
IT Administrators in organizations may want to control certain aspects of Visual Studio behavior to achieve consistency, compliance, or compatibility across their client machines. An easy way to accomplish this level of control is to configure and then deploy group policy settings to the client machines. The Visual Studio policies are consolidated in the [Visual Studio ADMX Template](https://aka.ms/vs/admx/details) into different categories, making them easily understandable and discoverable.
24
23
@@ -28,14 +27,16 @@ The Visual Studio group policy settings contained in the ADMX file are machine-w
28
27
29
28
## Visual Studio policy categories
30
29
31
-
There are five main categories of Visual Studio policies that are included in the Visual Studio Administrative Templates (ADMX):
30
+
The following are the main categories of Visual Studio policies that are included in the Visual Studio Administrative Templates (ADMX):
32
31
32
+
-[**Copilot**](../ide/visual-studio-github-copilot-admin.md#disable-copilot-skus) - controls Copilot SKUs and agent mode
33
+
-[**Dev Tunnels**](https://aka.ms/devtunnels/vs/admx) - controls test functionality
33
34
-[**Feedback**](./feedback-survey-policies.md) - controls behavior of feedback and survey avenues.
34
35
-[**Install and Update**](./configure-policies-for-enterprise-deployments.md) - controls product acquisition behavior.
35
36
-[**Live Share**](https://aka.ms/vsls-policies) - controls user and hosts settings.
36
37
-**Privacy** - controls [Intellicode](/visualstudio/intellicode/intellicode-privacy) and [Customer Experience Improvement Program](https://aka.ms/vs/admx/telemetry) settings.
37
-
-[**Dev Tunnels**](https://aka.ms/devtunnels/vs/admx) - controls test functionality
38
-
38
+
39
+
39
40
## Acquiring the Visual Studio Administrative Template (ADMX)
40
41
41
42
The [Visual Studio Administrative Template (ADMX)](https://aka.ms/vs/admx/details) can be downloaded from the Microsoft Download Center. The default installation path is `C:\Windows\PolicyDefinitions`, a location that makes them instantly visible to the Group Policy Editor (gpedit.exe) tool, but you can install them anywhere. The templates are updated periodically, so if you use them we recommend that you check back periodically to get the latest updates.
@@ -57,3 +58,4 @@ For machines within a corporate network, you can use the [Group Policy editor](/
57
58
*[Use command-line parameters to install Visual Studio](use-command-line-parameters-to-install-visual-studio.md)
58
59
*[Create a network installation of Visual Studio](create-a-network-installation-of-visual-studio.md)
59
60
*[Visual Studio workload and component IDs](workload-and-component-ids.md)
61
+
*[Admin controls for GitHub Copilot](../ide/visual-studio-github-copilot-admin.md)
0 commit comments