Windows 7 deleted redundant boot menus. Today, I updated a Windows 7 system. After the installation is complete, two boot menus are displayed. The same way as updating a new operating system. There will be an extra menu at www.2cto.com. If you accidentally enter the boot menu, it will guide you to reinstall the system. The following describes two methods to delete such a boot menu. 1. Execute the msconfig command in the running process. Delete unnecessary menu configurations. (In fact, this is not a permanent solution, but it just deletes the surface.) 2. Let's take a look at the second method. The built-in menu management commands in Windows 7. (Bcdedit) run the bcdedit command at the command prompt to view the Startup Menu configuration of the system. This menu is written into the hard disk MBR. Applicable to multiple operating systems. The usage of this command seems complicated and requires more record values. You need to obtain various values through the command. Www.2cto.com my computer is a single system, not multiple operating systems, and there are no extra menu items to start. Therefore, it is difficult to completely delete the experiment. Here we will only talk about deletion methods, other operations such as adding and modifying. If you are interested, you can search for the bcdedit command under Windows 7 for reference. Delete command: bcdedit/delete {6e15ba4c-70df-11e2-a188-b72de8f289a1} The value following the table resumeobject after the delete command.