Windows 10重新安装Windows Store 应用商店
鼠标点击左下角Windows徽标,Windows PowerShell(管理员),启动后运行代码 Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation… 继续阅读 Windows 10重新安装Windows Store 应用商店