Virtues
Virtues

Reputation: 1

How to determine a registry key value on a windows machine? (through cmd)

Hey! Could somebody help me to give a proper way to registry key value through cmd.

Upvotes: 0

Views: 144

Answers (1)

Durry42
Durry42

Reputation: 409

You can use the REG command to get info from the Registry through a batch file or at the command prompt.

Use REG QUERY /? for more information about the options available.

Upvotes: 1

Related Questions