I get remote registry key via such code:
RegistryKey reg = RegistryKey.OpenRemoteBaseKey(RegistryHive.Users,
"machineName", RegistryView.Default);
My questions:
- How can I get from registry of remote machine the list of user names?
- How can I get for each user his HKCU registry from HKEY_USERS of the remote machine?
P.S. The Many my users has the Roaming Windows profiles.