|
Oh yeah, I feel dumb for this one.... the problem is actually with OpenSubKey( "..." ); This function is overloaded and that is the ReadOnly form of the function... OpenSubKey( "...", true ); is how the function is called to open the key with write permissions.. took me an entire day to figure this one out, lol.
|