Reference Guide

Table Of Contents
--DisableDevice
Table 81. --DisableDevice
Attribute Details Description
Valid Argument Disables the device.
Example
cctk BootOrder --BootListType=uefi --
DisableDevice=hdd,embnicipv4,cdrom
cctk BootOrder --BootListType=legacy --
DisableDevice=floppy,hdd,cdrom
cctk BootOrder --BootListType=uefi --EnabledDevice=hdd.* - It will
Enabled all Hard Disk of UEFI Bootorder
or
cctk BootOrder --BootListType=uefi --DisableDevice=4,7,2,1
cctk BootOrder --BootListType=legacy --DisableDevice=4,7,2,1
cctk BootOrder --BootListType=Legacy --DisableDevice=hdd.* - It
will Enabled all Hard Disk of Legacy Bootorder
--EnableDevice
Table 82. --EnableDevice
Attribute Details Description
Valid Argument Enables the device.
Example
cctk BootOrder --BootListType=uefi --
EnableDevice=hdd,embnicipv4,cdrom
cctk BootOrder --BootListType=legacy --
EnableDevice=floppy,hdd,cdrom
cctk BootOrder --BootListType=uefi --EnableDevice=hdd.* - It will
Enabled all Hard Disk of UEFI Bootorder
or
cctk BootOrder --BootListType=uefi --EnableDevice=4,7,2,1
cctk BootOrder --BootListType=legacy --EnableDevice=4,7,2,1
cctk BootOrder --BootListType=Legacy --EnableDevice=hdd.* - It will
Enabled all Hard Disk of Legacy Bootorder
--Sequence
Table 83. --Sequence
Attribute Details Description
Valid Argument Gets and Sets the Boot order sequence. The supported devices are hdd (hard disk), cdrom
(CDROM), floppy (Floppy Disk), usbdev (USB device), embnic (Embedded NIC), pcmcia
(PCMCIA device), bev (BEV device), and so on. For more information about the devices, see
BootOrder.
Example
C:\>cctk BootOrder --Sequence=embnic,cdrom,hdd.1 --
EnableDevice=floppy --DisableDevice=cdrom
C:\>cctk BootOrder --Sequence=3,4,7,1 --EnableDevice=3,4 --
DisableDevice=7,1 (DeviceNumber)
UEFI Bootorder Sequence: BootOrder --BootListType=uefi --
Sequence=hdd.*
44 Options for Dell Command | Configure 4.x