If you build your own computers, you will occasionally notice in various places that the manufacturer of your computer is listed as unknown. The system properties applet will show the information you place using this method.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation
Note: If the OEMInformation key is missing, you’ll need to create one manually.
Value name | Data | Value type |
Logo | <Path to your logo file>* | REG_SZ |
Manufacturer | <System manufacturer name> | REG_SZ |
Model | <System Model number> | REG_SZ |
SupportHours | <Support hours> | REG_SZ |
SupportPhone | <OEM Support Phone number> | REG_SZ |
SupportURL | <OEM Support URL> | REG_SZ |
Shamelessly copied from here for knowledge redundancy.
Tech Tips
Leave a Reply