Friday, January 30, 2009

Add Logo And Support Information to Vista

In Windows Vista, adding support information and a company logo is not as simple as it was in Windows XP, and it requires some Registry editing. You will also need a small logo of the company or other entity you want to display. Please follow these instructions:
The Logo
You will need to create a small logo of your choice by using any graphics editing tools. Make sure that the logo file is called OEMLOGO.BMP, and, guess what, save it in .BMP format. Also, the logo file should not be bigger than 120X120 pixels in size.
You can place the file in any directory of your choice, but I suggest you put it in the %systemroot%\system32 folder of your computer (for example - C:\Windows\System32). Note this path, you'll need it later.

The Registry

The next phase is to edit the local Registry and add the support information.
1. In the Start Menu type “Regedit” and press Enter.
2. Note: As always, be very careful while the editing the Registry. A small mistake can cause huge damage that will prevent you from booting the computer. If you don’t know what the Registry is, how to edit it and how to back it up, please consult with a skilled IT professional.
3. Navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation
4. If the OEMInformation key does not exist you will need to create it. Right Click the CurrentVersion key and from the drop down menu click New > Key. In the Key dialogue box type OEMInformation and then press Enter.
5. Next, create the following keys and modify them to hold the following values

Key name: Logo
Key type: String Value
Key value: The path to your logo file, for example: C:\Windows\System32

Key name: Manufacturer
Key type: String Value
Key value: Your name, or the manufacturer's name,

Key name: SupportHours
Key type: String Value
Key value: Your support hours, for example: Sun – Thu 9am – 5pm

Key name: SupportPhone
Key type: String Value
Key value: Your support phone number


Key name: SupportURL
Key type: String Value
Key value: Your support URL,


6. Close Regedit.


Note: You can export your settings and make the addition of such settings for more computers by importing the information and OEMLOGO.BMP file to them. In order to export the information, click on the OEMInformation key. Next, go to File > Export, and give the file a name (such as settings.reg). You can then edit the file with Notepad and distribute it to other computers (don't forget the .BMP file).

Example

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
"Logo"="C:\\Windows\\System32\\oemlogo.bmp"
"Manufacturer"="xxxxxxxxxx"
"SupportHours"="Sun-Thu 9am-5pm"
"SupportPhone"="xxxxxxxxxxxx"
"SupportURL"="http://www.xxxxxxxxxxxx.com"

No comments: