Update a REG_BINARY value?

(imported topic written by choro)

Does anyone konw how to update a Windows Binary Value (REG_BINARY type)?

Thanx…

(imported comment written by brolly3391)

Hello choro,

Great question. It’s not documented but I just tested it on the Windows BES6.x client and the following action script was sucessful in creating a reg_binary value.

regset “[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\test” “test”=hex:10,01,12,05,41,38,41,20,ff,00,ff

Cheers,

Brolly

(imported comment written by BenKus)

Quick note:

The “regset” command will accept any syntax that the “regedit” program uses (because regset uses “regedit.exe /s” to put stuff in the registry). So if you ever have a question on the syntax for regset commands, just export your registry to a “.reg” file and see what the formatting looks like.

Ben

(imported comment written by choro)

Hey Brolly…thanx for your quick response…that works…

Ben, thank you for your note…that was going to be my next question…

You guys are great…keep up the good work…