Hi
I am trying to open the Registry of Network pc, but it is giving me error as " Requested registry access is not allowed"
my code is
Kindly Help. how to get access .
I am trying to open the Registry of Network pc, but it is giving me error as " Requested registry access is not allowed"
my code is
Code:
environmentKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, remoteName).OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall");
Kindly Help. how to get access .
Comment