1、点击任务栏的搜索(Cortana小娜)图标,输入Powershell,在搜索结果中右键单击Powershell,选择以管理员身份运行。
2、执行以下命令:
① 针对Win10应用商店打不开的情况,请输入以下命令(复制粘贴即可)回车:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest