RE: Other users registry
Sure -- you can find each of them under HKEY_USERS\<account SID>, so all you need to know is the SID.
One place you can go to match up the SIDs and accounts is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList -- although it doesn't contain account names directly, the ProfileImagePath entries there do unless the account has been renamed, and that should suffice.
|