Setting Binary Data in the Registry |
(Windows Only)
|
setRegistry()
function. You do, however, need to be careful
on how you write a binary vale by making sure you use the binaryEncode()
function on the data you
need to store. Posted 6/9/2002 by Ken Rayput "HKEY_CURRENT_USER\Software\Microsoft\Command Processor\EnableExtensions" into theKey get setRegistry(theKey, binaryEncode("I", 1), "dword")