PDA

View Full Version : Win XP Pro Upgrade how to disable OS Choice @ startup


fenderltd
04-10-2006, 08:02 PM
I think you would need to edit the start up options file but I will leave it someone who knows for sure. A machine @ work I did just an "upgrade" on in which everything was already there and now upon boot its the 30 seconds to choose xp pro or win2k. Thank you in advance!

http://www.hardfolding.com/ftag1.php/mem/166014.png (http://www.hardfolding.com?go=38&tm=33&id=166014)

L1ght
04-10-2006, 08:11 PM
Okay..

Right click on my computer, and select properties.

Click on advanced tab, then click start up. you should see some options

That is in win2k, might be differerent in xp. should be in about the same spot, look for the boot config, then edit it.

ktwebb
04-10-2006, 08:44 PM
You can also do it manually by editing the boot.ini

boredguyatcomp
04-10-2006, 08:48 PM
or msconfig only lets you go to 3 seconds... edit teh boot.ini file as stated above

fenderltd
04-10-2006, 10:02 PM
thanks a ton!

http://www.hardfolding.com/ftag1.php/mem/166014.png (http://www.hardfolding.com?go=38&tm=33&id=166014)

boredguyatcomp
04-10-2006, 10:04 PM
your welcome

fenderltd
04-11-2006, 09:47 AM
I found the easiest way is to uncheck the box that says time to display OS systems:
and it boots just into windows xp like I wanted it to

Javelin3o4
04-12-2006, 01:53 AM
A really easy way is to open MSCONFIG click on BOOT.INI and click the button that says CHECK ALL BOOT PATHS it will remove any paths that are invalid.
http://img57.imageshack.us/img57/7718/bootini3xc.jpg

O2Flow
04-12-2006, 02:47 PM
From a command line

bootcfg

Pick which install you would like to remove, then type bootcfg /delete /ID 2

Example:

C:\Documents and Settings\keekles>bootcfg

Boot Loader Settings
--------------------
timeout: 30
default: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

Boot Entries
------------
Boot entry ID: 1
Friendly Name: "Microsoft Windows XP Professional"
Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /noexecute=optin /fastdetect

Boot entry ID: 2
Friendly Name: "Microsoft Windows XP Home Edition"
Path: multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
OS Load Options: /noexecute=optin /fastdetect

C:\Documents and Settings\keekles>bootcfg /delete /ID 2