Skip to content

Instantly share code, notes, and snippets.

@dy
Created May 31, 2019 07:14
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 dy/e8b3866e6757a14338851f9708e9c6fc to your computer and use it in GitHub Desktop.
Save dy/e8b3866e6757a14338851f9708e9c6fc to your computer and use it in GitHub Desktop.
Slow windows10 context > new menu
Get-AppxPackage *zune* | Remove-AppxPackage
Get-AppxPackage *sketch* | Remove-AppxPackage
Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage *wallet* | Remove-AppxPackage
Get-AppxPackage *solitai* | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *help* | Remove-AppxPackage
Get-AppxPackage *3d* | Remove-AppxPackage
Get-AppxPackage *reality* | Remove-AppxPackage
Get-AppxPackage *office* | Remove-AppxPackage
// Based on https://www.tenforums.com/general-support/120135-desktop-new-context-menu-behaving-slow-after-upgrade-1809-a-4.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment