Skip to content

Instantly share code, notes, and snippets.

@arieljannai
Last active August 29, 2015 14:26
Show Gist options
  • Save arieljannai/96f215f3d4e4c184307a to your computer and use it in GitHub Desktop.
Save arieljannai/96f215f3d4e4c184307a to your computer and use it in GitHub Desktop.
<# 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