I know this has been talked about a few times about remote registry access, but I cannot find any good examples on how to implement this.
I did find http://www.codeproject.com/KB/cs/cpimpersonation1.aspx which seems to have code that will do what I want, however, this seems to be connecting to the same PC where the app is running from. What I want is to connect to remote PC in a different domain.
I have been doing some reading but cannot figure out how to modify this code to do so.
Any help would be appreciated on how to use the code to connect to a remote pc.