Skip to content

Instantly share code, notes, and snippets.

@johansson
Created March 24, 2015 08:37
Show Gist options
  • Save johansson/4bd690d9b4edb1cbb54b to your computer and use it in GitHub Desktop.
Save johansson/4bd690d9b4edb1cbb54b to your computer and use it in GitHub Desktop.
Fix Start Menu in 10041
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment