Software⏱️ 3 min read📅 2026-06-11

How to Fix: bcdedit /deletevalue safeboot error

bcdedit /deletevalue safeboot error fix

Quick Answer: Try using the correct syntax: bcdedit {default} /deletevalue safeboot minimal, and make sure to boot into a different partition before running the command.

The 'bcdedit /deletevalue safeboot' error occurs when attempting to disable the Safe Boot feature in Windows, which can prevent viruses or malware from loading during boot-up. This issue affects users who have enabled Safe Boot but are now trying to remove it due to a virus infection.

Enabling Safe Boot is frustrating as it prevents access to the full range of system functions and may limit the ability to run certain applications. To resolve this issue, you will need to follow specific steps to disable Safe Boot using the 'bcdedit' command.

⚠️ Common Causes

  • The primary reason for the 'bcdedit /deletevalue safeboot' error is that the '/?' option was used instead of '/deletevalue'. The correct syntax should be '/deletevalue ', where '' is the specific value to delete. In this case, the '/?' option displays help and does not perform the desired action.
  • Alternatively, if the 'bcdedit' command is not recognized or not accessible, it may be due to issues with the BCD store or the boot configuration.

🚀 How to Resolve This Issue

Disabling Safe Boot using the Correct Syntax

  1. Step 1: Open a Command Prompt as an administrator and navigate to the F:ootcdstore folder where the BCD store is located. This step may require administrative privileges, so ensure you are logged in as an administrator or use the 'Run as administrator' option.
  2. Step 2: Type 'bcdedit /deletevalue safeboot' exactly, making sure to include the space between '/deletevalue' and ''. Press Enter to execute the command.
  3. Step 3: Verify that Safe Boot has been successfully removed by typing 'bcdedit /s' followed by pressing Enter. This command displays the BCD store settings, including any changes made.

Disabling Safe Boot using a Different Approach

  1. Step 1: Open the System Configuration utility (msconfig) and navigate to the 'Boot' tab. Select the boot manager for the F:ootcdstore partition, which is the virus-ridden partition.
  2. Step 2: Check the box next to 'Safe Boot Minimal' but do not select the option to make the change permanent. Click 'Apply' and then 'OK' to close msconfig.

💡 Conclusion

To successfully remove Safe Boot using either method, ensure you execute the command or apply the changes correctly, as incorrect syntax or missing permissions can lead to further issues. If you are still experiencing problems after attempting these steps, consider seeking additional assistance from a qualified IT professional.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions