computer hobbyist
Everybody is as self-righteous as hell, and I'm right about that.
Franklin's remark #6
|
|

Example of a splash image file, the image that comes up when you boot. The image has 16 colors, indexed, and must be 640X480 pixels. (Linux specifcations are the same as those for Windows XP.)

HOW TO AVOID WELCOME SCREEN AND USER LOGON ON WINDOWS XP BOOT.
(Not known to work on any other operating system besides Windows XP.)
By using this material you are acknowledging that you understand that the information presented here may be unworkable on your computer.
-
Start > Control Panel > User Accounts
-
Select "Change the way users log on or off"
-
Uncheck "Use the Welcome screen"
-
Close
-
Start > Run ...
-
Enter the following command: control userpasswords2
-
OK
-
"Users must enter a user name and password to use this computer" will be checked
-
In the box below is a list of administrators. Click and highlight the current preferred system administrator.
-
Uncheck "Users must enter a user name and password to use this computer"
-
Click Apply
-
A box will appear with the administrator name, requesting a password. If the preferred administrator is not given then cancel out and repeat the last previous steps.
-
Otherwise only enter a password if you already have one.
-
Click OK
-
Close
-
For the next steps you will need an image editor such as GIMP 2.
-
Select a JPEG picture to use for your boot splash image. Sample is provided.
-
Open picture editor.
-
Resize image to 640 X 480 pixels.
-
Image > Mode > Indexed …
-
Under Generate optimum palette change number of colors to 16
-
OK
-
Save as Boot.bmp in C:\windows\ - If propted use "RLE encode"
-
Bring up DOS prompt
-
Type CD\ <enter>
-
At C:\> attrib -r -h -s boot.ini
-
Exit DOS
-
Open NotePad
-
Open boot.ini
-
Save as boot.old
-
Clear document: Select all > <delete>
-
For a one harddrive system, copy in the following code:
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Professional " /noexecute=optin /fastdetect /bootlogo /noguiboot
The text between multi(0) and noguiboot needs to be on one line.
C:\ = "MS-DOS "
-
Click to view new BOOT.INI file - You can cut and paste the contents.
-
Save as C:\boot.ini
-
Close
-
Open DOS
-
Enter CD\
-
At C:\> attrib +r +h +s boot.ini
-
Exit DOS
-
To test reboot
-
You will be prompted as to whether you want Windows XP or DOS. Press <enter>
The next screen should be your splash image.
|