I am reading a registry key on a remote computer like this :
RegistryKey regKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, pc1, RegistryView.Registry64).OpenSubKey("SOFTWARE\\ODBC\\ODBC.INI\\NetworkTP_DB");
I went to the remote compute and i gave Full Control to Everyone and i still get :
SecurityException was unhandled Requested registry access is not allowed.
I even turn off all firewall on that remote computer to make sure it doesn't affect anything, and now i really don't know what to do.
Any idea please ?