STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Microsoft Windows 11 Security Technical Implementation Guide

V-268317

CAT II (Medium)

Copilot must be disabled for Windows 11.

Rule ID

SV-268317r1135320_rule

STIG

Microsoft Windows 11 Security Technical Implementation Guide

Version

V2R7

CCIs

CCI-000382

Discussion

Some features may communicate with the vendor, sending system information or downloading data or components for the feature. Turning off this capability will prevent potentially sensitive information from being sent outside the enterprise and uncontrolled updates to the system.

Check Content

Run the following PowerShell command as an administrator:

Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*Copilot*" }

If Microsoft.Copilot displays, this is a finding.

Fix Text

Open PowerShell as an administrator. Run the following command:

Get-AppxPackage -AllUsers *CoPilot* | Remove-AppxPackage -AllUsers