when I’m trying to create a subkey in Registry.ClassesRoot I get an System.UnauthorizedAccessException! I’m using win7. Does anyone know why?
when I’m trying to create a subkey in Registry.ClassesRoot I get an System.UnauthorizedAccessException! I’m
Share
Check that your program run as administrator.
By default win7 does not run programs with admin permissions.