Last active
August 29, 2015 14:26
-
-
Save arieljannai/96f215f3d4e4c184307a to your computer and use it in GitHub Desktop.
This file contains 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
<# taken from: | |
# http://forums.windowscentral.com/ask-question/370145-windows-10-pro-no-apps-working-activation-issue.html#post3181614 | |
# Run the powershell console as administrator | |
#> | |
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