0% found this document useful (0 votes)
107 views1 page

Bcdedit Help Info

The bcdedit command can export boot configuration settings to a file using "/export" and the file path, and import them back later using "/import" with the same file path and "/clean" to overwrite existing settings. Typing "bcdedit /export /?" and "bcdedit /import /?" at an elevated command prompt provides more information on these commands.

Uploaded by

Spun_G
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views1 page

Bcdedit Help Info

The bcdedit command can export boot configuration settings to a file using "/export" and the file path, and import them back later using "/import" with the same file path and "/clean" to overwrite existing settings. Typing "bcdedit /export /?" and "bcdedit /import /?" at an elevated command prompt provides more information on these commands.

Uploaded by

Spun_G
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

The syntax of the command you want is: bcdedit /export "c:\users\<UserName>\desktop\FileName" Its counterpart is: bcdedit /import

"c:\users\<UserName>\desktop\FileName" /clean For more information, type the following at an Elevated Command Prompt: bcdedit /export /? and bcdedit /import /? respectively.

You might also like