Suresh Jaladi
Suresh Jaladi

Reputation: 129

Getting System information using Reg Query

How to get the following details using Reg Query Command?

  1. Operating system details such as name,servicepack,version, and os architecture.
  2. System details such as manufacturer name and model name.

Upvotes: 1

Views: 612

Answers (1)

krishna
krishna

Reputation: 3258

These may work. for OS info:-

 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion 

for hardware :-

HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System 

Upvotes: 3

Related Questions