This command lists entries in a store. The /enum command is the default, so running "bcdedit" without parameters is equivalent ...

This command lists entries in a store. The /enum command is the default, so running "bcdedit" without parameters is equivalent to running "bcdedit /enum ACTIVE".  bcdedit [/store ] /enum [ | ] [/v]        Specifies the store to be used. If this option is not                 specified, the system store is used. For more information,                 run "bcdedit /? store".            Specifies the type of entries to be listed.  can be one                 of the following:                  ACTIVE      All entries in the boot manager display order. This                             is the default.                  FIRMWARE    All firmware applications.                  BOOTAPP     All boot environment applications.                  BOOTMGR     The boot manager.                  OSLOADER    All operating system entries.                  RESUME      All resume from hibernation entries.                  INHERIT     All inherit entries.                  ALL         All entries.              Specifies the identifier of the entry to be listed.  If an                 identifier is provided, then only the specified object will be                 listed. For information about identifiers, run "bcdedit /? ID".      /v          Displays entry identifiers in full, rather than using                 names for well-known identifiers.  Examples:  The following command lists all operating system loader boot entries:      bcdedit /enum OSLOADER  The following command lists all boot manager entries:      bcdedit /enum BOOTMGR  The following command lists only the default boot entry:      bcdedit /enum {default}  The following command lists only the specified operating system boot entry:      bcdedit /enum {b38a9fc1-5690-11da-b795-e9ad3c5e0e3a}