/build/static/layout/Breadcrumb_cap_w.png

how to turn off java update prompt

Hello, 


I am using java 8 201 and I was able to deploy it to our computers via kace scripting. 

However now user calling back to mentioned when opened on web , there is a prompt for update, block and later options. 

anybody know how to disable that prompt for all users ?


during install I used AUTO_UPDATE=Disable.


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: SMal.tmcc 4 years ago
Red Belt
2

Top Answer

when we pushed java we used  these settings.

reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run" /v SunJavaUpdateSched /f
reg add "HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy" /v EnableJavaUpdate /d 00000000 /t REG_DWORD /f
reg add "HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy" /v NotifyDownload /d 00000000 /t REG_DWORD /f
reg add "HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy" /v EnableAutoUpdateCheck /d 00000000 /t REG_DWORD /f
setx deployment.expiration.check.enabled false /m


Comments:
  • thank you for the answer. I couldn't run it in a batch file but , I applied the solution manually and confirmed with another user that the prompt is not showing up anymore. - jencam 4 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ