ImportStore method of the BcdStore class

Marks the specified store as the system store.

Syntax

boolean ImportStore(
  [in] string File
);

Parameters

File [in]

The full path to the store. The store could be created by ExportStore or CreateStore method or by the BcdEdit /export or BcdEdit /createstore command.

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

ExportStore

ImportStoreWithFlags