I've got a REG_BINARY registry key that I'd like to set via GPO. However, the GPO interface to add registry settings simply has a 'Value Data' text field.
I can set the type to REG_BINARY, but what format is the text field expecting the data in so that the key is correctly set?
Should I be converting my data to Hex before entering it here, or should I be doing this in a completely different way?