This command creates a new entry in the boot configuration data store. If a well-known identifier is specified, then the ...

This command creates a new entry in the boot configuration data store. If
a well-known identifier is specified, then the /application, /inherit and
/device options cannot be specified. If the  is not specified,
or if is not well-known, then you must specify an /application, /inherit
or /device option.

bcdedit /create [{}] [/d ] [/application  |
    /inherit [] | /inherit DEVICE | /device]

                        Specifies the identifier to be used for the new
                            entry. For more information about identifiers, run
                            "bcdedit /? ID".

               Specifies the description to be applied to the new
                            entry.

    /application   Specifies that the new entry must be an application
                            entry.  specifies the application type.
                             can be one of the following:

                                BOOTSECTOR
                                OSLOADER
                                RESUME
                                STARTUP

                            If you use other application types instead of
                            one of these, you must also specify a well-known
                            identifier.

    /inherit []    Specifies that the new entry must be an inherit
                            entry, and  specifies the application
                            type. If  is not specified, then the entry
                            can be inherited by any entry. If specified,
                             can be one of the following:

                                BOOTMGR
                                BOOTSECTOR
                                FWBOOTMGR
                                MEMDIAG
                                NTLDR
                                OSLOADER
                                RESUME

                            The modifier prevents the inherit entry from being
                            inherited by an application entry of .

    /inherit DEVICE         Specifies that the new entry must be an inherit
                            entry, and that the entry can only be inherited by
                            a device options entry.

    /device                 Specifies that the new entry must be an additional
                            device options entry.

Examples:

The following command creates a NTLDR based OS loader entry (Ntldr):

    bcdedit /create {ntldr} /d "Earlier Windows OS Loader"

The following command creates a RAM disk additional options entry:

    bcdedit /create {ramdiskoptions}

The following command creates a new operating system boot entry:

    bcdedit /create /d "Windows Vista" /application osloader

The following command creates a new debugger settings entry:

    bcdedit /create {dbgsettings}