Display SID

  • Thread starter Thread starter yepiknowiam
  • Start date Start date
Y

yepiknowiam

I don't remember the command from the command prompt to display all the SIDs
on a computer. Can someone help me out?

Thanks.
 
I'm not sure if thery is a native command to do this. This is one way
of doing it:

reg query "SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /s,

John
 
Thanks, that's what I was looking for. It's been so long I couldn't remember
everything.
 
Also have a couple on lines 181 and 182 (both sides):
http://www.kellys-korner-xp.com/xp_tweaks.htm

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Happy Birthday if today is your birthday!

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm


Ramesh Srinivasan said:
Glad the post from John helped you. Here is a script that I wrote to
display the SIDs, their user account names and the profile folder paths.
It's available at:

http://windowsxp.mvps.org/reg/SIDList.vbs

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
The Winhelponline Blog http://www.winhelponline.com/blog


yepiknowiam said:
Thanks, that's what I was looking for. It's been so long I couldn't
remember
everything.
 
Back
Top