What is the use of safe mode?
Simply put, safe mode is a system state that removes all unnecessary drivers and applications that may interfere with the system and loads only those components that the system cannot live without. In most cases, you'll boot into Safe Mode if you want to troubleshoot malware, network, performance, or startup-related issues. Since there aren't many features running in the background, it's easier to narrow down and determine what's causing problems with your system in a Safe Mode environment.
Types of safe modes (and when to use them)
There are three types of safe modes. Let’s take a look at them and see when you should choose them.
Safety Mode: This is the most basic type. It allows you to start Windows with the minimum required drivers and services.
Safe Mode with Networking: This type is similar to the basic Safe Mode type, but adds the ability to access the Internet and share files and folders on the network.
Safe Mode with Command Prompt: This is a fairly advanced type of safe mode that allows using the Command Prompt terminal and making important changes to the system.
How to Boot into Safe Mode
Now that you know what Safe Mode is, let’s jump into the methods that allow you to boot into it.
Method 1: From Settings
Press Win I to open the Windows Settings app. Select System from the left pane.
Then scroll down on the right side and select Recovery.
Now click Restart Now next to Advanced Startup.
Troubleshoot.
Advanced Options.
to start settings.
Restart.
Win L. Once you get to the login screen, click the power button.
Shift key and select Restart.
Start and click the power button in the lower right corner.
Shift key and click Restart.
Step 1 -Press and hold the power button to turn off the device.
Step 2 -Press the power button again and turn on your device.
Step 3 - Once you see the first signs of Windows turning back on (most likely when you see the manufacturer's logo), hold down the power button again to turn it off . Then reopen it.
Repeat this process three times.After three failed boot attempts, Windows will restart and enter automatic repair. Automatic repair mode is triggered whenever Windows fails to start properly.
On the first screen, select Advanced Options.
This will open the Windows Repair Environment. On the first screen, click Troubleshoot.
Then select Advanced Options.
Click Start Settings.
Click Restart.
#After your device restarts, you will see a list of options, including three options for Safe Mode. Select the one you want by pressing the corresponding key.
Method 5: Configure the application from the system
Users can also choose to boot into safe mode through the legacy MSConfig application. The operation method is as follows:
Press "Start", type msconfig, and then click "System Configuration".
Go to the Bootstrap tab.
Under Startup Options, select Safe Boot.
#Then select from the options provided.
"Minimum" is the basic security mode; "Alternate shell" is the security mode with command prompt; "Network" is the security mode with network.
You will see another special safe mode option - "Active Directory Repair". This option boots into Directory Services Restore Mode (DSRM) safe mode, allowing administrators to repair and recover the Active Directory database or add new data to the directory. However, for most users, this option won't be of much help. So, stick with the three main security modes.
#After selecting the safe boot option, click OK.
Then restart the computer.
But please note that if you do not undo these changes, your computer will always boot into the selected safe mode. So, once you have resolved the issue, go back to the System Configuration app and uncheck the Secure Boot option.
Method 6: From Command Prompt or PowerShell
Command terminals such as Command Prompt and PowerShell also allow you to boot into Safe Mode. For demonstration purposes, we use the former. Here's how to do it:
Press Start, type cmd, then right-click Command Prompt and select Run as administrator .
Now type the following command:
bcdedit /set {bootmgr} displaybootmenu yes
Then press Enter.
Now, to restart your computer, type the following command:
shutdown /r /t 0
Press Enter.
After the computer restarts, Windows Startup Manager will appear. Press F8 to enter the "Startup Settings" menu.
Now select option 4-6 to boot into safe mode.
After troubleshooting, in order to boot normally, open the command prompt again, but this time enter the following command:
bcdedit /set {bootmgr } displaybootmenu no
#Press Enter.
Method 7: From a bootable USB drive
Windows can also boot into Safe Mode with the help of a USB drive that contains the Windows 11 installer. We already have a full article on how to make a Windows 11 bootable USB in 4 easy steps, so be sure to check it out before continuing.
Once you have your bootable USB drive ready, you can boot your PC by:
Enter the Windows Recovery Environment (as shown in the previous method). Then click Troubleshoot.
Click Advanced Options.
Select UEFI Firmware Settings.
Then click Restart.
Now you will get a boot menu with the option to change boot device options. Note that this screen will vary depending on your PC manufacturer. Press the key that will lead you to the boot device options.
On the next screen, select your USB device.
Now, once the Windows Installer screen appears, click Next.
Repair Computer in the lower left corner.
Troubleshooter.
Command Prompt.
bcdedit /set {default} safeboot minimal
Continue.
Your computer should now restart and boot into Safe Mode. Method 9: From BIOS (Legacy BIOS only) For those of you who have a fairly modern system with a UEFI BIOS and an SSD drive, this process will not work. The main reason for this is that in modern PCs you cannot press a key combination to interrupt the boot process. However, for those computers that still use traditional BIOS and HDDs, the old BIOS hack still works. So, if your computer qualifies, here's what you can do: Turn off your computer. Then press the power button to turn it on. There is a small window of opportunity between when your computer turns on and before you see the Windows logo (or the manufacturer's logo). During this time, press F8 repeatedly. If that doesn't work, try Shift F8. This will interrupt the boot process and bring you to the Advanced Startup window. From there, you can select the option to boot into Safe Mode. It’s worth reiterating that this option is only available on computers with slow-moving mechanical hard drives and older BIOSes. If you're not in that camp and have a modern PC, try the alternatives given above. Can’t boot into Safe Mode in Windows 11? How to fix itOkay, try these fixes.Fix: Unable to log in and access the desktop in Safe Mode
If you are in a Safe Mode environment but cannot access the desktop because you cannot log in, this is usually because you are logging in using a Microsoft Credentials account, which Internet connection required.
However, since the basic safe mode option does not provide networking options, you must select the safe mode option that also allows networking. Here's how:
On the lock screen, click the Power icon.
Then press the Shift key and click Restart.
This will take you to the Windows Recovery Environment. Here, click Troubleshooting.
Then click Advanced Options.
Click Start Settings.
Click Restart.
Select option 5 – Press the number “5”Enable Safe Mode with Networking.
#Once you enter this new security mode type, log in using your Microsoft credentials.
Fix: Windows won’t boot in Safe Mode
If you can’t boot into Safe Mode, it’s usually a problem with corrupted system files. Here are a few ways to fix this issue:
Method 1: Use a system restore point
If you create a system restore point on Windows 11, it’s easy to restore to a system where your system files are not corrupted time point. To do this, press Start, type System Restore, and click Createrestore point.
This will open the System Properties window. Here, click System Restore.
Here, Windows will provide a "recommended restore" point. Click Next.
Alternatively, you can click to select a different restore point.
Here, select the event before which you want the system to recover. Then click "Next".
Click to complete.
When prompted, click Yes.
Wait for the system restore to complete. Once completed, you should be able to boot into Safe Mode using the method given in the tutorial above.
Method 2: Use the DISM command to restore system health
If you have not created a restore point, you can use Command Prompt to scan and repair the health of your system. Here's how to do it:
Press Start, type cmd, right-click on the command prompt and select Run as administrator.
Then, enter the following command:
dism /online /cleanup-image /scanhealth
Press Enter. Wait for the scan to complete.
Then enter the following command:
dism/ online /cleanup-image /checkhealth
Press Enter.
Finally, enter the following command:
dism /online /cleanup-image /restorehealth
The above is the detailed content of How to boot into safe mode in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

图形设备错误代码22是什么意思,是什么原因造成的?当您遇到错误代码22时,您将始终看到错误消息此设备已禁用。(代码22)。您可以通过转到设备属性中的“设备状态”区域来查看有关此图形设备驱动程序错误代码22的更多详细信息。我们还讨论了Windows43中的错误代码11.您还可以查看我们的指南,了解如何修复PC上的图形设备错误代码31。设备实际上已禁用:有问题的设备可能会向您抛出此错误代码22,实际上已被禁用。存在驱动程序问题:不兼容或损坏的驱动程序文件也可能导致设备程序出现多个问题。驱动程序不是最

未找到unityplayer.dll错误是许多需要unityplayerDLL文件的游戏和软件都会出现的错误。当DLL文件丢失时会发生该错误,这是unityplayer.dll错误消息的一个示例:代码执行无法继续,因为未找到unityplayer.dll。重新安装程序可能会解决此问题。但是,unityplayer.dll错误消息有多种变体,许多用户报告说unityplayer.dll无法加载或导致访问冲突。每当发生unityplayer.dll未找到错误(及其类似变体)时,程序

系统设置.exe是一个可执行文件,包含不可读形式的机器代码。此文件作为后台服务在Windows电脑上运行,以确保Windows应用正常运行。什么是系统设置.exe错误?当发生SystemSettings.exe运行时错误时,屏幕上会出现系统错误提示,并显示一条消息:系统在此应用程序中检测到基于堆栈的缓冲区溢出。此溢出可能会允许恶意用户控制此应用程序。除此之外,我们的一些读者还遇到了未知软件异常错误0x40000015。当进程需要可执行文件运行但无法启动EXE时,主要会发生错误。什么原因导致

地址解析协议 (ARP) 用于将 MAC 地址映射到 IP 地址。网络上的所有主机都有自己的 IP 地址,但网络接口卡 (NIC) 将有 MAC 地址而不是 IP 地址。ARP 是用于将 IP 地址与 MAC 地址相关联的协议。所有这些条目都被收集并放置在 ARP 缓存中。映射的地址存储在缓存中,它们通常不会造成任何损害。但是,如果条目不正确或 ARP 缓存损坏,则会出现连接问题、加载问题或错误。因此,您需要清除 ARP 缓存并修复错误。在本文中,我们将研究如何清除 ARP 缓存的不同方法。方法

我们每天都使用各种应用程序或程序,无论是用于工作、网络还是其他需求。但是,一些用户报告在Windows11中遇到了运行时错误。当您尝试启动应用程序时通常会遇到此问题,并伴随一个框,有时会提及该原因、受影响的程序和/或错误代码。在故障排除练习期间,此信息可能会很有用。由于很多用户都面临这个问题,我们决定专门编写本教程,以帮助您了解根本原因并引导您完成Windows11中运行时错误的最有效修复。是什么导致Windows11中的运行时错误?在处理Windows11中的运行时错误时,您无法立即

大多数不了解复杂性的Windows用户经常遇到错误并发现自己处于棘手的境地。但其中大多数都很容易修复,尤其是在找不到DLL文件时。d3dx11_43.dll就是这样一个通常会引发错误的文件。DLL是DirectX库的一部分,由特别图形密集型应用(例如游戏)使用。用户通常会发现《极品飞车:奔跑》和《侠盗猎车手3》中缺少d11dx43_5.dll。让我们了解问题和对其他人有用的解决方案!为什么找不到d3dx11_43.dll?以下是DLL文件丢失的几个原因:程序安装不当:找不到DLL的最常见原因是需

您将找到多个用户报告,确认NETHELPMSG2221错误代码。当您的帐户不再是管理员时,就会显示此信息。根据用户的说法,他们的帐户自动被撤销了管理员权限。如果您也遇到此问题,我们建议您应用指南中的解决方案并修复NETHELPMSG2221错误。您可以通过多种方式将管理员权限恢复到您的帐户。让我们直接进入它们。什么是NETHELPMSG2221错误?当您不是PC的管理员时,无法使用提升的程序。因此,例如,你将无法在电脑上运行命令提示符、WindowsPowerShell或任

<h3>系统还原如何工作?</h3><p>系统还原是Windows11中的一项功能,基本上可以让您的计算机回到过去。这意味着还原后配置的设置和安装的应用程序将根据创建还原点时的状态。</p><p>还原过程不会影响存储在您计算机上的文件。但是,它可能会修复或替换某些系统文件,但您无需担心。</p><p>这

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Chinese version
Chinese version, very easy to use

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version
Visual web development tools
