A
akash
I have code that accidently opens a registry key using
RegistryKey.OpenSubKey("blah", false) instead of
RegistryKey.OpenSubKey("blah", true) even though it requires writable
access.
However, I never spotted this error until recently because my app can
still write to this key on most machines! Is there some other level of
security that is overriding the behaviour specified in the code?
Thanks
Akash
RegistryKey.OpenSubKey("blah", false) instead of
RegistryKey.OpenSubKey("blah", true) even though it requires writable
access.
However, I never spotted this error until recently because my app can
still write to this key on most machines! Is there some other level of
security that is overriding the behaviour specified in the code?
Thanks
Akash