Tech Support Forum banner
Status
Not open for further replies.

logo

1K views 2 replies 3 participants last post by  Midnight Tech 
#1 ·
is there a way i can put my own logo in? like when you right click on my computer on a alienware you see the alienware logo in there with the computer info.
 
#3 ·
I beleive this may be what you seek...
How can I change or add OEM logo and information on my computer?

By default, the General tab (right-click My Computer, or double-click System in Control Panel, or press the ? +BREAK keys on your keyboard) contains information on the Windows version, processor, memory, registered user and registration identity.

Optional items include the manufacturer and model, a small picture, and a button leading to a separate page of support information.

The information is not held in the registry, but in an old-style .INI file, which can be created in any plain-text editor including Windows Notepad.

This file can have two sections:

1.

The first section, has a section header called [General], and within that section - two entries:

*

Manufacturer=<text>
*

Model=<text>

2.

The second section, headed [Support Information], is optional, but if present adds a button with that label to the page. The entries after that heading should be in the form:

*

Line1=<some text>
*

Line2=<more text>
*

Line3=<more text>

and so on. The limit on the number and length of lines seems limited only by the 64 KB general limit on .INI files.

The file should be saved in the %systemroot%\system folder (for Windows 98/ME computers) or in %systemroot%\system32 folder (for W2K/XP/2003 computers) as OEMINFO.INI.

The picture is a 256-colour-Windows bitmap (.BMP) file.

Microsoft states that the size should be 96 pixels square when using small fonts in Display Property settings, or 120 square with large fonts.

The file should be saved in the %systemroot%\system folder (for Windows 98/ME computers) or in %systemroot%\system32 folder (for W2K/XP/2003 computers) as OEMLOGO.BMP.

No other entry in the .INI file is required, but the latter must exist and have a populated [General] section for the bitmap to be visible in Display Properties.

No reboot is necessary in order for the hack to take place. Press the ? +BREAK keys and see for yourself.

Hope this helps!
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top