Reference Guide

Table Of Contents
--DisableDevice
Table 79. --DisableDevice
Attribute Details Description
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 80. --EnableDevice
Attribute Details Description
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 81. --Sequence
Attribute Details Description
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
or
C:\>cctk BootOrder --Sequence=3,4,7,1 --EnableDevice=3,4 --
DisableDevice=7,1 (DeviceNumber)
Options for Dell Command | Configure 4.2 43