How to Access Boot Options Menu in Windows 10?
Last Updated :
23 Jul, 2025
Knowing how to access the boot options menu in Windows 10 can be incredibly helpful, whether you're troubleshooting your system or looking to modify startup settings. The Windows 10 boot options allow you to enter safe mode, change boot order, or access recovery tools. In this article, we’ll show you how to easily open the boot menu in Windows 10 using different methods, including the advanced startup option and the boot menu key.
What is Safe Mode in Windows 10?
The safe mode feature in Windows 10 helps us to identify issues. In safe mode, the PC boots up using only the drivers and data that are essential for boot up. Any application that is installed manually will not show up in safe mode. Hence, if an issue is not occurring in this mode that was occurring in normal boots up, then the issue is in the manually installed applications.
Also check: How to Boot Windows 10 in Safe Mode?
One thing to note here is that there is no way to go into safe mode when Windows 10 is booted up normally. To enter safe mode, you need to first access the advanced options menu. So, let's discuss how to access boot menu options in Windows 10.
Step 1: Click on Start, located at the bottom left corner of your screen.
Step 2: Click on Power.
Step 3: Hold down the Shift key.
Step 4: Click on Restart.
Windows will automatically shut down and restart to the Advanced options menu.
Step 1: Open Settings.
Step 2: Click on Update & Security.
Step 3: Navigate to the Recovery Tab.
Step 4: You will see a section named Advanced Startup and a button named Restart now under it. Click on it to restart Windows to the boot menu.
Method 3: Access Boot Menu Options Using Command Prompt
Step 1: Type cmd in the search bar. The Command Prompt utility will pop up. Click on Run as administrator to launch this tool with administrative privileges.

Step 2: In the window that appears, type shutdown.exe /r /o. Then, hit Enter to restart Windows to the boot menu.
shutdown.exe /r /o

Conclusion
Accessing the boot options menu in Windows 10 is essential for performing tasks like entering safe mode, accessing recovery options, or making changes in the BIOS. By using the Windows 10 advanced startup feature or pressing the correct boot menu key, you can easily manage your system’s boot settings and resolve potential issues. Having a good understanding of the Windows 10 startup options can help you maintain control over your PC’s performance and troubleshooting process.
Also Read
Similar Reads
How to Find the Wi-Fi Password Using CMD in Windows Forgotten your Wi-Fi password? Don't worry you're not alone! Whether you're trying to connect a new phone, set up a smart TV, or help a friend get online, remembering complex Wi-Fi passwords can be a headache. Luckily, you don't need to reset your router or dig through old notebooks. Windows has a h
7 min read
How to Download and Install the Google Play Store The Google Play Store is the heartbeat of your Android experienceâhome to millions of apps, games, and updates that keep your device functional, fun, and secure. But what if your phone or tablet doesnât have it pre-installed?In this step-by-step guide, youâll learn how to safely download and install
6 min read
How to Change Directories in Command Prompt (CMD) The Command Prompt (CMD) in Windows is a powerful tool for executing commands, managing files, and navigating your system. One of the most common tasks youâll perform in CMD is changing directories, which allows you to move between folders to access and manage files. But have you know how to change
11 min read
How to List all Files in a Directory using CMD in Windows Are your files buried deep in folders and hard to find? While File Explorer is good for browsing visually, the Windows Command Prompt (CMD) offers a faster and more powerful way to manage and list files. Whether you're troubleshooting, creating backup lists, or writing scripts, the dir command gives
5 min read
How to Clear DNS Cache in Chrome using chrome://net-internals/#dns Command If you're experiencing website loading issues, seeing outdated pages, or encountering network errors in Google Chrome, clearing your DNS cache (also known as host cache) might be the solution. This method is useful if you are facing problems like slow browsing speeds, site access errors, or incorrec
5 min read
How to See deleted Messages on Whatsapp [5 Methods] Ever received a WhatsApp message only to see it disappear with a âThis message was deletedâ notification? Whether itâs curiosity or the need to retrieve important information, figuring out how to see deleted messages on WhatsApp can feel like solving a mystery. While WhatsApp doesnât make it easy, t
6 min read
How to Create Any File Using CMD: Learn 5 Methods Creating a file using Windows GUI is quite simple but did you know you can do the same using the Command Prompt (CMD)? This guide will walk you through multiple methods to create files directly from CMD, giving you more control and efficiency in managing your system.How to Create a File in CMDMethod
4 min read
Fixing High CPU & Disk Usage by Antimalware Service Executable (MsMpEng.exe): 9 Proven Solutions" If your Windows PC feels unusually slow and unresponsive, the culprit might be a system process called Antimalware Service Executable(MsMpEng.exe). This blog post explains why this process can spike CPU and disk usage and more importantly, how to fix it while keeping your device secure. and you don'
14 min read
How to Download and Install Node.js and NPM NodeJS and NPM (Node Package Manager) are essential tools for modern web development. NodeJS is the runtime environment for JavaScript that allows you to run JavaScript outside the browser, while NPM is the package manager that helps manage libraries and code packages in your projects.To run a Node.
3 min read
How to Set File Permissions in Linux Ever worried about who can access, modify, or execute your critical files on a Linux system? File permissions are the backbone of Linux security, ensuring that only authorized users and processes interact with your data.In this guide, youâll learn how to master Linux file permissions using commands
10 min read