https://blog.csdn.net/qq_20373723/article/details/110405957
下面的链接就是答案了,照做就好
https://www.windows10zj.com/win10school/3228.html
其实操作前两步问题就解决了,亲测有用
如果链接挂了:
1、在任务栏左搜索框中输入“Powershell”,在搜索结果中右键单击第一项并选择“以管理员身份运行”。
2、在打开的命令窗口中输入以下对应命令,并按回车键;
Win10应用商店打不开:$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Win10应用打不开:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
[本日志由 tiancao1001 于 2021-11-07 00:18 AM 编辑]
|
暂时没有评论
发表评论 - 不要忘了输入验证码哦! |