How I can change JAVA Control Panel setting on all machines from SCCM or DesktopCentral.
I want to change two setting,
- Perform signed code certificate revocation checks on to "Do not check"
- Perform TLS certificate revocation checks on to "Do not check"
I found the commands below,
deployment.security.revocation.check=NO_CHECK
deployment.security.revocation.check.locked
deployment.security.tls.revocation.check=NO_CHECK
deployment.security.tls.revocation.check.locked
but how I can apply this through windows batch file or scripts
thanks