1、直接同时按下快捷键“Win+X”,然后选择以管理员权限打开PowerShell。

3、继续执行:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}回车。

时间:2024-10-13 11:29:11
1、直接同时按下快捷键“Win+X”,然后选择以管理员权限打开PowerShell。
3、继续执行:Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}回车。