Friday, November 21, 2014

Internet Explorer Woes

Command line options available to uninstall Internet Explorer

In this blog, I am sharing the commands available to uninstall Internet Explorer.
Examples covered in this blog are for:
  • Internet Explorer 9
  • Internet Explorer 10
  • Internet Explorer 11  

Example for uninstalling Internet explorer 9

  • Log on to the computer by using an administrator account or an account that has administrative rights.
  • Close all Internet Explorer browser windows.
  • Click Start, type cmd in the Search box, and then click cmd under Programs.
  • Right click and select Run as administrator
  • Copy the following 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
  • Paste the command into the Command Prompt window, and then press Enter.
  • Restart the computer.

Example for uninstalling Internet explorer 10

  • Log on to the computer by using an administrator account or an account that has administrative rights.
  • Close all Internet Explorer browser windows.
  • Click Start, type cmd in the Search box, and then click cmd under Programs.
  • Right click and select Run as administrator
  • Copy the following 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
  • Paste the command into the Command Prompt window, and then press Enter.
  • Restart the computer.

Example for uninstalling Internet explorer 11

  • Log on to the computer by using an administrator account or an account that has administrative rights.
  • Close all Internet Explorer browser windows.
  • Click Start, type cmd in the Search box, and then click cmd under Programs.
  • Right click and select Run as administrator
  • Copy the following 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
  • Paste the command into the Command Prompt window, and then press Enter.
  • Restart the computer.

Incase if it still doesnt open https sites run
 certutil -setreg chain\minRSAPubKeyBitLength 512 ( http://support.microsoft.com/kb/2661254 )


Just ran into a  problem with IE10. I was unable to open a website with https protocol which have not trusted certificate by trusted root authorities.
In previous versions of IE it was possible to open such an page with warning but in IE10 I am only getting this error message without any option to open it instead.
Trigger the following command from the command prompt
certutil -setreg chain\EnableWeakSignatureFlags 8
N ow you will be presented the option to open the page again.





No comments:

Post a Comment