Page 1 of 1

cmd mode to quickly uninstall IE browser

Posted: Wed Mar 27, 2019 10:32 pm
by lanzi
IE11 uninstall command:
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

Re: cmd mode to quickly uninstall IE browser

Posted: Wed Mar 27, 2019 10:35 pm
by lanzi
IE10 uninstall command:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart

Re: cmd mode to quickly uninstall IE browser

Posted: Wed Mar 27, 2019 10:36 pm
by lanzi
IE 9 uninstall command:
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

Re: cmd mode to quickly uninstall IE browser

Posted: Wed Mar 27, 2019 10:36 pm
by lanzi
The above command mode in Windows7 system experiment effective, this way fast and efficient, how to solve the problem of how to uninstall the IE browser :D :D :D

Re: cmd mode to quickly uninstall IE browser

Posted: Mon Apr 01, 2019 11:08 pm
by youyou
Really good 8-)