How to enter safe mode on computer win10

小老鼠
Release: 2024-04-17 06:18:16
Original
395 people have browsed it

There are four ways to enter Windows 10 Safe Mode: Through the boot menu: Press 4 or F4 Through the login screen: Hold down the Shift key to restart, then press 4 or F4 Through Command Prompt: Type bcdedit / set {default} safeboot minimal command via the System Configuration Utility: Check the "Safe Boot" checkbox and select the "Minimal" option

How to enter safe mode on computer win10

How to Enter Safe Mode (Windows 10)

Enter Safe Mode in Windows 10 through the following methods:

Method 1: Via the Startup Menu

  1. Click the "Start" button on the taskbar.
  2. Select the "Settings" icon.
  3. Click "Update & Security".
  4. In the left menu, select "Restore".
  5. In the "Advanced Startup" section, click the "Restart Now" button.
  6. In the selection screen that appears, select "Troubleshoot".
  7. Select "Advanced Options".
  8. Select "Startup Settings".
  9. Click the "Restart" button.
  10. After restarting, you will see a series of options. Press 4 or F4 to enter safe mode.

Method 2: Via the login screen

  1. In the login screen, hold down the Shift key and click the Power icon.
  2. Select "Restart".
  3. Follow steps 5 through 10 in Method 1.

Method 3: Via Command Prompt

  1. Right-click on the taskbar and select "Command Prompt (Admin)".
  2. In the Command Prompt window, type the following command and press Enter:
<code>bcdedit /set {default} safeboot minimal</code>
Copy after login
  1. Restart the computer to enter Safe Mode.

Method 4: Via the System Configuration Utility (MSConfig)

  1. Press the Windows key R to open the Run dialog box.
  2. Enter "msconfig" and press Enter.
  3. In the System Configuration window, go to the Boot tab.
  4. Select the "Secure Boot" checkbox.
  5. Select the "Minimum" option.
  6. Click the "OK" button.
  7. Restart your computer to enter safe mode.

The above is the detailed content of How to enter safe mode on computer win10. 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!