Skip to content

Instantly share code, notes, and snippets.

@chaimleib
Created July 19, 2016 02:21
Show Gist options
  • Save chaimleib/c9618dc02edebf4f9a3ef75459e1172c to your computer and use it in GitHub Desktop.
Save chaimleib/c9618dc02edebf4f9a3ef75459e1172c to your computer and use it in GitHub Desktop.
Post-setup for relocating User folder to re-enable the Windows menu
# If the Start Menu doesn't respond, Win-X, open the Administrator's Command Prompt, and run powershell. Then, run:
Get-AppXPackage -AllUsers | Foreach {Add-AppXPackage -DisableDevelopmentMode -Register "$($_.Ins
tallLocation)\AppXManifest.xml"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment