Ever wonder how to really kill that java updater that keep returning back into your Windows VDA start up or within your users Terminal Session ?
Justcheck.exe scheduler do an online check, but java got another method too, with an expiration date of the product.
First, create that environment variable:
setx deployment.expiration.check.enabled false /m
After lets go there; c:\windows\sun\java
Create Deployment.config file
Enter that into it:
deployment.system.config=file\:C\:/Windows/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=true
Create Deployment.properties file
deployment.javaws.autodownload=never
deployment.javaws.autodownload.locked
deployment.expiration.check.enabled=false
deployment.expiration.check.enabled.locked
deployment.expiration.check.enabled.locked
deployment.expiration.decision=never
deployment.expiration.decision.locked
deployment.expiration.decision.suppression=true
deployment.expiration.decision.suppression.locked
Thanks 🙂 and enjoy the tip