Do not mistakenly enter, how to hide Windows 10 boot yourself

  
 

Recently installed Windows
10+Windows
7 dual system, since Windows
10 is a dual system, I don’t want other users to use itComputer
friends enter the system, is there any way to completely hide in the multiple boot Windows
10 start, you need to use only one hotkey (such as F2, F3) Class) Enter Windows
10 systems?

[Solutions]

For Windows 10+Windows 7 dual system users, the dual system selection menu will appear by default after booting. So if you want to hide the boot menu of a system without affecting the use of your dual system, we can do this by changing the master boot record of the original hard disk. Here, with GrubDos, it is easy to hide the startup of a specific system and give a hotkey (such as F2, F3, etc.) to activate a specific system.

[Solution Method]

First download the required software from http://tinyurl.com/oxv9pks and copy it to C:\\Alternative after downloading. Then start downloading Bootice.exe, switch to "BCD Edit", click on "Smart Edit Mode", then select the original Windows 10 boot menu in the open window, click Delete, only keep Windows 7 system Start up (Figure 1).

Figure 1 Delete Windows 10 boot menu

Click “Save current system settings> and “Save global settings return to Bootice main program window, switch to “physical disk&rdquo ;, select the current hard disk in the disk list, click “ master boot record ”, in the window that opens, select “GRUBDOS 0.4.5c/0.4.6a(grldr.mbr)”, change its master boot record to GRUB boot (Figure 2).

Figure 2 Change the hard disk master boot record

Continue to click "Install/Configure", in the window that opens, tick "“Prioritize the original MBR" and "Install Windows NT6" MBR to the second sector & rdquo;, then click on the hotkey, select & rdquo;, in the pop-up window, set the activation hotkey to F4, so when we press the F4 key, it starts loading GRUB, otherwise it still The original boot mode is booted, and finally click “write to disk” (Figure 3).

Figure 3 Configuring the activation hotkey

Start Notepad, then enter the following code and save it as Menu.lst, placed in C:\\Alternative, used to start Windows 10:

title Windows 10

root (hd0,4)

chainloader /bootmgr

boot

(Code explanation: title is the menu title, please Customize the name, (hd0, 4) means Windows 10 that loads the second logical partition (that is, D drive) of the local disk. Please set it according to the actual installation location of Windows 10.)

Complete the above settings. After restarting the computer, it will only enter the Windows 7 system by default (because the boot menu is only a single Windows 7 system). If you need to enter Windows 10, just press F4 at boot time, this will automatically load Grub boot, and install Windows 10 system on D drive through Menu.lst (Figure 4).

Figure 4 After pressing the F4 key, the Menu.lst menu will be automatically loaded.

Of course, modifying the system startup is a very risky task, so be careful. In addition, for security reasons, it is best to back up the important data files of this machine in advance before modifying the system, just in case.

Copyright © Windows knowledge All Rights Reserved