The search returned 2 results

by Deepack
August 9, 2018 - 09:20
Forum: WAPT Packages
Subject: Custom Java
Answers: 2
Views : 3617

Re: Custom Java

Hello!

I've already looked, are these the lines you're referring to?

`print("disabling automatic updates")` `
if iswin64():
` `key=reg_openkey_noredir(HKEY_LOCAL_MACHINE,r'SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy',sam=KEY_WRITE,create_if_missing=True)`
`reg_setvalue(key,'EnableJavaUpdate',0,REG ...`
by Deepack
August 7, 2018 - 09:29
Forum: WAPT Packages
Subject: Custom Java
Answers: 2
Views : 3617

Custom Java

Hello everyone! :)

I'm new here, so I'm still learning WAPT... For now, I'm working in a virtual lab :)

I'm here to ask you something:

Is it possible to disable automatic Java updates (I currently do it manually from the control panel)?