Query Registry from Command Line

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Query Registry from Command Line

Post by jussij »

To query the registry from the command like you can use the query option.

For example, running this command:

Code: Select all

reg query "HKCU\Software\Microsoft\Windows\CurrentVersion\Themes"
produces the following output:

Code: Select all

HKEY_CURRENT_USER\Control Panel\Input Method
    Show Status    REG_SZ    1
    EnableHexNumpad        REG_SZ    1
Post Reply