Please Help! I need to add a Key and value to HKEY_LOCAL_MACHINE Software\Microsoft\windows\run. So that when the system boots up the program will load. I got a great module here (thanks guys) but it adds the vakue in Binary which will not work for thsi purpose. The system will not resolve the binary to a string value. What I need it to be is a string value not a binary value
HKEY_LOCAL_MACHINE Software\Microsoft\windows\run\
Key(EzTelnet) String ("C:\Program Files\EzTelnet\EzTelnet.exe")

Help!!!!!