Uninstall IE9 From Command Prompt in Windows 7 - How to ?

Whatever is the reason you want to uninstall IE9, here are the steps you can follow to uninstall IE9 from you machine using command prompt.

Steps to Uninstall IE9 :

  • Run command prompt by right clicking on its icon and selecting Run as Administrator ( see image ).
  • Close all running IE9 browser instances.
  • Paste below command at command prompt and press enter to execute
    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"
  • IE should get removed if you are having proper permissions on the system

remove-ie9-comand-prompt

uninstall-IE-9

More information can be found Microsoft Technet website.

Similar article – how to remove IE8 from command prompt

0 Comments:

Post a Comment