774
Microsoft is silently installing Copilot onto Windows Server 2022
(mastodon.gamedev.place)
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
I don't have a Windows 11 machine available, so I can't get you the exact command, but this should get you there.
It should remove it from all users on the laptop, and (hopefully!) prevent it from coming back:
Open Powershell and run:
Get-AppxProvisionedPackage -Online | Where-Object {$_.displayname -like "*Copilot*"}
Copy the Package Name entry and run the following command, with PACKAGENAME replaced by what you just copied:
Remove-AppxProvisionedPackage -online -packagename PACKAGENAME