Friday, January 25, 2008

Add Safe Mode to Boot menu

Safe Mode is most commonly used for troubleshooting purposes. If you find yourself booting to safe mode often. You may find it helpful to include the option for safe mode in your boot menu. Below, is a method you can use to save yourself from having to press F8 during startup to access Safe Mode:
Right click My Computer and click Properties.
Click the Advanced tab.
Under Start Up and Recovery, click the Settings button.
Click Edit. The boot.ini file will open in Notepad.


Copy the line that reads as follows: multi(0)disk(0)rdisk(0)partition(2)\WIND
OWS=”Microsoft Windows XP Professional” /fastdetect.

Paste the line you just copied after the original one.
Change the copied line from “Microsoft Windows XP Professional” to “Windows XP Safe Mode” or something similar.
At the end of this line add the following: /safeboot:minimal /sos /bootlog.
Save the boot.ini file by clicking File then Save.
Restart your computer and Safe Mode should be available at the boot menu.
Note: Your actual Boot.INI may vary to a small degree. The above is an example only. Be sure to copy your boot.ini file prior to making any changes to it.

No comments: