How can I restore java security prompts via the command line?
Java 8u31
I am wanting to centrally manage the exception.sites fileĀ for workstations on my network.
I found that I need to have the end user click the "Restore Security Prompts" button on Java Control Panel -> Security tab -> Exception Site List section.
Anyone know of a way I can do this with the command line? I want to be able to add a site to a list, push it to an end user, then force a restore of the security prompts. This way the only thing the user needs to do is close and re-open IE.
Any suggestions would be greatly appreciated.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
I believe all you need to do is append this line to the C:\Users\...\AppData\LocalLow\Sun\Java\Deployment\deployment.properties file then restart IE
deployment.insecure.jres=PROMPT
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/jcp/properties.html