Kim Crawley :verified: on Nostr: I successfully removed Copilot from my Windows 11 OEM PC! Here's what I did... ...
I successfully removed Copilot from my Windows 11 OEM PC!
Here's what I did...
Uninstall using PowerShell Command
Step 1: Open Terminal (Admin) by right-click on the Windows logo key.
Step 2: Use the following command to uninstall:
Get-AppxPackage | Where-Object {$_.Name -Like '*Microsoft.Copilot*'} | Remove-AppxPackage -ErrorAction Continue
When I searched for Copilot on my PC afterwards, all I got was a link that opens in Edge that leads to "download Copilot." #Copilot
😂🤣😎
Here's what I did...
Uninstall using PowerShell Command
Step 1: Open Terminal (Admin) by right-click on the Windows logo key.
Step 2: Use the following command to uninstall:
Get-AppxPackage | Where-Object {$_.Name -Like '*Microsoft.Copilot*'} | Remove-AppxPackage -ErrorAction Continue
When I searched for Copilot on my PC afterwards, all I got was a link that opens in Edge that leads to "download Copilot." #Copilot
😂🤣😎