管理员模式打开powershell 命令窗口,输入以下重装应用商店的命令。亲测有效,我刚安装回来了。
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
05-04 09:05