How do I modify the Win7 boot menu?
The specific methods are as follows:
1, enter the boot menu;
2. Open the Boot.ini file under the System packing directory, and set the "timeout" to "0". Alternatively, open the Run dialog box and enter the command "MSCONFIG" (System Configuration Utility);
3, in the open window, switch to the "Startup" tab, "timeout" set to "0", and then click "OK" restart the computer;
4, then restart the computer into the Win7 desktop, click the "Start" button, in the search box in the input "CMD", and in search results, right-click the "CMD.exe" program, from the pop-up menu select "Run as Administrator" item;
5. In the case of ensuring that the current directory is System disk: Windowssystem32, enter the command "Bcdedit/set {legacy}" "Microsoft Windows XP", which is used to rename "earlier versions of Windows" to " Microsoft Windows XP. Of course we can also change the display name of the Win7 system in the boot menu, using the command "Bcdedit/set {legacy}" "Microsoft Windows 7";
6, Next change the Start menu waiting time, using the command "Bcdedit/timeout 10" to set the wait time to "10 seconds";
7, set the default system boot menu items, if we want to WinXP as the default boot menu items, only need to enter the command "Bcdedit/default {legacy}" can;
8, the last change in the operating system in the boot menu order, input command "Bcdedit/diaplayorder {legacy} {current}" can;
9, and then start the computer to see the final effect.