1、win键+R,以管理员命令运行,输入Powershell。
2、在弹出的Powershell输入:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\\AppXManifest.xml"}
3、等待命令运行完成即可。
本文来自投稿,不代表归来教程立场,如若转载,请注明出处:https://www.guiqulai.com/265844.html