Internet Explorer blocks outdated Java version:
Java(TM) was blocked because it is out of date and needs to be updated and options to Update or Run this time ...
Just add:
Java(TM) was blocked because it is out of date and needs to be updated and options to Update or Run this time ...
Just add:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Ext" /v VersionCheckEnabled /t REG_DWORD /d 0 /f
Where:
- 0 = Stops blocking outdated ActiveX controls.
- 1 or not configured = Continues to block specific outdated ActiveX controls.
Read more:
http://msdn.microsoft.com/en-us/library/dn761713.aspx