logo
Windows 10 How to Address Three Common Safe Mode Issues

Three Common Safe Mode Issues - How to Quickly Address Them

By Achilles Hill | Last Updated

The Safe Mode, which can boot Windows without loading third-party software. It is the minimum mode of an operating system that can fix some problem, like computer breakdown, infected by virus, and failed to get into Windows. However, what to do with if you encounter three common Safe Mode issues below?

Case 1: Windows 10 Won't Boot in Safe Mode

If the F8 key doesn't work, Windows 10 won't boot in Safe Mode. Under this circumstances, you can fix the F8 not working via a pre-created restore point or Command Prompt.

Way 1: Fix "Windows 10 won't boot in Safe Mode" by a restore point

It will be simplest that you have created a restore point for your computer. Here is how to do:

Step 1: Right-click on This PC and select Properties. Alternatively, press Windows + Pause/Break key.

Step 2: Click System protection.

system protection

Step 3: Under System Protection tab, click on System Restore button.

system restore point

Step 4: In the System Properties windows, click on Next.

restore system files-and settings

Step 5: Choose a restore point and tap on Next.

select a restore point

Step 6: Confirm your restore point and click Finish.

confirm your restore point

Step 7: Once a warming prompt, click on Yes to continue. Wait for a while your computer will restart itself after finish restoring.

start to restore

Way 2: Fix "Windows 10 won't boot in Safe Mode" via Command Prompt

Most people didn't realize the importance of creating a restore point, so, I will show you that using Command Prompt to fix "Windows 10 won't boot in Safe Mode" problem.

Step 1: Type cmd in the search bar and right-click on the result then select Run as administrator.

run cmd as administrator

Step 2: Type SFC /SCANNOW and hit Enter to repair your Windows 10. Or you can execute the following command to scan, check, and recover system as well. Remember to hit Enter at the end of each line.

Dism /Online /Cleanup-Image /ScanHealth

Dism /Online /Cleanup-Image /CheckHealth

Dism /Online /Cleanup-Image /RestoreHealth

run sfc scan now

Case 2: Windows 10 Stuck in Safe Mode Loop

Unable to exit the Safe Mode? You may have stuck in the Safe Mode loop. Don't worry, read on to learn how to address the issue.

Step 1: Press Windows + R combination key and run the MSCONFIG command.

run-msconfig

Step 2: Under the General tab, make sure the Normal startup option is selected.

normal startup

Step 3: Go to the Boot tab, choose a system that you want to boot. Tap on Apply and OK to restart Windows 10. Once the method doesn't work at all, let's move onto Step 4 below.

choose a system to boot

Step 4: Run Command Prompt as administrator, input bcdedit /deletevalue {current} safeboot then press Enter.

Case 3: Cannot Install or Uninstall Program in Safe Mode

When you are in Safe Mode and going to install or uninstall program, you may get such an error message: "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance."

Step 1: Run Command Prompt as administrator and execute the command line below:

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"

If the Safe Mode connects with the network, run this command instead:

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"

Step 2: Run NET START MSISERVER to boot the Windows Installer Service.

cannot install or unintsall program safe mode

Related Articles: