I'm trying to use Kixtart to change the UserInformation registry key for MSoffice. The workstations are NT 4.0 running office 97. The problem with the change is that it is a "Reg_Binary" entry with a Hex value. And when using the @userid (or @wuserid) to get the user name to change the value it's not in the needed hex format. Is there a way to obtain the hex value of the user ID so I can use it to make the registry edit? Here is the registry entry that I'm trying to change:
code:
 WriteValue("HKCU\Software\Microsoft\Office\8.0\Common\UserInfo", "UserInitials", "@USERID", "REG_BINARY")