J
Jerry Spence1
I am trying to get registry information from another PC that is not part of
a domain.I have tried the following:
Dim key = RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine,
\\computername).OpenSubKey("Software").GetSubKeyNames
and this works OK, but it must be because I have the same username and
password on both machines. I can't find any options for specifying the
remote username/password when using OpenRemoteBaseKey.
Any ideas?
-Jerry
a domain.I have tried the following:
Dim key = RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine,
\\computername).OpenSubKey("Software").GetSubKeyNames
and this works OK, but it must be because I have the same username and
password on both machines. I can't find any options for specifying the
remote username/password when using OpenRemoteBaseKey.
Any ideas?
-Jerry