1、在Cortana搜索框输入“powershell”,右键以管理员身份运行Windows Powershell组件

3、找到名称为“Microsoft.WindowsStore”(即应用商店)的应用,然后复制右侧对应的包名称。Microsoft.WindowsStore_11602.1.26.0_x64__8wekyb3d8bbwe

5、打开开始菜单,应用商店已装回。

7、复制以下命令并执行:01Get-AppxPackage *WindowsStore* | Remove-AppxPackage
