Created
July 19, 2016 02:21
-
-
Save chaimleib/c9618dc02edebf4f9a3ef75459e1172c to your computer and use it in GitHub Desktop.
Post-setup for relocating User folder to re-enable the Windows menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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