Advertisement
Androxilogin

Fix Windows Store Apps

May 10th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. In CMD:
  2.  
  3. wsreset
  4.  
  5. In Powershell:
  6.  
  7. Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  8.  
  9. Didn't work for me, maybe it'll work for you.
  10.  
  11. Close all apps before running, of course.
  12.  
  13. Or at least try to.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement