Windows – How to disable the Java “Security Warning” popup

internet-explorer-10javawindows 7

enter image description here

Is there a way to disable this Java Security popup? I only use sites on my intranet and each page is home to 40+ applets that generate a new ID with each load. Because of this, every time the page is visited it requires you to click "Run" 40+ times.

OS: Windows 7

Browser: IE 10

Here is my fix:

  1. Open Internet Explorer
  2. Click on Tools and select Internet Options
  3. Click on Security tab and Click the ‘Custom Level’ button
  4. In the ‘Miscellaneous’ section change “Display mixed content” to Enable.

Best Answer

Setting that option to Disable verification will remove that pop-up. Yes it's a security risk, but I'm fairly sure that disabled was the default level of security of the previous Java versions. I'm sure the pop-up does provide some extra security, but in an environment where each vendor rolls their own crazy web apps and the updates are few and far between, this is more of a hassle than security. Unfortunately this setting appears to be controlled by a file under each users profile. Specifically C:\Users\username\AppData \LocalLow\Sun\Java\Deployment\deployment.properties . I can't think of a way off the top of my head to push this setting via group policy. If someone comes up with a solution, please post it in the comments. Until then we will be sticking with Java 6 Update 19 for our environment.

source: http://gdgtry.com/2010/05/disable-javas-new-security-warning/

Related Question