Skip to main content

How to Enable the Legacy Boot Menu in Windows 10

Anyone who has dual-booted Windows 10 with Windows 7 will know that Windows 10 has the modern graphical bootloader, not the classic text-based bootloader from Windows 7 that we all knew and loved. While the folks at Microsoft might think that the graphical bootloader is a step forward and is better than the text-based bootloader, most Windows users will agree that the graphical bootloader spruces things up a bit too much and, for lack of a better phrase, is just not what they are used to.
In addition, to top it all off, Windows 10’s graphical bootloader performs an additional reboot every single time you choose to boot into Windows 7 instead of Windows 10, and this can be pretty annoying and time-consuming. However, thankfully, anyone who dual boots Windows 10 with Windows 7 can save themselves from the menace that is the graphical bootloader by simply switching to the classic Windows 7 bootloader (or the Legacy bootloader). Yes, that’s right, it is entirely possible for you to switch to the beloved text-based bootloader from Windows 7 that provides you with a list of installed Operating Systems from which you can choose which OS you want to boot into.

Replacing Windows 10’s graphical boot manager with Windows 7’s Legacy bootloader is a pretty simple process, and the following are the exact steps that you need to perform in order to do so:
Right-click on the Start Menu button to open the WinX Menu or Hold the Windows Key and Press X
Click on Command Prompt (Admin) to launch an elevated Command Prompt.
Type the following into the elevated Command Prompt and press Enter:
bcdedit /set “{current}” bootmenupolicy legacy
Exit the elevated Command Prompt.
windows 10 legacy boot menu
When you reboot your computer, you will see that your bootloader has been switched to Windows 7’s Legacy
legacy boot menu
Note: To switch back to the graphical bootloader, simply repeat steps 14, but, this time, type the following into the elevated Command Prompt:
bcdedit /set {default} bootmenupolicy standard
TIP: If none of the Methods have resolved the issue for you, we recommend using Reimage 

Comments

Popular posts from this blog

How to Format/Indent XML Files in Notepad++

Notepad++ is a free text and source code editor that is mostly used by programmers. It is an advanced alternate version of the default notepad which supports 50 programming, scripting and markup languages. It allows a user to edit codes within multiple tabs in a single window. However, it lacks the formatting for XML files or XML code. Users will find it difficult to edit or read the XML code without the correct format for code. How to Format/Indent XML Files on Notepad++ What is XML File? XML (stands for eXtensible Markup Language) which is a language designed to store and transport data. XML files are just plain text files that can’t do anything on their own. Custom tags are used in XML files to define objects and the data within each object. It defines a set of rules for encoding documents in such a format that both humans and machines could read. XML is similar to HTML but the difference is that HTML defines how data looks, while XML defines what data is. XML Code samp...

How to Fix ‘The Local Security Authority Cannot be Contacted’ Error on Windows

This error appears when users try to login to other computers via a remote desktop connection. The problem prevents them from connecting and it displays the “The Local Security Authority Cannot be Contacted” error message. The problem often appears after an update has been installed on either the client or the host PC and it causes plenty of problems on many different versions of Windows. The Local Security Authority Cannot be Contacted There have been many unofficial fixes for the problem which were created by the users who had the same unfortunate experience. We have gathered the working methods in this article so make sure you follow it in order to resolve the problem. What Causes “The Local Security Authority Cannot be Contacted” Error on Windows? Pinpointing the correct cause for the problem is one of the most important steps when it comes to resolving one. That is why we have created a list of possible causes for the problem so make sure you check it out below: D...

Fix: The Active Directory Domain Services is currently unavailable ‘Windows 7, 8 and 10’

The error Active Directory Domain Services is currently unavailable means that the system is not able to find and connect to your printer, hence the process is stopped and cannot proceed further. This process allows the computer to manage and allocate resources. If this error occurs, it means that there is most probably a problem with the permissions, drivers, UAC etc. We have listed down a number of solutions for you to check. Start with the first one and work your way down. Solution 1: Resetting Printer Spooler Settings The spooler service is a software program which is responsible for managing all print jobs being sent to the computer printer. The print spooler service is usually visible to users and they can also cancel a print job which is being processed. It also allows them to manage jobs which are currently on the waitlist. We can try restarting this service and check if this solves the problem. Press  Windows + R  to launch the Run application. Type ...