Java 7 update 51 has a java security level that is set to HIGH by default. I want to change it to media using the registry or adding any files. I noticed that manually changing the security level to a high environment creates a registry
[HKEY_CURRENT_USER\Software\JavaSoft\DeploymentProperties] "deployment.security.level"="MEDIUM"
But if I manually create the aforementioned registry, then the java security parameter does not change and the created registry is deleted. So I think there should be other files that do this. So, how can I change the Java security settings? I saw some articles and links to the forum, but did not get what I wanted. In addition, this does not mean that the security level should be set for my clients, and for my office this number of employees should change this parameter (all this is Windows OS), and it will be easy if there is automation, for example, code or records in the registry.
source share