Get Computer Manufacturer through Command Prompt (CMD)
Open Command Prompt – As Administrator
1) Press the Windows Key
2) Type cmd and press return
3) Right Click the Command Prompt icon and select ‘ Run as Administrator’
Copy and Paste the Command
In the command prompt window enter the below command and press return
wmic computersystem get manufacturer /value
You will see the manufacturer name output
This command can also be embedded within batch files (.bat) when further manipulation is required.