Downgrading IE
Description:
Over and over again, browsers will update and specific sites will not work with the newest versions. It’s highly recommended you wait for a new release to be out a while so that internet sites can have times to update their compatibility to the newest version of your internet browser.
To Resolve:
-
Run =>
appwiz.cpl
=> find “View Installed Updates” => Scroll down to the Microsoft Windows section and uninstall the “Windows Internet Explorer X” entry. -
Many times that section will be missing, follow the steps in DCOM Settings For Missing Windows Update Settings to restore it.
-
Once rebooted, the above steps again and you will be on the last browser you had installed prior to the update.
-
Run MS Update (wuapp) and “hide” the update by right click => hide update.
The CMD Method (Preferred):
-
Open CMD as Administrator and type:
-
Copy and paste this into the command prompt:
1
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
- NOTE: To change IE from any other version number just replace the “11” in the command prompt with the current version number. This has worked fine on 11 and 10 so far.
-
Click “OK” to all the “Access Denied” messages.
-
Reboot.
Comments