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