O.P. RE: reading boolean from registry
Thanks very much Cookie, I used REG_DWORD now and it works without any dodgy conversions.
Right now in the script im also using REG_SZ to save an array, and it simply converts it to a csv string, and that's fine I just use split(",") when reading, but I thought maybe it would be better if I used REG_BINARY, but I don't know how, i've been looking around, but can't find any anwers.
Maybe you know this too. TIA
|