How to enter safe mode in win11

下次还敢
Release: 2024-04-14 17:33:15
Original
1190 people have browsed it

There are several ways to enter Windows 11 Safe Mode: System Settings: Enable Secure Boot through the System Configuration window. Shift Restart: Hold down the Shift key while clicking Restart. Advanced startup options: Via the Advanced startup options in Settings > System > Recovery. Command prompt: Run the command "bcdedit /set safeboot minimal".

How to enter safe mode in win11

How to enter safe mode in Windows 11

Safe mode is a special startup mode of the Windows operating system , only the minimal device drivers and services required to run the system are loaded. It can be used to solve computer problems such as malware infections or driver conflicts.

To enter Windows 11 Safe Mode, there are several methods:

Method 1: System Settings

  1. Click the "Start" button , and then type "msconfig".
  2. In the system configuration window, go to the "Boot" tab.
  3. In the "Boot Options" section, check the box next to "Secure Boot."
  4. Click Apply and OK to save changes.
  5. Restart the computer.

Method 2: Shift Restart

  1. Click the Start button and then click the power icon.
  2. While holding down the Shift key, click Restart.
  3. The computer will restart and enter the "Choose an option" screen.

Method 3: Advanced Startup Options

  1. Right-click the Start button and select Settings.
  2. In the settings window, go to System >Recovery.
  3. In the Advanced Startup section, click the Restart Now button.
  4. The computer will restart and enter the "Choose an option" screen.

Method 4: Command Prompt

  1. Open Command Prompt (run as administrator).
  2. Type the following command and press Enter:
<code>bcdedit /set safeboot minimal</code>
Copy after login
  1. Restart the computer.

After entering safe mode, you can do the following:

  • Run an antivirus or anti-malware scan
  • Uninstall the problem driver or software
  • Troubleshooting without loading third-party software

The above is the detailed content of How to enter safe mode in win11. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!