Skip to content

Instantly share code, notes, and snippets.

@vyach-vasiliev
Created March 13, 2023 17:24
Show Gist options
  • Save vyach-vasiliev/e4f336e76328c3d893f0690ed5d7572c to your computer and use it in GitHub Desktop.
Save vyach-vasiliev/e4f336e76328c3d893f0690ed5d7572c to your computer and use it in GitHub Desktop.
Delete Cortana from Windows 10 [FOREVER]

A quick way to remove intrusive Cortana from your OS by PoweShell (under admin rights)

Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage

Hooray!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment