Reputation:
I'm stupid and I deleted files in Windows 8.1 on my Surface Pro files in AppData/Packages folder. Now some apps doesn't work, especially all in metro (Windows Store too). How can I fix this? I dont have any backup, even I dont have Windows 8 installation disc cause i bought it with my Surface Pro..
Upvotes: 1
Views: 4950
Reputation: 912
Make new User account in Windows set it as administrator and delete old account.
This will leads to create your new AppData folder so now you can work with your control panel and windows App.
Upvotes: 2
Reputation: 1
Run a CMD window with Admin rights and type:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:systemRoot\WinStore\AppxManifest.XML
That will fix Windows Store.
Upvotes: 0