Open Command Prompt.
Once Command Prompt is open, type the following command exactly as shown here, including spaces or lack thereof:
wmic useraccount get name,sid
and then press Enter.
You should see a table, similar to the following, displayed in the Command Prompt window:
Name SID
Admin S-1-5-21-1180699209-877415012-3182924384-
581
Guest S-1-5-21-1180699209-877415012-3182924384-604
John S-1-5-21-1180699209-877415012-3182924384-134
This is a list of each user account in Windows, listed by user name, followed by the account's corresponding SID.
No comments:
Post a Comment