This article explains how to add "Safe Mode" booting option to your Windows Startup boot menu.
The traditional way to boot in safe menu is:
The problem with the above method, sometimes, is pressing the F8 key itself. You need to press it quickly and at the right moment - just before the Windows logo appears at boot-time.
- Start/reboot your computer
- Press F8 just after BIOS test
- Windows shows many boot options such as:
- Normal Startup
- Safe mode
- Safe mode with networking
- Last known good menu
- etc.
Here is an alternate way to have the safe boot option as a menu item at the time of booting.
You are all set. Try rebooting now.
- Go to "My Computer" icon.Right click on this icon. This will bring the properties window.
- Click on the 'Advanced' tab as shown below:
safe-mode-01.png- Under the 'Startup and Recovery' section, click on the 'Edit' button, as shown here:
safe-mode-02.png- In the 'System Startup' section, click on the 'Edit' button, as shown below:
safe-mode-03.png- This will open the settings in the text editor (usually Notepad). Cut/paste the following into the editor:
Code:[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 Professional" /noexecute=optin /fastdetect multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP (Safe Mode)" /noexecute=optin /fastdetect /safeboot:minimal- Save the edited text and exit the editor. Click on OK on all open windows.



LinkBack URL
About LinkBacks
Reply With Quote
