How do I find user SID?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Barcelona, Lives in Barcelona, Spain.
It'll probably only take a minute, maybe less, to find a user's SID in Windows via WMIC: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.
2023-05-15 13:52:57
评论(499)
Helpful(122)
Helpful
Helpful(2)

Scarlett Lee
QuesHub.com delivers expert answers and knowledge to you.
It'll probably only take a minute, maybe less, to find a user's SID in Windows via WMIC: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.