1、在搜索框中输入“Windows PowerShell”,然后在搜索结果“Windows PowerShell”上单击右键,选择“以管理员身份运行”。

2、然后在打开的窗口输入以下命令按回车:Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

3、等待系统自动恢复应用程序过程。
时间:2024-11-05 04:24:26
1、在搜索框中输入“Windows PowerShell”,然后在搜索结果“Windows PowerShell”上单击右键,选择“以管理员身份运行”。
2、然后在打开的窗口输入以下命令按回车:Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3、等待系统自动恢复应用程序过程。