Win10怎么使用命令卸載IE瀏覽器?Win10系統卸載IE瀏覽器的方法
Win10怎么使用命令卸載IE瀏覽器?Win10系統怎么卸載IE瀏覽器?IE作為一款歷史悠久的瀏覽器更新了很多很多個版本,作為微軟內置的瀏覽器很多用戶并不喜歡它。為了較少內存占用,不少用戶都希望能卸載該瀏覽器。小編這里和各位分享下如何使用命令字符卸載IE瀏覽器。
具體解決方法:
1、老規矩Win+R跳出運行框,輸入【CMD】進入命令提示框,如圖所示:

2、將如下命令復制粘貼到命令提示框內,回車運行即可:
a、卸載IE9命令
FORFILES /P %WINDIR%servicingPackages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
b、卸載IE10命令
FORFILES /P %WINDIR%servicingPackages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c ”cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
c、卸載IE11命令
FORFILES /P %WINDIR%servicingPackages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
相關文章:
