有趣生活

当前位置:首页>科技>win10应用商店如何找回Win10误删应用商店和计算的恢复办法

win10应用商店如何找回Win10误删应用商店和计算的恢复办法

发布时间:2026-07-21阅读(2)

导读*管理员模式打开powershell命令窗口,输入以下重装应用商店的命令。Get-AppXPackage*WindowsStore*-AllUsers|Fo....

* 管理员模式打开powershell 命令窗口,输入以下重装应用商店的命令。

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

* 计算器恢复:

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

* 相机恢复:

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

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

[转载地址](https://www.cnblogs.com/lonelyxmas/p/7716290.html)

TAGS标签:  win10  应用  商店  如何  找回  win10应用商店如

Copyright © 2024 有趣生活 All Rights Reserve吉ICP备19000289号-5 TXT地图HTML地图XML地图