User Tools

Site Tools


computer_science:windows7:how_to_force_uninstall_microsoft_explorer_11_at_the_command_line

Start the command line with administrator privileges and type this command :

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

Wait and reboot…

Type this command to remove internet explorer 10 :

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

computer_science/windows7/how_to_force_uninstall_microsoft_explorer_11_at_the_command_line.txt · Last modified: by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki