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




 

posted on 2016-12-20 12:19  CaiDaili  阅读(239)  评论(0)    收藏  举报