发布网友 发布时间:2022-04-22 19:49
共3个回答
热心网友 时间:2022-05-06 19:11
1.打开任务管理器(或者点击CTRL+Shift+ESC)
2.点击“文件” - “运行新任务”
3.请确保勾选”使用管理员身份创建这个任务“
4.输入”Powershell" (忽略“”)
5.在Powershell中,输入以下两条命令:(第二条命令需要点击回车)
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}
6.完成后关闭Powershell
7.重启您的计算机即可。
热心网友 时间:2022-05-06 20:29
没办法 bug10 名不虚传的(用 everything 查找类软件代替他吧)
热心网友 时间:2022-05-06 22:03
我要而没法用 升级升级的吧