【WIN10技巧】重装 window store

打开powershell 以管理员运行

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

你可能感兴趣的:(电脑技术)