(imported topic written by Edj)
I currenlty creating a task to modify the Java Update settings. The relevancy within the if/else/elseif statement works without a flaw but i am having issues setting the “DWORD”. When I execute the task below, it modifies the regkey but it converts it from a “REG_DWORD” to a “REG_SZ”. Please assist.
if {exist key “HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy” whose ( value “EnableAutoUpdateCheck” of it =1) of registry}
regset "
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
" “EnableAutoUpdateCheck”="{0 as integer as hexadecimal}"
else
endif
Thanks,
Edj