DeleteSystemStore method of the BcdStore class

Deletes the system BCD store. The caller must hold the SE_BACKUP_PRIVILEGE, and this method only works on the Windows Preinstallation Environment (Windows PE) or a non-BCD aware operating system.

Syntax

boolean DeleteSystemStore();

Parameters

This method has no parameters.

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