标签:
WIN+R,或在任务管理器(ctrl+shift+esc)中以管理员方式运行cmd
输入powershell回车,执行下面两条命令,然后重启系统
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml‘ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}
标签:
原文地址:http://www.cnblogs.com/claremore/p/5923270.html