If you have previously disabled WIndows Internet Explorer automatic updating you can re-enable the automatic updating by using the following batch file.




Turn on automatic Updating of Internet explorer.


To begin,  create the first batch file: 

       Create a batch file 1 - called "Enable-IE-autoupdate.bat" with the following:

:--------------------------------------

echo off

cd \

reg ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main" ^

/v "EnableAutoUpgrade" /t REG_DWORD /d 1 /f

:--------------------------------------


       

Save the batch file to the server share drive you use for application deployment.



Once Automatic updating has been enabled Internet Explorer will update to the latest versions through Windows Updates procedure.


**Please Note it may take multiple updates before Internet Explorer is updated to the latest version.