If you are having problems returning a known registry value that is a DWORD value try this.
Instead of scripting your value as KEY = 0x00000001
Use KEY = 1
Yes its that simple. KACE expects the data in the same format that the registry itself has you input it.
Comments