Skip to content

Instantly share code, notes, and snippets.

@BurstX
Created July 15, 2021 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BurstX/adce303432a933db793add19e452b75d to your computer and use it in GitHub Desktop.
Save BurstX/adce303432a933db793add19e452b75d to your computer and use it in GitHub Desktop.
Uninstall Cortana from Windows 10 via PowerShell
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment