DeleteSubKey UnauthorizedAccessException
- by Adam Haile
I'm trying to write a quick app to modify some registry keys. When I'm browsing via RegEdit, I can modify and delete the keys with no problems.
But when I try to use RegistryKey.DeleteSubKey() it throws an UnauthorizedAccessException
Is there anyway to gain the privileges to do this? Also, why would there be a problem if my user account obviously has access to make the changes?