thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Sun Jul 31, 2005 10:58 am Post subject: Add Safe Mode to the Boot Menu |
|
|
In the previous tip, I mentioned a handy way that you can boot your Windows XP computer into Safe Mode for times when you are having trouble booting. If you find that you frequently need to boot to Safe Mode, you can actually add it right to the Boot Menu, so you don't need to hit F8 to get to the hidden menu. Here is how to add it:
Right-click My Computer, and choose Properties (or press Windows Key & Break together). On the Advanced tab, click the Settings button, which brings up the Startup and Recovery window. Click the Edit button, which will open the boot.ini file in Notepad. Look under the [Operating Systems] for your default OS. Copy the entire line, and paste it on the line below. Change the description in the quotations to say "Safe Mode" or whatever description you want. Then add the following to the end of the line you just copied:
/safeboot:minimal /sos /bootlog
If you want networking support, then change "minimal" to "network" without the quotes. You may want to make a copy of the c:\boot.ini file (which is hidden and read only) before you begin this process. |
|