Guest User

Untitled

a guest
Aug 20th, 2015
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Uninstalling Get Started app with the PS command "Get-AppxPackage *getstarted* | Remove-AppxPackage".
  2. Uninstalled.
  3. Rebooting.
  4. Taking longer than normal.
  5. Logging on.
  6. Check start for uninstalled app.
  7. App not there (as expected).
  8. Started reinstalling preinstalled app with the command "Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}".
  9. Finished with an error... (http://imgur.com/QB5FQnH)
  10. Restarted PC.
  11. Apps that wouldn't launch still won't (ie. "Get Started" or "Xbox).
Advertisement
Add Comment
Please, Sign In to add comment