Adding OEM logo to Windows Server 2008
If you want to add OEM logo to the properties page of “My Computer” in WIndows Server 2008, you can:
1. Open regedit and goto: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation
You may need to manually create this key if it doesn’t exist.
2. Right-click this key and in right-side pane, create the following string values and set their values as shown below:
Logo – path_of_OEMlogo.bmp_file
Manufacturer – Any_desired_name
Model – Any_desired_name
SupportHours – Any_desired_time_amount_like_24x7
SupportPhone – Any_desired_phone_number
SupportURL – Any_desired_URL
NOTE: OEMlogo.bmp file should be 96×96 in size and can be placed at any location.
3. Open System Properties (may need rebooting) by right-clicking on My Computer icon on desktop and select Properties, you will see your desired entries in System section and another section will also be created with the same name as you entered in Manufacturer String value. The OEMlogo.bmp file will be shown in right-side of System section.