In this articles i will discuss about windows 10 app store not working and i will show you to how to fix this issue this is very common issue with windows app store .
To restore and reinstall Windows Store in Windows 10 after removing it with PowerShell, you need to do the following:
Press window key + R hit enter Type Power shell and then press enter
and then type the following command in power shell or write in search bar run as administrator
Get-Appxpackage -Allusers
Then run this PowerShell command, still elevated, replacing the ****** with the PackageFileName from above:
Add-AppxPackage -register "C:\Program Files\WindowsApps\******\AppxManifest.xml" -DisableDevelopmentMode
Example
Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00.Universal_12.0.30501.0_x64__8wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentModeI hope you will enjoy this articles . If you like this please share it .still you have problem with that then comment below i will try to fix your problem.
Post A Comment:
0 comments: