close
安裝 Internet Explorer 11 之前,先解除安裝 Internet Explorer 9
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart"
先前網路上看過pkgmgr移掉IE套件的解法,將該版本所有套件都清除才能解決問題(而且是安全的),
將上述Script中的*9.*.mum改成*10.*.mum,執行清除後再重新安裝。IE10就安裝成功了 。
那 IE11 勒 ?
DISM.exe /Online /Cleanup-image /Scanhealth (工具修復 Windows Update 錯誤 ...網路上只找的)
DISM.exe /Online /Cleanup-image /Restorehealth (官網說用這個 ...但會錯誤耶 )
sfc /scannow
文章標籤
全站熱搜
留言列表