Slight edits on the fine tip by
Shelly6,
BTW, I have been doing this tip for years and I find it very handy to 'tuck' away my contact numbers for my ISP and the service tag of my Dell PC.
And yes, Space Cowboy, it really is that simple. A couple of files, (one is simple text, the other is a prefered bitmap) in the right folder and whenever you open your System Properties, you will see your edited lines, your prefered bitmap, and a [Support Information] button.
She had the first line as "Manufacture=manfacturers name" instead it should be:
"Manufacturer=whatever you want to read"
(Manufacturer, not Manufacture) and the text can be really almost anything you want. It does not have to be the real manufacturer.
Here is a copy of what I have in my OEMINFO.INI (some data I changed for illustration)
Code:
[General]
Manufacturer=Chuck's
Model=Time obliterator
[Support Information]
Line1=Hello,
Line2=This is file %systemroot%\system32\oeminfo.ini
Line3=
Line4=Service Tag: blahblah
Line5=Express Service Code: 123-456-789-0
Line6=
I can put whatever I want here, without Line#s, and while it won't show when clicking
the [support Information] button, it is EASY to get to (read below).
...
Notice that I have that Line2 saying "This is file %systemroot%\system32\oeminfo.ini"
That is
very useful to have displayed, because you can just do a double-click on the system portion (this works in Notepad - other editors it may not!),
which hi-lights the entire
%systemroot%\system32\oeminfo.ini and copy (
Ctrl+C) then I can press
Win+R, then paste (
Ctrl+V) into the Run window, and then just press
Enter which will open your
oeminfo.ini file in Notepad (or whatever editor you have defined for .INI files).
In addition to all that Line1, Line2, LineETC. stuff, you can just add in ANY TEXT WITHOUT LINE NUMBERS, which would then NOT SHOW when you click the System Properties [Support Information] button, but can be easily read, and edited, when you use open the OENINFO.INI file (see that copy, Win+R, paste, Enter tip, above).
As for the pixel size of the OEMLOGO.BMP file, I have seen the pixel size change between versions of Windows, there is no one size for all. But it is easy enough to find out is the max size for your own PC and OS. Just make a temporary, larger than necessary (like 200x200 pixel) all black image and call it OEMLOGO.BMP and place it in your system32 folder (or system, in some older versions of Windows). When you then look at your System Properties (hint: just press
Win+Break) you will see that black box. Just make a screen capture of that black area and measure it. (There are many tools to actually measure it, I won't bore you here).
Doing this I found out my Windows XP Pro SP2, running on a Dell 8400 PC, displays an area that is exactly 180x114 pixels in size. Your OEMLOGO area may vary.
As for the dpi of the bmp used ... it just doesn't matter for this use. Windows only cares about the images overall pixel size (the h and v) not the dpi. By the way, if you do use an OEMLOGO.BMP file that is larger than your correct max size - don't worry! it doesn't harm anything, and Windows may just display it adequately anyway. Windows will not display some part of edges, it will only display the center portion of your image.
There are all kinds of existing OEMLOGO.BMP images already on the net, just search for it like this
Google search.
In addition to the info you will find there, which also explains the need for those few OENINFO.INI entries, you will also find that it is possible to define transparent colors for use on your oemlogo. Check out the Laura Kroft
here.
As for how to set that transparent color just do a
Google search.
Have fun!