Disable Windows Splash Screen

Posted on June 10th, 2008 in Other by justi

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:

  1. Right click on shortcut my computer in your Desktop
  2. Click propertis then enter
  3. On dialog System Propertis look for tab advanded and then click
  4. in tab Advandced look for button setting for Startup and Recovery
  5. Click setting
  6. On input box Default Operating System have content “Microsoft Windows XP Home Edition” /noexecute=optin /fastdetect”
  7. Click Edit button
  8. And then wiil be display like below :
  9. [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
  10. Automatic opened with notepad
  11. This is boot.ini files
  12. In the ending script please add this code “/sos”
  13. Result script after adding script
  14. [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
  15. In the notepad click File-Save
  16. Click OK on dialog box Startup and Recovery
  17. Click OK on dialog box System Propertis
  18. Finish
  19. Reboot the system

Post a comment