1、打开Cortana,搜索框输入“powershell”,上方出现Windows powershell
2、右击Windows Powershell组件,选择以管理员身份运行
3、在打开的窗口中输入命令“Get-AppxPackage -allusers | Select Name, PackageFullName”,获取当前系统安装的所有应用。
4、找到应用商店“Microsoft.WindowsStore”,然后复制右侧对应的包名称。
Microsoft.WindowsStore_11602.1.26.0_x64__8wekyb3d8bbwe
5、输入命令进行应用商店的重装,系统版本不同包名称也不同,将自己的包名称在对应的位置替换一下。
Add-appxpackage-register"C:Program FilesWindowsAppsMicrosoft.WindowsStore_11602.1.26.0_x64__8wekyb3d8bbweappxmanifest.xml" –disabledevelopmentmode