What should I do if I cannot enter safe mode by pressing the F8 key when booting my win7 system?

王林
Release: 2020-05-10 17:42:17
Original
8378 people have browsed it

What should I do if I cannot enter safe mode by pressing the F8 key when booting my win7 system?

Solution:

If you have a USB flash drive or a system disk, please refer to the following method.

1. If it is a U disk, you must set the U disk boot on the bios motherboard.

Open the command prompt tool under the WinPE system, and enter the following DOS commands in sequence at the position of the cursor (each You must press the Enter key when entering a DOS command):

cd c:\windows\system32
bcdedit /set {default} osdevice boot
bcdedit /set {default} device boot
bcdedit /set {default} detecthal 1
Copy after login

As shown:

What should I do if I cannot enter safe mode by pressing the F8 key when booting my win7 system?

##Recommended tutorial:

windows tutorial

The above is the detailed content of What should I do if I cannot enter safe mode by pressing the F8 key when booting my win7 system?. 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!