Hello guest, if you read this it means you are not registered.
Click here
to register in a few simple steps, you will enjoy all features of our Forum.
Search
Calendar
Help
Hello There, Guest!
Login
Register
Login
Username:
Password:
Lost Password?
Remember me
Rules have been updated!
Here
AiOwares
›
Tags
properties
Tags
Author:
MaskedUser
- Replies:
17
- Views: 12779
System Info in My Computer Properties
How to set up your Ssytem to show Mothorboard Manufacturer & Model in your My Computer Properties :
[php]
FOR /F "tokens=3* delims= " %%i in ('reg query HKLM\HARDWARE\DESCRIPTION\System\BIOS /v BaseBoardManufacturer') DO (SET BaseBoardManufacturer=%%i)
FOR /F "tokens=3* delims= " %%i in ('reg query HKLM\HARDWARE\DESCRIPTION\System\BIOS /v BaseBoardProduct') DO (SET BaseBoardProduct=%%i)
REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" /t REG_SZ /v Manufacturer /d "%BaseBo