ExportStore method of the BcdStore class

Exports the BCD store to the specified file. The resulting file can be used with ImportStore or BcdEdit /import.

Syntax

boolean ExportStore(
  [in] string File
);

Parameters

File [in]

Path to the file where the exported BCD store will be copied.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Namespace
Root\WMI
MOF
Bcd.mof

See also

BcdStore

ImportStore