You are on page 1of 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