How can I add information to Windows 2000’s System Properties General tab?

John Savill

August 8, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. When you receive a PC from a manufacturer, you might see extra lines of description text and a company logo on the Control Panel System applet’s General tab. You can change the logo and text.

  1. Create a bitmap with the dimensions 172 ´ 172. Save the picture as oemlogo.bmp in the %systemroot%system32 folder (e.g., D:winntsystem32). If the picture is larger than 172 ´ 172, the OS clips the top left corner. If the picture is smaller, the OS adds a black border.

  2. Create the file %systemroot%system32oeminfo.ini (e.g., D:winntsystem32oeminfo.ini) with the format that Listing 1 shows.

    LISTING 1: Format for Oeminfo.ini File

    [general]
    Manufacturer=SavillTech Ltd
    Model=SuperDuper 1
    SupportURL=http://www.savilltech.com
    LocalFile=%windir%websavtechsupport.htm
    [OEMSpecific]
    SubModel=Optional line
    SerialNo=Optional line
    OEM1=Optional private info
    OEM2=More private info
    [ICW]
    Product=Your Product Name
    [Support Information]
    Line1=" "
    Line2="For support ...."
    Line3="

    Figure 1 shows an example of how you can use oeminfo.ini to customise the System Properties General tab. You don’t need to reboot the machine, because the System applet will pick up the files when the applet starts.

    Click here to view image

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like