How To Re-register Store App In Windows 10
1. Right click on Start Button and select
> Command Prompt (Admin) > Yes
Now an elevated or administrative Command Prompt window will open.
2. Copy following command and paste it in the administrative Command Prompt window,
press Enter key.
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”
Done.
##You must see a progress bar for few seconds and in this way the Store will re-registered. Once completed, finally you can restart your system take make changes effective.
After rebooting the machine, the issues you were earlier facing with Windows 10 Store app, must be resolved now.
.
Post a Comment