win10怎么修复应用商店的应用程序

2024-11-18 02:28:54
推荐回答(2个)
回答1:

1. 右键点击任务栏,选择“属性”,切换到“导航”选项卡,勾选第三项“当我右键点击......PowerShell”,确认;
2. 右键点击“开始”徽标,选择“Windows PowerShell(管理员)”;
3.a(适用于商店Apps问题)
在Windows PowerShell(管理员)下执行命令:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3.b (适用于Windows应用商店问题)
在Windows PowerShell(管理员)下执行命令:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

回答2:

应该是系统程序问题,修复一下试试。再或者是网络配置问题,修复网络