open powershell as administrator and put in these two commands:

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

Get-AppxProvisionedPackage -Online | where-object {$_.PackageName -like "*Copilot*"} | Remove-AppxProvisionedPackage -online

Thank me later ☕
Reposted from Microsoft
We've always been a fan of blueskies.

Comments