如果是无反应的话,可以尝试以下方案: 1.打开任务管理器(或者点击CTRL+Shift+ESC) 2.点击“文件” – “运行新任务” 3.请确保勾选[使用管理员身份创建这个任务] 4.输入”Powershell” (忽略“”) 5.在Powershell中,输入以下两条命令:(第二条命令需要点击回车) $manifest = (Get-AppxPackageMicrosoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register
$manifest Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} 6.完成后关闭Powershell 7.重启您的计算机即可。
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有