how to access/read registry of a remote system
-
Hello I am trying to access/read registry of a remote system. I am using RemoteRegistry but is giving Exception : Attempted to perform an unauthorized operation. So i want change the permission to read registry programmatically. Thanks
Devesh Mishra
-
Hello I am trying to access/read registry of a remote system. I am using RemoteRegistry but is giving Exception : Attempted to perform an unauthorized operation. So i want change the permission to read registry programmatically. Thanks
Devesh Mishra
The point of permissions is that they stop you doing things you're not allowed to. Now, if you could change them remotely, what would the point be ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
The point of permissions is that they stop you doing things you're not allowed to. Now, if you could change them remotely, what would the point be ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Thanks for your reply.. But tell me how can i change the permission through program and i dont want to change the permission remotely. I want to change the permission by running that application on remote system. is it possible ??? Thanks
Devesh Mishra
-
Thanks for your reply.. But tell me how can i change the permission through program and i dont want to change the permission remotely. I want to change the permission by running that application on remote system. is it possible ??? Thanks
Devesh Mishra
-
Thanks for your reply.. But tell me how can i change the permission through program and i dont want to change the permission remotely. I want to change the permission by running that application on remote system. is it possible ??? Thanks
Devesh Mishra
That error is saying the account your code is running under doesn't have the permissions to read the registry on the remote machine. You simply cannot get around this. You have to use an account that the remote machine can authenticate, such as a Domain Admin account in a domain or AD environment. In a workgroup environment, the account your code runs under must exist on all the machines you want to connect to AND all those accounts must have the same password.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007