步驟:
1、按下windows+q組合件打開小娜,在底部搜索框內(nèi)搜索 powershell 在彈出的最佳匹配下會(huì)出現(xiàn) windows powershell ,在該選項(xiàng)上單擊右鍵,選擇“以管理員身份運(yùn)行”選項(xiàng)即可;
2、依次執(zhí)行以下命令:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth 修復(fù)內(nèi)置 Windows 組件
3、若修復(fù)后Edge瀏覽器仍然沒有回來,那么我們按下windows+Q 搜索 powershell 在搜索結(jié)果的命令提示符上單擊鼠標(biāo)右鍵,選擇【以管理員身份運(yùn)行】;4、在Windows PowerShell(管理員)下執(zhí)行命令:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
執(zhí)行后等待滾動(dòng)條滾動(dòng)完成后重啟計(jì)算機(jī)Edge瀏覽器就重新找回了!
執(zhí)行后等待滾動(dòng)條滾動(dòng)完成后重啟計(jì)算機(jī)Edge瀏覽器就重新找回了!