
1.
按“CTRL+Shift+ESC”组合键,打开任务管理器
2.
点击“文件” ,选择“运行新任务”。
3.
输入“Powershell”
4.
勾选“以系统管理权限创建此任务”,并点击确定。
5.
在Powershell中,输入以下命令:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
按回车键,继续输入以下命令:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like ”*SystemApps*“}
按回车键关闭Powershell,重启计算机即可。