Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Control Panel setting

User_KWHMLJan 12 2021

How I can change JAVA Control Panel setting on all machines from SCCM or DesktopCentral.
I want to change two setting,

  1. Perform signed code certificate revocation checks on to "Do not check"
  2. 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
Comments
Post Details
Added on Jan 12 2021
0 comments
553 views