如何恢复win10系统自带应用
发布网友
发布时间:2022-04-23 07:51
我来回答
共1个回答
热心网友
时间:2022-06-17 23:13
如下的方法请参考:
1、点击开始菜单,展开【Windows PowerShell】,在“Windows PowerShell”上单击右键,选择【更多】—【以管理员身份运行】;
2、在Power shell 窗口输入:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
然后按下回车键,耐心等待系统开始恢复自带应用