TAGS :Viewed: 10 - Published at: a few seconds ago

[ Registry Check CMD ]

How can I found only the registry VALUE NAME in this code (Windows 7 Home Premium)

REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName

Answer 1


This may help with the find filter:

REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName |find /i "value name"