命令行 降低IE版本 IE11降到IE8

将下面的命令复制,然后在命令行输入框中粘贴,最后按下回 车键。 

FORFILES /P %WINDIR%\servicing\Packages /M  Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo  Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart


注:命令中11就代表IE11,改为10就可以卸载IE10,改为9就可以卸载IE9,以此类推

转载自网址:

https://wenku.baidu.com/view/b66e4fed0b1c59eef8c7b4d7.html

你可能感兴趣的:(命令行 降低IE版本 IE11降到IE8)