Forum Discussion

Ryu's avatar
Ryu
Contributor
7 years ago
Solved

SetOption is changing a REG_DWORD to a REG_SZ

I am at least a little familiar with coding, but I haven't really done much of it in 10-ish years, so I am very rusty.  When running the following code snippet (I'm using python) in a test, instead o...
  • Ryu's avatar
    7 years ago

    Never mind - I figured it out.  I need to use key.SetOption("SyslogToFile", 1) instead of key.SetOption("SyslogToFile", "1").  :)