发布网友 发布时间:2022-04-24 06:57
共1个回答
热心网友 时间:2022-06-17 05:45
1、“Win+X”打开开始菜单附属菜单,点击“Powershell(管理员)”,
2、在Powershell(管理员)中,输入以下两条命令:(第二条命令需要点击回车)
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}
3、完成后关闭Powershell(管理员),重启您的计算机即可。