fix missing or damaged windows 8.1 store weather etc

Post Reply
darknkreepy3#
Site Admin
Posts: 247
Joined: Tue Oct 27, 2009 9:33 pm

fix missing or damaged windows 8.1 store weather etc

Post by darknkreepy3# »

copy and paste into a admin prompt...

Code: Select all

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml

hit Enter.


Now in that same Administrator Command Prompt type or paste:

Code: Select all

start "" "ms-windows-store:" 
now for instance, search for "weather" or "msn weather" and install the app. voila.
Post Reply