
by this trick you can have your own name and pic !!
On the ‘general’ tab of the ‘System Properties’ dialog (right click ‘My Computer’ and select ‘Properties’) will normally be displayed the manufacturer’s logo, company and support information (assuming these have bee set up). This note describes how to change this or set net information up from scratch.
There are two parts to updating that panel - the graphic and the text information
To create the text information, create a text file named ‘OEMINFO.INI’, and place it in ‘c:\winnt\system32’ (or presumably ‘c:\windows\system32’ for a Windows 9x variant). The format of the file is as follows:
[general]
Manufacturer=Some Manufacturer Name
[Support Information]
Line1=For Technical Support contact:
Line2=Line3=Manufacturer service dept.
.
.
The first section, "[general]", lists the information shown on the System Properties panel. This can take an optional additional line
Model=…
The second section, "[Support Information]", is optional. If added, then the "Support Information" button will appear. Clicking that button brings up a panel with the text listed.
Be aware that leading spaces are ignored, so if you want to indent some text then be sure to enclose it in quotes, for example:
Line1=For Technical Support contact:
Line2=Line3=Service dept
.Line4=" Tel: NNN..."
Comments can be added to the OEMINFO.INF file, and these should be preceded by a semicolon ‘;’ for example:
; Information displayed in System Properties
[general].
.