Advertisement
omgfrost

Windows Store Fix

Jun 10th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. This method resolved the problem for me:
  2.  
  3. 1. Disconnect from internet by disattaching the cable or go airplane mode or disable network card.
  4. 2. Run an elevated command prompt (Type "cmd" in Search, then press Ctrl+Shift+Enter).
  5. 3. Type following commands:
  6.  
  7. net stop wuauserv
  8. move "c:\Windows\SoftwareDistribution" "c:\Windows\SoftwareDistribution.old"
  9. net start wuauserv
  10.  
  11. 4. Reboot
  12. 5. Re-enable internet
  13. 6. Try to download something from the Store.
  14.  
  15. Other methods: https://www.howtogeek.com/249690/how-to-fix-a-stuck-download-in-the-windows-store/
  16. 15 Ways to fix store: https://www.guidingtech.com/fix-microsoft-store-not-downloading-apps-games/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement