command line - how to read registry values for the particular user -
do have read registry value particular user using command prompt in windows? if have read before specify user name please me how may value using command-line command. trying read date , time format value registry getting different format different users.
if know users's sid can query registry specific user settings. following sshortdate
date format value user sid: 123
reg query "hkey_users\123\control panel\international" /v sshortdate
to sid specific user can use wmic
list of name, sid pairs users of system:
wmic useraccount name,sid
Comments
Post a Comment