Maksazone.com  

Go Back   Maksazone.com > Knowledge > Computer Affairs

Computer Affairs Share ur tips and tricks of computer and computer related questions and answers.

Sponsored Links
Reply
 
LinkBack Thread Tools Display Modes
Old 13th October 2007, 06:18 PM   #1 (permalink)
Super Moderator
 
shadenights's Avatar
 
Join Date: Oct 2007
Location: me
Posts: 5,543
shadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond reputeshadenights has a reputation beyond repute
Default how to put safe mode into start up menu

Make a backup of the current boot.ini file.

Note: The boot.ini file shown below is for illustration purposes only. Your actual boot.ini may vary from this example.


[boot loader]

timeout=30

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /fastdetect



Using Notepad, edit the original boot.ini (shown above) so it appears as shown below.


[boot loader]

timeout=30

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S

[operating systems]

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional Safe" /fastdetect



The line shown above in red is the line you add. I used the word "Safe" but this can be any word you choose.


Close Notepad and save changes when prompted.



Start the System Configuration Utility by clicking [Start] [Run] and typing msconfig, then click [OK].

Click the BOOT.INI tab.

Highlight the boot line that you added with the word "Safe" or whatever word you chose to add above.

Check the /SAFEBOOT option in the Boot Options box and click on the radio buttons to add whatever options you prefer. I'd suggest the MINIMAL option.

Click [Apply] and [OK] and Restart when prompted.

The option to boot into safe mode will now appear on the boot loader menu


Just add to the end of the line you added:


multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional Safe" /fastdetect


/safeboot:minimal


The final boot.ini would look like:


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="Micro soft Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WIND OWS="Microsoft Windows XP Professional Safe" /fastdetect /safeboot:minimal
__________________
shadenights is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Step by step procedure to install XP..Do it urself. 3 shadenights Computer Affairs 0 16th October 2007 11:58 AM
Speed Up the Start Menu in Windows XP shadenights Computer Affairs 0 15th October 2007 06:03 PM


All times are GMT +6.5. The time now is 06:17 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81