Win7強制卸載IE11 10 9方法如下:
1、點擊開始菜單——所有程序——附件;
2、找到“命令提示符”,單擊右鍵選擇“以管理員身份運行”;
3、在命令提示符中按照不同瀏覽器版本輸入卸載代碼,復制起來,在命令提示符框中單擊右鍵,選擇“粘貼”,按下回車鍵即可將其卸載了
卸載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
卸載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
卸載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
如果覺的有用,可以收藏一下Win7系統(tǒng)之家小編分享的Win7系統(tǒng)下強制卸載IE的方法哦。