Tuesday, May 20, 2008

How to Remove WinXP Splash and See Operations

How to Remove WinXP Splash and See Operations
Are you having boot up problems and would like to know what it going on behind that Windows Loading Logo? To find out, you can disable the splash screen by making a small change to the Boot.ini file.

Follow these steps (carefully!):

1. Open the "System Properties" dialog box ( Settings - Control Panel - System)

2. On the Advanced tab, click the Settings button in the "Startup And Recovery" section.

3. In the "Startup And Recovery" dialog box, select the Edit button in the "System Startup" section.

4. The Boot.ini file will open in Notepad; locate the line that ends with the /fastdetect switch.

5. Position your cursor to the right after the parameter, press the spacebar, and add the /SOS switch.

6. Save the Boot.ini file, and close Notepad.

7. Click Cancel to close both the "Startup And Recovery" dialog box and the "System Properties" dialog box.

8. Restart the computer to see the effect.

Once the computer restarts you will notice that the Windows Splash Screen is no longer present. Instead you can observe some of the boot up operations that Windows XP performs during the startup stage.

To renable the splash screen, follow the same procedure but remove the "/SOS".

Disclaimer:-
i am not liable for any criminal or bad thing which you have done using this message and document. i am giving here for the educational purpose and care should be taken from your side before using this document and please get a written permission from the person before hacking or doing some thing in the network or system.This document is intended for judicial or educational purposes. I have collected these documents and messages from the internet for educational purpose only. always use these documents for doing good only. I don't want to promote computer crime and I'm not responible of your actions in any way. If you want to hack a computer, do the decent thing and ask for permission first. please read and use this for useful purpose only to protect the systems and information from the bad people. always seek permission from the system owner or who ever responcible for the system by written and then go ahead. Give a full report with honestly to the person or company about your experiments and findings from the system. Always Do Good Think Good and Belive Good.

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...