Disable Windows Splash Screen
In this tutorial you can change your windows splash screen with loading kernel like in the linux operating system if you was bouring with windows splash screen..so your windows can view DOS and files be load before windows start.
follow this step:
- Right click on shortcut my computer in your Desktop
- Click propertis then enter
- On dialog System Propertis look for tab advanded and then click
- in tab Advandced look for button setting for Startup and Recovery
- Click setting
- On input box Default Operating System have content “Microsoft Windows XP Home Edition” /noexecute=optin /fastdetect”
- Click Edit button
- And then wiil be display like below :
- [boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Microsoft Windows XP Home Edition” /noexecute=optin /fastdetect - Automatic opened with notepad
- This is boot.ini files
- In the ending script please add this code “/sos”
- Result script after adding script
- [boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=”Microsoft Windows XP Home Edition” /noexecute=optin /fastdetect /sos - In the notepad click File-Save
- Click OK on dialog box Startup and Recovery
- Click OK on dialog box System Propertis
- Finish
- Reboot the system


Post a comment