Windows VDA / Terminal Server session – Kill for good that Java update Warning !

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

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s