系统下载、安装、激活,就到系统天地来!

所在位置: 首页 — 系统文章 — win10系统教程

win10盗贼之海无法打开怎么办?win10盗贼之海无法打开解决方法

作者:系统天地 日期:2022-11-03

  很多人不知道win10盗贼之海无法打开怎么办?今日为你们带来的文章是win10盗贼之海无法打开的解决方法,还有不清楚小伙伴和小编一起去学习一下吧。

win10盗贼之海无法打开怎么办:

  1、右击左下角开始,选择“windows powershell(管理员)”(如图所示)。

  2、输入命令:Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}(如图所示)。

  3、如果要恢复已经卸载的应用,可以使用命令:Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"},重装所有内置应用(如图所示)。