finally. inner peace. (How to uninstall copilot 101)
PowerShell Method (Actually Uninstalls CoPilot)
This will fully uninstall CoPilot from your system, instead of disabling via group policy or registry entries. Even if Microsoft pushes an update that reinstalls it later, this method will still work to remove it again!
Run PowerShell as Administrator
Paste: Get-AppxPackage *CoPilot* -AllUsers | Remove-AppPackage -AllUsers
Press Enter (There will not be any output if it is successfully removed)
Reboot
See here for removing it further: https://www.reddit.com/r/Office365/s/WNRtCTDeU3












