PDA

View Full Version : OEM info with logo



S_chmiewliski
03-19-2001, 12:20 PM
HI
Does anyone know how to add support information and a logo to the system properties page.
I need to do this on NT4 and Windows 2000 machines...

Thanks in advanced

Steve C

f5man
03-23-2001, 08:36 PM
Hello Steve,

Create two (2) files.. The 1st file should be a text file OEMSYSTEM.INI

[Version]
IAW the MIcrosoft OEM licensing requirements


[general]
IAW the MIcrosoft OEM licensing requirements

Manufacturer=
Model=


[Support Information]
IAW the MIcrosoft OEM licensing requirements

Line1= For Product Information:
Line2=
Line3=
Line4=
Line5=
Line6=
Line8=
Line9= Point your browser to:
Line10=
Line11=
Line13= There is no line 12 so line 13 does not get displayed

The 2nd file can be your company logo. You may name the file OEMLOGO.BMP

Copy both files to the system in either NT or W2K.. When you click on the system app the logo and supporting info should be displayed..

Good Luck!