POST YOUR TOPICS HERE

Hi friends, This blog welcomes you all to post you own new tricks and tips here. For this you have to just send a mail to sendmytricks@ymail.com

Your post would be posted along with your name and location. For this you have to send a mail to the above mentioned id.

Format for sending mail.

Subject : MY TRICKS

1. Your name [will be displayed if display name not given]
2. Display name [This name would be displayed along with you post]
3. You location [For ex., Chennai, India.]
4. Post topic.
5. Details.

Pictures are also allowed. For that you need to send the pictures as links.

IMPORTANT NOTE : Please do not spam in this mail id. You can send you ideas/problems in this mail id itself.

Tuesday, August 7, 2007

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






Did you know? You can CHAT without downloading messenger. Click here

No comments: