Win10內(nèi)置應(yīng)用卸載了怎么恢復(fù)?
1、點擊Cortana搜索框,輸入powershell,在顯示的結(jié)果中右擊第一項,選擇“以管理員身份運行”;
Win10
2、在powershell窗口中輸入如下命令回車;
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Win10
3、等待命令執(zhí)行完畢。
命令執(zhí)行完畢后,Win10系統(tǒng)中的所有內(nèi)置應(yīng)用就全部安裝了,之后重啟下計算機即可。