猜你喜欢
WDS部署环境为 Windows Server 2012 R2, 启动镜像为Win10 x64 boot.wim ,安装镜像为 Win10 Enterprise...

误删除Windows 10的应用商店,如何恢复?
解决方案:
“以管理员身份运行”Windows Powershell
然后在打开的“管理员:Windows Powershell”窗口中输入以下命令:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}