New
#21
2 things you can try:
1. Make a new account and see if that works (didn't for me).
2. If that doesn't work you need to copy the Store and it's pre-req's to C:\Program Files\WindowsApps from a working Windows system and then install them again. This did work for me.
Steps to do this are (if you don't have another PC around)
- 1. Install Windows 10 to a VM
- 2. Run Windows update on the VM.
- 3. Copy the following files from a place that works (the VM) to your C drive:
- a. Microsoft.WindowsStore*
- b. It's pre-req's (Microsoft.Net.* and Microsoft.VCLIBS.*)
- 4. Install it again with powershell Add-AppxPackage -register "C:\Program Files\WindowsApps\<PackageFullName>" –DisableDevelopmentMode. (where <PackageFullName> is something like Microsoft.WindowsStore_2015.925.10.0.....etc)
It will tell you if you forgot a pre-req - if so just copy the missing one and try again (they are listed in the xml anyway)..
hth