How To Modify Timeout, Change Default or Delete Boot Menu Item From Windows 7 or Later Using MSConfig To Modify Boot Configuration Data


Change Default Selection and Timeout Using MSConfig

1)      Start | type msconfig | Press <ENTER>

2)      Click on the Boot tab

3)      Click to select the option you want to set as default

4)      Click the Set as Default Button

5)      Turn on the checkbox “Make all boot settings permanent”

6)      Click OK – on the popup Select Yes

The next time you boot the machine, the entry you selected will be the default!   Notice you can also change the “wait” duration by adjusting the Timeout Secondsclip_image001[7]

clip_image002[6]

Delete Menu Item

If you have created extra menu items in your windows boot environment that you no longer need, you can delete them. Deleting can be impossible if you do not know the tools and tricks.  But if you do, it is super simple.   There are two ways to achieve the same result one is with BCDEdit and the other is MSConfig.   For this article, I am going to just focus on MSConfig.

Delete Using MSConfig:

1)      Start | type msconfig | Press <ENTER>

2)      Click on the Boot tab

3)      Caution: The following is a destructive and there is no UNDO so make sure you double check everything.

4)      Select the menu option you want to remove then click the Delete button

Note: you cannot delete the current running option.  If the Delete button is greyed out, you will have to boot into a different boot configuration data option or use BCDEdit to delete

5)      Then turn on “Make all boot settings permanent” then click OK

6)      You will get a restart prompt, you can restart now or later.        

clip_image003[7]

clip_image004[6]

This Just deletes the menu option, it does not delete the files associated with that menu option.  Therefor you will have to do that manually. 

Related Articles:

·         Boot2VHD-Part 1-Overview of Native Boot To VHD

·         Boot2VHD-Part 2-Load OS to VHD On Bare Metal

·         Boot2VHD-Part 3-Load OS on VHD With OS Already Installed on Metal

·         Boot2VHD-Part 4-BCDEdit is the Magic – Deep Dive Boot Configuration Manager

·         How To Automatically Create BCDEdit Data For A Boot2VHD File On Your Windows 7 or Windows Server 2008 R2 Machine