· Windows  · 1 min read

BCDedit: The boot configuration data store could not be opened.

This error is encountered when bcdedit.exe is run from a non-privileged command prompt in Windows 10.

This post was originally published on jcutrer.com (WordPress) and has been migrated to the archive.

This error is encountered when the bcdedit.exe command is executed from a non-privileged command prompt in Windows 10.

Microsoft Windows 
(c) Microsoft Corporation. All rights reserved.
C:\>bcdedit
The boot configuration data store could not be opened.
Access is denied.
C:\>

How to fix it

Run command prompt as administrator to get an elevated command prompt before executing the bcdedit command.

  • Click Start and type “cmd”- Click Run as administrator

!(/wp-content/uploads/2021/07/start-cmd-run-as-administrator.png)How to launch command prompt with administrator privileges

!(/wp-content/uploads/2021/07/elevated-command-prompt.png)Example of Elevated Command Prompt

  • N/A

Comments are disabled (Giscus not yet configured).

Back to archive