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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -