Link to home
Start Free TrialLog in
Avatar of sherlock1
sherlock1

asked on

Configure Java control panel setting via group policy?

Hi Experts,

We are running Java Version 8 update 111 on client computers (running Windows 7 and Windows 10) and we would like to automatically configure one setting in the Advanced tab of the Java control panel (found within the control panel in Windows) for all computers without having to do this manually on each client computer.

In specific we want to set the option named "Enable - Hide warning and don't run untrusted code" under the section "Mixed code (sandboxed Vs. trusted) security versification's" in the advanced tab.

We were thinking of using group policy but I cant seem to find a group policy (.admx) template file online for Java. Does anyone know if such a template exists? failing this if one is not available do you know what setting could be manually configured in group policy to configure this setting? - perhaps there is a registry key that can be configured via group policy

Thanks
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

In specific we want to set the option named "Enable - Hide warning and don't run untrusted code"

Meaning, you don't want them warned? If so, that's extremely dangerous. You would be better off just whitelisting the appropriate urls
Avatar of sherlock1
sherlock1

ASKER

Ok thats a good thought - if we add the whitelist the appopiate URLS could this be done via group policy?- i believe this setting is also in the Java control panel. I guess the users wouldnt see any warning messages when they open the whitelisted URL's?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Our development  team are looking at the deployment.properties file to customize the Java run time package
They think it should be possible to create a package to deploy  the settings as needed.

Im note sure on the specific details

Thanks