* 管理员模式打开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)
这是水淼·帝国CMS站群文章更新器的试用版本更新的文章,故有此标记(2024-01-14 08:52:43)