Disabling Autoupdate on JRE 1.6.20

(imported topic written by bigfix1191)

Can anyone tell me how to disable the autoupdate on JRE?

// Add Registry key to prevent auto update

//----------------------------------------------------

regset "

HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy

" EnableJavaUpdate"=dword:00000000

action may require restart “64c48f4d1bda1ebcc648eaa919bc6a057aca2af7”

Tried this but it doesnt seem to work.

Thanks

Ben

(imported comment written by BenKus)

You seem to be missing a quote:

regset “HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy” “EnableJavaUpdate”=dword:00000000

Ben