Chapter 1: Introduction to Dell Command | Configure ................................................................. 15
Supported systems and operating systems.................................................................................................................15
Other documents you may need.................................................................................................................................... 15
Chapter 2: Using command-line interface for Dell Command | Configure 4.x................................ 16
Using the command prompt...................................................................................................................................... 16
Using a bootable image...............................................................................................................................................16
Command line syntax...................................................................................................................................................17
Chapter 3: Options for Dell Command | Configure 4.x................................................................. 20
General options..................................................................................................................................................................20
-H or --Help.................................................................................................................................................................. 20
-I or --Infile.....................................................................................................................................................................21
-l or --logfile..................................................................................................................................................................22
No Option...................................................................................................................................................................... 22
-O or --Outfile.............................................................................................................................................................. 22
Advanced System Management.................................................................................................................................. 148
ASM probes and options.......................................................................................................................................... 148
Displaying the probe details.....................................................................................................................................149
Setting the non-critical threshold values ............................................................................................................149
Chapter 5: Error codes and messages for Dell Command | Configure 4.x....................................155
Dell Command | Configure error codes and messages...........................................................................................155
14
Contents
Introduction to Dell Command | Configure
Dell Command | Configure is a software package that provides BIOS configuration capability for Dell client systems. IT
administrators can configure BIOS settings and create BIOS packages using the Dell Command | Configure User Interface (UI)
or Command Line Interface (CLI).
Dell Command | Configure supports following Windows and Linux operating systems:
● Windows 7
● Windows 8.1
● Windows 10
● Red Hat Enterprise Linux 7
● Red Hat Enterprise Linux 8
● Ubuntu Desktop 16.04
● Ubuntu Desktop 18.04
● Ubuntu Desktop 20.04
● Ubuntu Core 16
● Windows Preinstallation Environment (Windows PE
NOTE: This software was rebranded as Dell Command | Configure after Dell Client Configuration Toolkit version 2.2.1.
Topics:
1
•Supported systems and operating systems
•Other documents you may need
Supported systems and operating systems
For the list of client systems and operating systems that are supported, see the Release Notes available in the Dell Command |
Configure installation files or at dell.com/dellclientcommandsuitemanuals .
For the list of client systems and operating systems that are supported, see the Release Notes available in the Dell Command |
Configure installation files.
Other documents you may need
In addition to this guide, you can access the following documents at dell.com/dellclientcommandsuitemanuals:
●
The Dell Command | Configure Installation Guide provides information about installing Dell Command | Configure on
supported client systems. The guide is available at Dell Command | Configure documentation page.
● The Dell Command | Configure Command Line Interface Reference Guide provides information about configuring the BIOS
options on supported Dell client systems.
The Release Notes documentation is available as part of the Dell Command | Configure download on dell.com/dellclientcommandsuitemanuals, provides the latest available information for the installation and operation of Dell Command |
Configure .
Introduction to Dell Command | Configure15
2
Using command-line interface for Dell
Command | Configure 4.x
This section provides a general overview of the Command Line Interface (CLI) utility. It explains how to run the commands and
the syntax details of command-line options that are used to configure BIOS settings for client systems.
Topics:
•Running Dell Command | Configure commands
•Command syntax overview
Running Dell Command | Configure commands
About this task
You can run the Dell Command | Configure commands in two ways:
● Using the command prompt.
For more information, see Using the command prompt.
● Using a bootable image.
For more information, see Using a bootable image.
Using the command prompt
About this task
To run Dell Command | Configure commands:
Steps
1. Click Start > All Program > Dell > Command Configure > Dell Command Configure Command Prompt.
NOTE:
If you are using a system running the Windows 7 operating system or later, right-click Dell Command
Configure Command Prompt, and select Run as administrator.
2. Run the Dell Command | Configure commands.
For more details on Dell Command | Configure commands, see Dell Command | Configure options.
Using a bootable image
About this task
To run Dell Command | Configure commands:
Steps
1. Copy Dell Command | Configure with the International Organization for Standardization (ISO) image to a Compact disc (CD).
For more information, see Dell Command | Configure Installation Guide available at dell.com/dellclientcommandsuitemanuals.
2. Copy Dell Command | Configure with the International Organization for Standardization (ISO) image to a Compact disc (CD).
For more information, see Dell Command | Configure Installation Guide .
16Using command-line interface for Dell Command | Configure 4.x
3. Boot the system that you want to configure from the CD.
4. Run the Dell Command | Configure commands. For more details on Dell Command | Configure commands, see Dell Command
| Configure options.
Command syntax overview
Syntax refers to the way a command and its parameters are entered. Command Line Interface (CLI) commands can be arranged
in any order in a command line instance as long as they conform to the basic command line syntax.
Command line syntax
The general usage models of the Dell Command | Configure utilities are as follows:
CCTK --option1=[arg1]
or
cctk --option1=[arg1]...--optionX=[argX]
NOTE: Some of the options in Dell Command | Configure are followed by an asterisk. You can use such options only for
reporting purposes and cannot use the reporting options with set options.
The following table lists the generic command line characters and arguments present in the command line options with a short
description of these characters.
Table 1. Command line characters and arguments
ElementDescription
-Prefix single-character options.
--Prefix multi-character options.
utilnameIndicates the generic designation for a Dell Command | Configure utility name.
-oIndicates the generic single-character designation for an option.
optionXIndicates the generic multi-character designation for a utility name, where you can use X to
distinguish multiple options used in the same command line instance.
argXIndicates the generic designation for an argument, where you can use X to distinguish multiple
arguments used in the same command line instance.
[mandatory option]Indicates the generic designation for a mandatory argument.
<string>Indicates the generic designation for a string.
<filename>Indicates the generic designation for a filename.
[ ]Indicates a component of the command line. Enter only the information within the brackets and
exclude the brackets.
...Indicates that the previous argument can be repeated several times in a command. Enter only the
information within the ellipses and exclude the ellipses.
|
Separates mutually exclusive choices in a syntax line. For example:
numlock: Turns the keyboard number lock on or off.
Arguments: on+ | off+
Enter only one choice: --numlock=on, --numlock= off
Using command-line interface for Dell Command | Configure 4.x17
Case sensitivity
Command line options and user-defined arguments are case insensitive. Unless specified otherwise, enter all commands, options,
arguments, and command line switches in lowercase letters.
Command line option delimiter
The following table lists some examples of valid and invalid Dell Command | Configure command line options.
Windows path:
● For 32-bit systems — C:\Programfiles (x86)\Dell\Command Configure\X86
● For 64-bit systems — C:\Programfiles (x86)\Dell\Command Configure\X86_64
Linux path:/opt/dell/dcc/
Table 2. Valid and invalid command line options for systems running Windows
Valid or
Invalid
valid
invalid
valid
valid
Dell Command | Configure Command LineExample
cctk --option1 --option2cctk --asset --mem
cctk --option1=[argument]
--option2 --option3
cctk -o=filename --option1
--option2
or
cctk -o filename --option1 -option2
cctk -l=filename--option1 -option2
or
cctk -l filename
--option1 --option2
cctk --asset=1750 --floppy --biosromsize
cctk -o=/tmp/myfile.txt --mem
--sysname
or
cctk -o /tmp/myfile.txt --mem --sysname
cctk -l=/tmp/myfile.txt--mem --sysname
or
cctk -l /tmp/myfile.txt--mem --sysname
invalid
valid
cctk -i=filename
--option1 --option2
or
cctk -i filename
--option1 --option2
cctk --option=argumentcctk --embnic1=on
cctk -i=/tmp/myfile.txt --mem --sysname
or
cctk -i /tmp/myfile.txt --mem --sysname
Table 3. Examples of command line options for systems running Linux
Dell Command | Configure Command LineExample
./cctk --option=argument./cctk --numlock=enable
18Using command-line interface for Dell Command | Configure 4.x
Read and write options
You cannot combine the options that specify read and write actions in a command line instance. The following table provides
examples for read and write commands.
Table 4. Read and write options
Valid or InvalidExample
valid
valid
invalid
cctk --option1 --option2
cctk --option1=arg --option2=arg
NOTE: You have to provide the setup password, if it is already set on the
system.
cctk --option1=arg --option2
File input and output commands
Specify the input file using the -i=<filename> command, where <filename> is the name of the input file. Specify the
output file input using the – o=<filename> command, where <filename> is the name of the output file.
LogFile
The -l=<filename> or --logfile=<filename> option records information output on the command line to the specified
log file.
If the log file already exists, information is appended to the file. This allows multiple tools to use the same log file to record
information. Use this option to record the output of a utility.
The log duplicates all standard output and error information to the specified file. Each log file begins with a time stamp and
utility name. For example:
YYYY/MM/DD HH:MM:SS <utilname> - <output text>
The following is an example of the logging behavior:
2010/05/16 10:23:17 cctk - option1= on
2010/05/16 10:23:17 cctk - option2= on
2010/05/16 10:23:17 cctk - option3= off
Error checking and error messages
The Dell Command | Configure utilities check your commands for correct syntax when they are entered. Unrecognized or invalid
options and arguments result is displayed in a usage error message that contains the Dell Command | Configure utility name,
version, and the list of Dell Command | Configure options.
Using command-line interface for Dell Command | Configure 4.x
19
Options for Dell Command | Configure 4.x
This section provides an overview of the Dell Command | Configure options. It describes the general and BIOS options to
configure settings for the client systems.
Dell Command | Configure options can be divided into:
● General options—Applicable to all systems.
● BIOS options—Applicable only if the BIOS of the system supports.
NOTE: If you are running Dell Command | Configure commands on systems running Windows 7 or later, run the commands
with the administrator rights. Running the command displays a appear window where you can enter the administrator ID and
password.
NOTE: If you run Dell Command | Configure commands on systems running Windows 7 or later without administrator rights,
the following error message is displayed: 'admin/root' privileges required to execute this
application.
Topics:
•General options
•BIOS options
•Dell Recommended Package
•Advanced System Management
•PCI reporting
•Completion code
3
General options
The following are the general options of Dell Command | Configure .
NOTE:
Some of the options in Dell Command | Configure are followed by an asterisk. These options do not accept any
suboptions or arguments. The values associated with these options are reported by the Basic Input Output System (BIOS).
You cannot modify these values.
-H or --Help
Table 5. -H or --Help
Attribute DetailsDescription
Valid Argumentnone or <valid option name>
Without an argument, this option displays general usage information for the utility. If the
argument matches a valid option, the usage information of the option is displayed. If the option
has arguments, the arguments are displayed, separated by a | character. If the argument is
supported on the system, a + symbol is displayed with the argument. If the option has
suboptions, all suboptions, valid arguments, and a description are listed. If the argument does
not match a valid option, a usage error is given (and usage information is displayed).
20Options for Dell Command | Configure 4.x
Table 5. -H or --Help (continued)
Attribute DetailsDescription
Example
C:\>cctk -H asfmode
asfmode: Sets the asf (alert standard format)mode. DASH and ASF
2.0 set enables LOM to have DASH and ASF 2.0 functionality.
Arguments: off+ | on+ | alertonly+
-I or --Infile
Table 6. -I or --Infile
Attribute DetailsDescription
Valid Argument<filename>
Directs the Command Configure utility to take input from an INI file. The utility searches the
file for a Command Configure heading identical to the utility name. An error is returned if the
file or section is not found. If the section is found, each name/value pair is applied to the
system. The names must match a valid option, and the arguments must be in the proper format
for the option. If an option is not available on a system and it is specified in a file, the utility
ignores the option. If any errors are found in the format of the names or values, that option is
skipped. The remaining options are applied to the system.
If this option is used with other function command options, they are applied in the order in
which they appear on the command line, overriding any previous commands.
In the INI file, bootorder is displayed as a list of devices with their short forms in the order
they are assigned separated by commas.
A plus (+) symbol with the device name indicates that the device is enabled and a minus (-)
symbol indicates that the device is disabled. You can enable or disable the devices by changing
the symbol displayed with the device short name. These symbols are optional and if not
present, the current status of the device is retained.
NOTE: If the operating system is booted in the Unified Extensible Firmware Interface
(UEFI) mode, then the bootorder type is shown as UEFI type.
Change the boot order by changing the order of the list. You can also enter the device number
instead of the device name.
NOTE:
The bootorder option in the INI file is applied to a system based on its active boot
list. If the INI file is generated from a system with the active boot list set as UEFI, and it is
applied on a system with the active boot list set as Legacy, the boot order is set only on
devices that are available in the system. It is recommended that you apply the INI file on a
system with the same active boot list as of the system from where the INI file is generated.
NOTE: If a feature is failing in the INI file, then the following error message is displayed
"Importing ini file is failing for some features. For more information, check the
log." The error code is 146.
C:\>cctk -i <c:cctk> /filename.ini
NOTE: For the systems running Ubuntu Core operating system, copy the file at var/
snap/dcc/current, and run dcc.cctk -i /var/snap/dcc/current/<filename>.ini
Options for Dell Command | Configure 4.x21
-l or --logfile
Table 7. -l or --logfile
Attribute DetailsDescription
Valid Argument<filename>
Logs the command line output to a time-stamped file. The utility either appends the
information to an existing log file or creates a new file. The log file contains the same
information as the standard output, plus timestamp information. Users should use this option
instead of redirection for task diagnosis.
Example
C:\>cctk -l <c:cctk> /logfile
No Option
Table 8. No Option
Attribute DetailsDescription
Valid ArgumentNA
If an option is not given, the Dell Command | Configure utility outputs usage information. The
usage information is displayed in the format shown below.
Example
C:\>cctk
Usage error.
cctk Version 3.1.0 258 (Windows - Feb 25 2015,14:38:43)
Copyright (c) 2014 Dell Inc.
Usage: cctk --option[=argument]
For more information about a particular command, use the option
'-h' followed by the command name.
Example: cctk -h --asset
-O or --Outfile
Table 9. -O or --Outfile
Attribute DetailsDescription
Valid Argument<filename>
Writes all BIOS options, that you can replicate to the BIOS of another system, to the specified
filename. The file name you specify should have INI extension and should be created in the
default installation directory. The format of the output is in an INI format, with the utility name
as the section header. If a file with the same name already exists, the information is appended
to the file. If this option is used with other function commands, the commands are applied in
the order in which they appear. This option captures replicable BIOS options. The file is created
in the directory where you run the Dell Command | Configure command.
In the INI file, bootorder is displayed as a list of comma separated device short forms in the
order they are assigned. A plus (+) symbol with the device name indicates that the device is
enabled and a minus (-) symbol indicates that the device is disabled. You can change the boot
order by changing the order of the list. You can also enter the device number instead of the
device name.
You can enable or disable the devices by changing the symbol displayed with the device. These
symbols are optional and if not present, the current status of the device is retained.
NOTE: The bootorder option in the INI file is applied to a system based on its active boot
list. If the INI file is generated from a system with the active boot list set as UEFI, and it is
applied on a system with the active boot list set as legacy, the boot order is set only on
22Options for Dell Command | Configure 4.x
Table 9. -O or --Outfile (continued)
Attribute DetailsDescription
devices that are available in the system. It is recommended that you apply the INI file on a
system with the same active boot list as of the system from where the INI file is generated.
Example
C:\>cctk -o <c:/cctk>/filename.ini
NOTE: For the systems running Ubuntu Core operating system, run dcc.cctk -o /var/
snap/dcc/current/<filename>.ini
--Propowntag
Table 10. --Propowntag
Attribute DetailsDescription
Valid ArgumentNA
Sets the Dell property ownership tag. If an option is not given, Dell Command | Configure
reports the current property ownership tag.
NOTE: The maximum length of property ownership tag is 80 characters for desktops and
48 characters for laptop.
--Version
Table 11. --Version
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the version information, current time, and date for the utility. This is a read-only
option.
BIOS options
The following list describes Dell Command | Configure options and arguments along with a description of their expected
behavior. Options and arguments are case sensitive. All options and predefined arguments are lowercase unless stated
otherwise.
NOTE:
Some of the following options or arguments may not be available on all systems due to the BIOS version or
hardware feature set. Entering Dell Command | Configure on a command line without arguments displays only those options
that are valid for your system. For more details about the options, see No option.
NOTE: If you configure a setup password and system password for the system while changing a BIOS value, type the setup
password.
--Absolute
Table 12. --Absolute
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled, and PermanentlyDisabled
Options for Dell Command | Configure 4.x23
Table 12. --Absolute (continued)
Attribute DetailsDescription
Sets the value to the Absolute interface and control the Absolute service using the following
options:
● Enabled—If enabled, then the Absolute service is activated or deactivated.
● Disabled—If disabled, then the Absolute service does not run.
● PermanentlyDisabled—If the Absolute interface is permanently disabled, then the
Absolute feature can be enabled by using the factory reset feature.
--AcPwrRcvry
Table 13. --AcPwrRcvry
Attribute DetailsDescription
Valid Argument
off, last, on
Sets the behavior of the system after Alternating Current (AC) power is lost.
● Off—When AC power is restored, the system remains turned off.
● On—When AC power is restored, the system turns on.
● Last—When the AC power is restored, the system returns to the state it was in when the
power was lost.
--ActivityLed
Table 14. --ActivityLed
Attribute DetailsDescription
Valid Argument
ActLed, Wlan, Disabled
Sets the Network Activity Light Emitting Diode (LED) to any of the following:
● ActLed—Sets the Activity LED controlled by an Advanced Configuration and Power
Interface (ACPI) operating system and driver.
● Wlan—Sets the Activity LED as a wireless Local Area Network (LAN) radio on/off
indicator.
● Disabled—Sets the Activity LED to off.
--AdaptiveCStates
Table 15. --AdaptiveCStates
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Adaptive C-States allow the system to dynamically detect high usage of a discrete graphic and
adjust system parameters for higher performance during that time period.
This feature requires an AC adapter due to higher energy consumption, and dynamically it is
not possible to activate higher performance without an appropriate AC adapter. Other settings
that conserve power may block the utilization of this feature.
24Options for Dell Command | Configure 4.x
--AddDevice
Table 16. --AddDevice
Attribute DetailsDescription
Valid ArgumentUsb
Adds the specified device to the boot device list. At present, only the Universal Serial Bus
(USB) storage device is supported. This option is not valid on all the systems. The USB storage
device is added at the end of the boot order. If the USB storage device is already added in the
boot order list, the following message is displayed while executing the option:USB device
is already present in this machine.
NOTE: The AddDevice option is not supported on the systems with UEFI-based BIOS.
Sets the defined Analog/Digital Interface mode for channel 8.
● Unused—Channel is unused.
● AdcInput—Sets the channel mode as Analog-to-Digital Converter (ADC) input.
● DacOutput—Sets the channel mode as Digital-to-Analog Converter (DAC) output.
● DacAndAdc—Sets the channel mode as DAC output, but can be monitored through ADC
input.
● Gpio—Sets the channel mode as General Purpose Input or Output.
--AdjCachePrefetch
Table 25. --AdjCachePrefetch
Attribute detailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the adjacent cache line prefetch.
● Enabled—The processor fetches the cache line containing the currently requested data,
and pre-fetches the following cache line.
● Disabled—The processor fetches only the cache line containing the currently requested
data.
Options for Dell Command | Configure 4.x27
--AdminSetupLockout
Table 26. --AdminSetupLockout
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
Enables or disables the admin setup lockout.
● Enabled—If administrator password is set for the system, user can view the setup screens
only after entering the correct administrator password. If administrator password is not set,
user can view the setup screens.
● Disabled—User can view the Setup screens without entering administrator password even
if the administrator password is set in the system.
--AdvBatteryChargeCfg
Table 27. --AdvBatteryChargeCfg
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Advanced Battery charge mode. Advanced Battery charge mode uses
standard charging algorithm and other methods during non-working hours to maximize battery
health. During working hours, express charge is used to charge the batteries faster. You can
configure the days and the time period during which the battery has to be charged. To enable
advanced battery charging, provide the day, start time, and the duration of charging (peak
usage duration).
NOTE: The value of hour must be in the range 00–23 and minute must be 00,15, 30, or 45.
Sets the Accelerated Graphics Port (AGP) aperture size of Peripheral Component Interconnect
(PCI) address space.
NOTE: The Extended System Configuration Data (ESCD) must be cleared after the
aperture size is changed.
28Options for Dell Command | Configure 4.x
--AgpSlot
Table 29. --AgpSlot
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables on-board AGP slot.
--AlarmResume
Table 30. --AlarmResume
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Allows the system to, or prevents the system from resuming from the suspended mode.
● Enabled—System alarm resumes the system from the suspended mode.
● Disabled—System alarm prevents the system from resuming from the suspended mode.
--AlwaysAllowDellDocks
Table 31. --AlwaysAllowDellDocks
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Allows the system to, or restricts the Dell Type-C Thunderbolt docks to function when the
Thunderbolt is disabled.
● Enabled—Allows the Dell Type-C Thunderbolt docks to function even when the
Thunderbolt is disabled.
● Disabled—Allows the system to restrict the Dell Type-C Thunderbolt docks to function
when the Thunderbolt is disabled.
--AllowBiosDowngrade
Table 32. --AllowBiosDowngrade
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Allows or restricts downgrading of the system BIOS.
● Enabled—Allows the system to downgrade the system BIOS.
● Disabled—Restricts the system from downgrading the system BIOS.
NOTE: You cannot enable the AllowBiosDowngrade feature using Dell Command |
Configure.
NOTE: One of the methods of enabling the AllowBiosDowngrade feature is from the BIOS
setup screen.
NOTE: The read-only mechanism is not displayed at option level, while the
AllowBiosDowngrade is enabled.
Options for Dell Command | Configure 4.x29
--AmbLightSen
Table 33. --AmbLightSen
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the ambient light sensor.
--AmdCpuCore
Table 34. --AmdCpuCore
Attribute DetailsDescription
Valid ArgumentCoreall, Core1p0, Core1p1, Core2p0, Core3p0, Core2p2, Core4p0, and Core3p3
Specifies whether the processor has one or more cores enabled.
--AmdSmartShift
Table 35. --AmdSmartShift
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Sets the AmdSmartShift by using the following options:
● Enabled—On a discrete GPU system, AMD SmartShift
allows the system’s CPU and discrete GPU to share the
power limits. This allows the potential performance that
increases within the systems power or thermal limitation.
● Disabled—AmdSmartShift feature is disabled.
--AmdTurboCore
Table 36. --AmdTurboCore
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables AMD Turbo Core Technology in the processor. When enabled, AMD Turbo
Core Technology dynamically adjusts processor frequency to provide a performance boost at
the operating system's request.
--AmdThreadControl
Table 37. --AmdThreadControl
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Each processor core contains two threads. Each thread appears as a separate processor to the
operating system. However, the threads share part of the processor core with one another.
30Options for Dell Command | Configure 4.x
--AmdViEnable
Table 38. --AmdViEnable
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
This field specifies whether the Virtual Machine Monitor (VMM) uses the additional hardware
capabilities provided by AMD-Vi Technology.
--AmdVtEnable
Table 39. --AmdVtEnable
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
This field specifies whether the Virtual Machine Monitor (VMM) uses the additional hardware
capabilities provided by AMD-V Technology.
--AmdTSME
Table 40. --AmdTSME
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
● Enabled—AMD Transparent Secure Memory Encryption (TSME) allows encryption of
contents during residing on the memory DIMMS.
NOTE: For best results while diagnosing potential memory DIMM issues, turn off this
feature prior to running diagnostic functions or tools.
● Disabled—AMD Transparent Secure Memory Encryption (TSME) does not allow
encryption on the memory DIMMS.
--AmtCap
Table 41. --AmtCap
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled, and RestrictMebxAccess
Set the Intel Active Management Technology (AMT) capability using the following options:
● Enabled—If Intel Active Management Technology is enabled, MEBx is available through
F12 menu and you can provision AMT. MEBx may not be not accessible if OROM Keyboard
Access is disabled.
● Restrict MEBx Access—If Intel Active Management Technology is enabled, MEBx is not
available in pre-boot but you can provision AMT from OS.
● Disabled—If Intel Active Management Technology is disabled, MEBx is not available in pre-
boot. Once disabled, Intel Active Management Technology can only be enabled through the
BIOS interface. If the Intel AMT is already provisioned, AMT cannot be disabled. Unprovisioning AMT is required to disable AMT.
Options for Dell Command | Configure 4.x31
--AntennaSwitch
Table 42. --AntennaSwitch
Attribute DetailsDescription
Valid ArgumentAllInternal, WlanWwanExt, WlanGpsExt, WwanGpsExt, WlanExt, WwanExt, and GpsExt
This setting determines the antenna usage when the system is connected to a docking station.
The option designates which wireless radio is connected to which dock antenna. The System
Antennas Only option indicates the system antennas that are used, and the dock antennas that
are not used, even when the system is docked.
When the system is undocked, the system antennas are used and this setting has no effect.
Ant A indicates dock antenna A, and Ant B indicates dock antenna B.
NOTE: This setting applies to rugged docking stations and does not apply to USB Type-C
docking stations.
--AsfMode
Table 43. --AsfMode
Attribute DetailsDescription
Valid ArgumentOn, Off, AlertOnly, Dash
Sets the alert standard format.
● On—Turns the ASF mode on.
● Off—Turns the ASF mode off.
● AlertOnly—Enables only error messages.
● Dash—Enables LOM to have both DASH and ASF 2.0 functionality.
--Aspm
Table 44. --Aspm
Attribute DetailsDescription
Valid ArgumentAuto, Disabled, L1
Set the Active State Power Management (ASPM) level.
● Auto—There is handshaking between the device and PCI Express hub to determine the
best ASPM mode supported by the device.
● Disabled—ASPM power management is turned off always.
● L1—ASPM power management is set to use L1.
--Asset
Table 45. --Asset
Attribute DetailsDescription
Valid Argument<string>
Displays or sets the customer-programmable asset tag number for a system. The maximum
length of an asset tag is 10 characters. Asset tag values should not contain any spaces.
32Options for Dell Command | Configure 4.x
--AssignIntr
Table 46. --AssignIntr
Attribute DetailsDescription
Valid ArgumentStandard, Distributed
This option controls the interrupted assignment of PCI devices in the system. This option is set
to standard by default, causing standard interrupt routing that uses INTA, B, C, D for all PCIe
devices. When set to distributed, the interrupt routing is rerouted at the MCH root ports to
minimize sharing of interrupts across all PCIe (and PCI-X in PIC mode) devices.
--AtgSystem
Table 47. --AtgSystem
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Sets or removes the Complementary Metal Oxide Semiconductor (CMOS) bit to indicate
whether the system uses an All Terrain Gear (ATG) base or not.
--AttemptLegacyBoot
Table 48. --AttemptLegacyBoot
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Determines if BIOS should attempt to boot from the legacy boot list when the UEFI boot list
fails.
● Enabled—If the UEFI boot list fails, then BIOS attempts to boot from the Legacy boot list.
● Disabled—BIOS discontinues the booting process if the UEFI boot list fails.
--AudioMode
Table 49. --AudioMode
Attribute DetailsDescription
Valid ArgumentDisabled, HalfDuplex, FullDuplex
Sets the audio mode to any of the following values:
● Disabled—Completely releases the onboard hardware resources.
● HalfDuplex—Allows only record or playback at a time.
● FullDuplex—Allows record and playback simultaneously.
Defines the time after which the system should automatically wake up from Standby,
Hibernate, or Switched off mode.
NOTE: The system wakes up from Sleep, Hibernate, or Switched off mode only if the
autoon (AutoOn) option is enabled for everyday of the week.
34Options for Dell Command | Configure 4.x
--AutoOSRecoveryThreshold
Table 54. --AutoOSRecoveryThreshold
Attribute DetailsDescription
Valid ArgumentOFF, 1, 2, 3
Sets the threshold value for auto OS recovery. Controls the automatic boot flow for
SupportAssist System Resolution console and for Dell OS Recovery Tool. The system boots to
the SupportAssist System Resolution console and for Dell OS Recovery Tool if,
● the primary operating system fails to boot consecutively.
● the count of boot failure is greater than or equal to the value of the Auto OS Recovery
threshold setup option.
● SupportAssist OS Recovery option is enabled.
NOTE: If Auto OS Recovery threshold is set to OFF, then all automatic boot flow for
SupportAssist System Resolution console and for Dell OS Recovery Tool will be disabled.
--BatteryFuelGauge
Table 55. --BatteryFuelGauge
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
This feature controls the battery fuel gauge.
● Enabled—Enabling this feature allows the battery fuel gauge to be activated on touch or
swipe.
● Disabled—Disabling this feature prevents the battery fuel gauge from being activated on
touch or swipe.
--Bezelir
Table 56. --Bezelir
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Sets the Embedded Server Management (ESM) configuration.
--BiosAutoRcvr
Table 57. --BiosAutoRcvr
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables BIOS auto recovery feature.
● Enabled—If BIOS corruption is detected, the system automatically recovers BIOS without
any user interaction.
● Disabled—Disables BIOS auto recovery feature.
NOTE: This feature is effective only if the biosrecovery option is enabled.
Options for Dell Command | Configure 4.x35
--BiosCharacteristics
Table 58. --BiosCharacteristics
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the features supported by the specific version of the BIOS. This contains bit-flags
which define support attributes for the BIOS and the system. The first 32-bits are from the
reference specification available on the Distributed Management Task Force at dmtf.org.
These must be set only if the system supports the following features: Industry Standard
Architecture (ISA), Extended Industry Standard Architecture (EISA), PCI, Personal Computer
Memory Card International Association (PC Card/PCMCIA), PnP, Advanced power
management (APM), Upgradeable BIOS, BIOS Shadowing allowed, Video Electronics Standards
Association (VL VESA), Extended System Configuration Data (ESCD).
● 32 to 47 are always set to 0 by Dell-developed BIOS.
● 48 sets to 1 if the built-in NIC supports MagicPacket.
● 49 sets to 1 if the system supports Wake-on-LAN.
● 50 sets to 1 if the system supports chassis intrusion.
● 51 sets to 1 if the built-in NIC supports pattern-matching.
● 52 sets to 1 if the system BIOS supports a seven character service tag.
● 53 to 63 are reserved for future assignments.
--BIOSConnect
Table 59. --BIOSConnect
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables BIOS Connect feature.
--BIOSEnumMode
Table 60. --BIOSEnumMode
Attribute DetailsDescription
Valid ArgumentBIOSAssistEnum and NativeEnum
Thunderbolt PCIe Enumeration Mode controls when OS or BIOS performs the enumeration of
Thunderbolt PCIe devices.
Configures the state of the available BiosConnect boot paths.
● Deactivate—BIOS setup options are not available and all BiosConnect boot paths are
disabled.
● FullActivation—BIOS Setup options are enabled and all BiosConnect boot paths are
enabled.
36Options for Dell Command | Configure 4.x
Table 61. --BiosConnectActivation (continued)
Attribute DetailsDescription
● LaunchpadActivation—BIOS setup options are enabled and only launchpad code path is
enabled.
--BiosCurLang
Table 62. --BiosCurLang
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the selected language for the BIOS.
--BiosIntegrityCheck
Table 63. --BiosIntegrityCheck
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the BIOS integrity check during the booting process.
● Enabled—BIOS checks the BIOS image integrity during every booting process.
● Disabled—BIOS checks the BIOS image integrity only if the previous booting process did
not complete
NOTE: BIOS checks the BIOS image integrity only if the BiosAutoRcvr option is enabled.
--BiosListInstallLang
Table 64. --BiosListInstallLang
Attribute DetailsDescription
Valid ArgumentRead-only
Displays a list of installable languages for the BIOS.
--BiosLogClear
Table 65. --BiosLogClear
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Prevents or allows the BIOS event log to be cleared on the next boot.
● Enabled—Clears the BIOS event log on the next boot.
● Disabled—Does not clear the BIOS event log on the next boot.
Options for Dell Command | Configure 4.x37
--AdvancedMode
Table 66. --AdvancedMode
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enabling BIOS Setup Advanced Mode makes all BIOS settings visible.
--BiosRcvrFrmHdd
Table 67. --BiosRcvrFrmHdd
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the system BIOS Recovery option. This feature saves a recovery image to
a primary hard disk drive storage, or to an external USB, and uses this recovery image to
recover BIOS image when system BIOS fails.
● Enabled—BIOS stores the recovery image on a primary hard disk drive storage. So BIOS
recovery image is available both from the primary hard disk drive permanent storage as
well as via an external USB.
● Disabled—BIOS does not store the recovery image on primary hard disk drive storage. So
BIOS recovery image is available only via an external USB.
--BiosRomSize
Table 68. --BiosRomSize
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the physical size of this BIOS Read Only Memory (ROM) device in kilobytes.
--BiosVer
Table 69. --BiosVer
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the BIOS version for a system.
--BisReq
Table 70. --BisReq
Attribute DetailsDescription
Valid ArgumentAccept, Deny, Reset
Accepts, denies, or resets the Boot Integrity Services (BIS) in BIOS.
38Options for Dell Command | Configure 4.x
--BitSmart
Table 71. --BitSmart
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables BitSmart.
--BlinkPsu1Led
Table 72. --BlinkPsu1Led
Attribute DetailsDescription
Valid ArgumentEnabled
Sets the first Power Supply (PSU 1) status LED to blink. Enabling the LED to blink helps to
recognize the power supply probe in use while using ASM feature. For more details, see
Advanced System Management.
NOTE: This option is supported only on systems that support ASM.
--BlinkPsu2Led
Table 73. --BlinkPsu2Led
Attribute DetailsDescription
Valid ArgumentEnabled
Sets the second Power Supply (PSU 2) status LED to blink. Enabling the LED to blink helps to
recognize the power supply probe in use while using ASM feature. For more details, see
Advanced System Management.
NOTE: This option is supported only on systems that support ASM.
--BlockSleep
Table 74. --BlockSleep
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Block S3 sleep state. When enabled, the system BIOS blocks all OSPM/
ACPI S3 (Suspend to RAM) requests and enforces the preboot authentication on all non-S3
resumes. When disabled, the system BIOS allows all Operating System-directed configuration
and Power Management (OSPM) or Advanced Configuration and Power Interface (ACPI) S3
suspend to Random Access Memory (RAM) operation. This moves the system authentication
to the operating system and prevents any preboot authentication on resume.
--BltInPntDevice
Table 75. --BltInPntDevice
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Options for Dell Command | Configure 4.x39
Table 75. --BltInPntDevice (continued)
Attribute DetailsDescription
Enables or disables built-in pointing device.
--BluetoothDevice
Table 76. --BluetoothDevice
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables bluetooth device.
BootOrder
Table 77. BootOrder
Attribute DetailsDescription
Valid ArgumentNone
Displays or sets the boot order sequence, activates boot list, and enables or disables the
supported devices for legacy boot list and for UEFI boot list.
When you run the bootorder option, the following information is displayed:
● Device Status—The current device status. It may be enabled or disabled.
● Device Number — A unique number to identify the device on the system.
● Device Type—The device type.
● Short Form—Short form of the device. If the system has many devices of the similar
device type, the short form of the device is displayed with a <number> notation. For
example, if the system has an internal Hard Disk Drive (HDD), a USB storage device, and a
modular Bay HDD, the short forms will be displayed as hdd.1, hdd.2, and hdd.3 respectively.
Device Description — Description of the device.
●
Supported legacy devices:
● floppy — Floppy Disk
● hdd—Hard Disk
● cdrom—CDRom
● pcmcia—PCMCIA Device
● usbdev—USB Device
● nic — NIC
● usbfloppy—USB Floppy Disk
● usbhdd — USB Hard Disk
● usbcdrom — USB CDRom
● embnic—Embedded NIC
● usbzip—USB ZIP
● usbdevzip—USB Device ZIP
● bev—BEV Device
Supported UEFI devices:
● hdd—Hard Disk
● cdrom—CDRom
● hsbhdd—USB Hard Disk
● usbdev—USB Device
● embnicipv4 — Embedded NIC IPV4
● embnicipv6—Embedded NIC IPV6
● fibrechannel — Fibre Channel
40
Options for Dell Command | Configure 4.x
Table 77. BootOrder (continued)
Attribute DetailsDescription
● embnic—Embedded NIC
● fibrechannelex — FibreEx Channel
● infiniband—Infiniband Device
● vendor—Vendor Device
● i1394—I1394 Device
● i2o—I20 Device
● uart—UART Device
● lun—LUN Device
● vlan—VLAN Device
● nvme—NVMe Device
● uri—URI Device
● ufs—UFS Device
● sd—SD Device
● bluetooth—Bluetooth Device
● wifi—Wi-Fi Device
● emmc—eMMC Device
NOTE: For legacy boot list, unknown devices are displayed as hexadecimal values. For
UEFI boot list, some of the devices are displayed as UEFI with a <number> notation.
Change the bootorder by providing the short form of the unknown device.
NOTE: While changing the bootorder sequence, if the system is set with a setup
password, specify the setup password as the -- valsetuppwd argument. If the system has
a system password set and no setup password is set, specify the system password as the
-- valsyspwd argument.
Sub Options
The following are the sub options of bootorder.
--ActiveBootList
Table 78. --ActiveBootList
Attribute DetailsDescription
Changes the active boot list in BIOS.
NOTE: If you set Legacy for the system that supports only UEFI, then the following error
message is displayed: Legacy option is not supported on this machine.
Example
--BootListType
Table 79. --BootListType
Attribute DetailsDescription
C:\>cctk BootOrder --ActiveBootList=uefi
C:\>cctk BootOrder --ActiveBootList=legacy
Identifies which boot list type to display or modify for supported UEFI systems.
Options for Dell Command | Configure 4.x41
Table 79. --BootListType (continued)
Attribute DetailsDescription
Example
Example With Sub Options
C:\>cctk BootOrder --BootListType=uefi
C:\>cctk BootOrder --BootListType=legacy
With the --BootListType=uefi option, you can specify the following sub options: -Sequence , --EnableDevice , and --DisableDevice .
cctk BootOrder --BootListType=Legacy --EnableDevice=hdd.* - It will
Enabled all Hard Disk of Legacy Bootorder
--Sequence
Table 82. --Sequence
Attribute DetailsDescription
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
NOTE: * represents grouping of the shortform of the device types.
The above example changes the sequence to embnic as first device and cdrom as second and
so on. Disable the device cdrom and enable the floppy device in the boot list.
Sets the Initial Program Load (IPL) device sequence for the next system boot.
● DisketteFirst—Sets the devices in the sequence: diskette, hard drive, CD- ROM, and
option ROMs (if available).
● HardDiskOnly—Sets the devices in the sequence: hard drive and option ROMs (if
available).
● DevList—Sets the devices in the sequence: diskette, CD-ROM, hard drive, and option
ROMs (if available).
● CdRomFirst—Sets the devices in the sequence: CD-ROM, diskette, hard drive, option
ROMs (if available).
Options for Dell Command | Configure 4.x43
--BootSpeed
Table 84. --BootSpeed
Attribute DetailsDescription
Valid ArgumentDefault, Compatible
Sets microprocessor speed to default or compatible. If set to compatible, the Central
Processing Unit (CPU) speed will be significantly slower. This is implementation dependent.
There is no specific speed for compatible, except that it is significantly slower than default.
--BootTimeVideo
Table 85. --BootTimeVideo
Attribute DetailsDescription
Valid ArgumentOnboard, Addin
Sets the onboard or first add-in video controller for boot time messages.
● Onboard—The onboard video controller is used for boot-time messages.
● Addin—The first add-in video controller is used for boot-time messages.
NOTE: Depending on the BIOS search and system slot layout, the first add-in device
changes.
--BroadcomTruManage
Table 86. --BroadcomTruManage
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the BroadcomTruManage technology.
--BrightnessAc
Table 87. --BrightnessAc
Attribute DetailsDescription
Valid Argument
Integers ranging from 0 to 15
Sets the panel brightness to be used when the system is using AC power. 0 sets the panel
brightness to 0%, and 15 sets the panel brightness to 100%.
--BrightnessBattery
Table 88. --BrightnessBattery
Attribute DetailsDescription
Valid ArgumentIntegers ranging from 0 to 15
Sets the panel brightness to be used when the system is using battery power only. 0 means
panel brightness will be 0%, and 15 means panel brightness will be 100%.
Displays the status of chassis intrusion. All the values are read-only except tripreset.
● DoorOpen—Indicates chassis door is opened.
● Tripped—Indicates the chassis door is opened since the last time the sensor detection
logic was reset.
● DoorClosed—Indicates chassis door is closed.
● TripReset—Resets the sensor detection logic to detect the next closed-to-open transition
on the chassis door.
--ClearDellRmtLog
Table 95. --ClearDellRmtLog
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
--CmosDefaults
Table 96. --CmosDefaults
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the request for a default of CMOS values when the system reboots.
--CompletionCode
Table 97. --CompletionCode
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the completion code of an update operation performed by BIOS in the recent
shutdown or reboot operation. For more information, see Completion Code.
--Computrace
Table 98. --Computrace
Attribute DetailsDescription
Valid ArgumentActivate, Disabled
This feature allows the user to enable or disable Absolute Software's Computrace security
software BIOS ROM. After this token is written, the state is permanently maintained (this is a
write-once field).
NOTE:
You cannot enable or disable this feature using Dell Command | Configure.
46Options for Dell Command | Configure 4.x
--CoolnQuiet
Table 99. --CoolnQuiet
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables AMD cool and quiet processor feature.
● Early—Enables early snoop mode. Use this mode for latency-sensitive applications that do
not require high remote bandwidth.
● HomeSnoop—Enables home snoop mode. Use this mode for applications that require high
memory bandwidth.
● Clusterondie—Enables cluster on die mode. Dell recommends this mode for NUMAoptimized applications to achieve lowest local memory latency and highest local memory
bandwidth.
● OpportunisticSnoop—Enables opportunistic snoop mode. Directory with Opportunistic
Snoop Broadcast (OSB) offers a good balance of latency and bandwidth.
NoSnoop—Enables no snoop mode.
●
--CpuSpeed
Table 105. --CpuSpeed
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the current speed of the processor.
48Options for Dell Command | Configure 4.x
--CpuXdSupport
Table 106. --CpuXdSupport
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the CPU eXecute Disable (XD) feature support.
--CStatesCtrl
Table 107. --CStatesCtrl
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the C states.
● Enabled—Processor can operate in all available Power C states.
● Disabled—No C states available for the processor.
--DashSupport
Table 108. --DashSupport
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables and disables the support for Desktop and Mobile Architecture for System Hardware
(DASH) management through Platform Level Data Model (PLDM) exchanges.
--Dbpm
Table 109. --Dbpm
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables demand-based power management.
--Dbs
Table 110. --Dbs
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables demand-based power management.
Options for Dell Command | Configure 4.x49
--Decrypt
Table 111. --Decrypt
Attribute DetailsDescription
Valid ArgumentRead-only
Allow to Decrypt.
--DeepSleepCtrl
Table 112. --DeepSleepCtrl
Attribute DetailsDescription
Valid ArgumentS5Only, S4AndS5, Disabled
Configures the system power mode when the system is in s4 and s5 state. If set to S5Only,
the system moves to the lowest-power off mode when in s5 state. If set to S4AndS5 state,
the system moves to the lowest-power off mode when in s4 and s5 states. When the system is
in a low-power mode, it turns off most of the power-consuming circuitry devices, to meet the 1
W power limit. It disables the Power Management Event (PME), USB power, and so on.
--DeviceHotkeyAccess
Table 113. --DeviceHotkeyAccess
Attribute DetailsDescription
Valid Argument
Enabled, Disabled, and OnetimeEnable
DeviceHotkeyAccess manages whether you can access device configuration screen through
hotkeys during system reboot. This setting prevents the access to Intel® RAID (CTRL+I), LSI
RAID (CTRL+C), or Intel Management Engine BIOS Extension (CTRL+P/F12).
Enabled—Enabling device configuration hotkey allows you to access the device configuration
screen by pressing the hotkeys during the system reboot.
One time enable—You can access the device configuration screen by using hotkeys after a
successful reboot. On the next system reboot, the setting reverts back to a disabled state.
Disabled—You cannot access the device configuration screen using hotkeys.
--DisGpuExtDisplay
Table 114. --DisGpuExtDisplay
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the platform external displays.
NOTE: Embedded Display Port (eDP) will be enabled by Integrated Graphics Processing Unit
(iGPU).
● Enabled—Allows discrete Graphics Processing Unit (dGPU) to enable the platform external
displays such as HDMI, NB DP, Type-C, and so on with the purpose of enabling discrete graphic
features such as Eyefinity, Mosaic, 10bit DP displays, etc..
● Disabled—The normal hybrid graphics mode is enabled.
NOTE: This feature is used in hybrid graphics mode only.
50Options for Dell Command | Configure 4.x
--DisableDockDevicesexceptVideo
Table 115. --DeepSleepCtrl
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables all the non-video devices (serial, audio, LAN, and USB ports) on a rugged
dock.
--DisBluetoothRadio
Table 116. --DisBluetoothRadio
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Bluetooth radio stops functioning when stealth mode is enabled.
--DisGPSReceiver
Table 117. --DisGPSReceiver
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
GPS receiver stops functioning when stealth mode is enabled.
--DisOnboardFans
Table 118. --DisOnboardFans
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Onboard fans stop functioning when stealth mode is enabled.
-- DisOnboardLCDScreen
Table 119. -- DisOnboardLCDScreen
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Onboard LCD screen stops functioning when stealth mode is enabled.
--DisOnboardLEDs
Table 120. --DisOnboardLEDs
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Options for Dell Command | Configure 4.x51
Table 120. --DisOnboardLEDs (continued)
Attribute DetailsDescription
Onboard LEDs stop functioning when stealth mode is enabled.
--DisOnboardSpeakers
Table 121. --DisOnboardSpeakers
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Onboard speakers stop functioning when stealth mode is enabled.
--DisketteReconfig
Table 122. --DisketteReconfig
Attribute DetailsDescription
Valid ArgumentAnyTime, AtBootOnly
Allows the user to hot or warm plug a floppy drive into the system and make it functional. If set
to AtBootOnly, the drive will be functional after the system is rebooted. If set to AnyTime,
reboot is not required.
--DisWLANRadio
Table 123. --DisWLANRadio
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
WLAN radio stops functioning when stealth mode is enabled.
--DisWWANRadio
Table 124. --DisWWANRadio
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
WWAN radio stops functioning when stealth mode is enabled.
--DisplayCloseState
Table 125. --DisplayCloseState
Attribute DetailsDescription
Valid ArgumentActive, Suspend
Sets the system to active or suspend state, when the system lid is closed.
● Active—System remains in the active state when the system lid is closed.
● Suspend—System is forced to suspend when the system lid is closed.
52Options for Dell Command | Configure 4.x
--DisPwdJumper
Table 126. --DisPwdJumper
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
DisPwdJumper controls the physical password clear jumper on the system board.
Enabled—When this option is not selected, the password jumper on the system board is
activated to clear the BIOS admin and the user password.
Disabled—When this option is selected, the password jumper is disabled, and the BIOS
passwords are not cleared.
--DisUsb4Pcie
Table 127. --DisUsb4Pcie
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
Enabled—Enable the USB4 PCIE tunneling.
Disabled—Disable the USB4 PCIE tunneling.
--DockBattChrgCfg
Table 128. --DockBattChrgCfg
Attribute DetailsDescription
Valid ArgumentStandard, Express
Configures the dock battery charge mode.
● Standard—Charges the battery over a long period of time.
● Express—Charges the battery in Express Charge mode using Dell's fast charging
technology.
--DockSupportOnBattery
Table 129. --DockSupportOnBattery
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enabling this feature allows you to use the docking station when AC power is absent, but only
when the battery is preceding a certain charge percentage. The percentage may change per
battery and per platform. For example, the dock may only be powered when the battery is at
60 percent charge or higher, and when the battery drops below this level (without AC power)
the dock loses power.
Options for Dell Command | Configure 4.x53
--DockDisplayThruIntGfx
Table 130. --DockDisplayThruIntGfx
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
The Dock Display Port Through Integrated Graphics feature enables the docking station DVI
no1 or Display Port no1 interface to drive an external video display when Switchable Graphics is
enabled and running from the integrated graphics controller.
--DockWarningsEnMsg
Table 131. --DockWarningsEnMsg
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enable or disable dock warning messages.
--DramPrefetch
Table 132. --DramPrefetch
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Sets the Dynamic Random Access Memory (DRAM) to the following:
● Enabled—Enables DRAM references from triggering DRAM prefetch requests.
● Disabled—Disables DRAM references from triggering DRAM prefetch requests.
--DRmt
Table 133. --DRmt
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Dell Reliable Memory Technology configures the system to detect and correct the software
errors in a block of RAM. When enabled, the system detects and corrects the software errors.
Enables or disables the BIOS messages for maintaining the optional dust filter installed in the
computer. BIOS generates a pre-boot reminder to clean or replace the dust filter based on the
interval settings.
54Options for Dell Command | Configure 4.x
--DynBacklightCtrl
Table 135. --DynBacklightCtrl
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Dynamic Backlight Control (DBC) feature within the BIOS.
--DynamicWirelessTransmitPower
Table 136. --DynamicWirelessTransmitPower
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
When enabled, the system increases the power transmission capability of the WLAN device.
This improves the performance in the system configuration within the regulatory validated
guidelines.
--DynTunML
Table 137. --DynTunML
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables operating system capability to enhance dynamic power tuning capabilities based on
detected workloads.
Protections for exposure: The –Admin password restricts editing the command –Removed in
case when you are using command-line interface.
--EmbIdeRaid
Table 138. --EmbIdeRaid
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the embedded Integrated Development Environment (IDE) Redundant
Array of Independent Disks (RAID) controller.
--EmbIdeRaid2
Table 139. --EmbIdeRaid2
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the second embeded IDE RAID controller.
Configures the embedded Serial ATA (SATA) RAID controller.
--EmbScsi1
Table 143. --EmbScsi1
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the first Small Computer System Interface (SCSI) controller.
--EmbScsi2
Table 144. --EmbScsi2
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the second SCSI controller.
--SdCard
Table 145. --SdCard
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the embedded Secure Digital (SD) card.
56Options for Dell Command | Configure 4.x
--EmbVideoCtrl
Table 146. --EmbVideoCtrl
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the embedded video controller.
--EMMCDevice
Table 147. --EMMCDevice
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the eMMC drive.
--EnclaveSize
Table 148. --EnclaveSize
Attribute DetailsDescription
Valid Argument
● 32MB
● 64MB
● 128MB
● 256MB
Displays the memory allocation size for the Intel Software Guard Extension (SGX) processor
reserved memory.
NOTE: You cannot set the Enclave Reserve Memory Size using the Dell Command |
Configure user interface. One of the methods of setting Enclave Reserve Memory Size is
from the BIOS setup screen.
--EnergyStarLogo
Table 149. --EnergyStarLogo
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Displays or hides the Energy Star logo during POST.
--EsataPort
Table 150. --EsataPort
Attribute DetailsDescription
Valid ArgumentOff, Auto
Sets the external Serial ATA (e-sata) port to auto or off.
Options for Dell Command | Configure 4.x57
--EsataPorts
Table 151. --EsataPorts
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables all e-sata ports. If the system supports a dock, this status is also applicable
to all e-sata ports on the dock.
--ExpansionBay1
Table 152. --ExpansionBay1
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables ExpansionBay1.
--ExpansionBay2
Table 153. --ExpansionBay2
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables ExpansionBay2.
--ExpansionBay3
Table 154. --ExpansionBay3
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables ExpansionBay3.
--ExpressCard
Table 155. --ExpressCard
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the express card port that allows the user to insert an express card to
configure it.
--ExpressCharge
Table 156. --ExpressCharge
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled, Once
58Options for Dell Command | Configure 4.x
Table 156. --ExpressCharge (continued)
Attribute DetailsDescription
Enables or disables the express charge battery charge algorithm. The once argument enables
the system to use express charge algorithm for one charge cycle.
--ExternalHotKey
Table 157. --ExternalHotKey
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the external keyboard hot-key feature. Scrolllock allows the Scroll Lock key
on an external keyboard to act as the Fn key on the internal keyboard.
--ExtPostTime
Table 158. --ExtPostTime
Attribute DetailsDescription
Valid Argument0s, 5s, 10s
Delays the time of action taken by the system after pressing function keys such as F2, F12, and
so on. during post time.
● 0s—Does not delay the time of action.
● 5s—Delays the time of action by five seconds.
● 10s—Delays the time of action by ten seconds.
--ExtWlanLed
Table 159. --ExtWlanLed
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the external (lid-mounted) WLAN indicator LED.
● Enabled—The LED displays the state of the WLAN source activity.
● Disabled—The LED does not display the state of the WLAN source activity.
Sets the speed of the fan. If set to auto the system run-time sets the speed of the fan.
--FanSpdAutoLvlonCpuZone
Table 162. --FanSpdAutoLvlonCpuZone
Attribute DetailsDescription
Valid Argument0 to 100
--FanSpdAutoLvlonPsuZone
Table 163. --FanSpdAutoLvlonPsuZone
Attribute DetailsDescription
Valid Argument0 to 100
--FanSpdAutoLvlonCpuMemZone
Table 164. --FanSpdAutoLvlonCpuMemZone
Attribute DetailsDescription
Valid Argument0 to 100
Sets the speed of the fan on Cpu memory zone
--FanSpdAutoLvlonPcieZone
Table 165. --FanSpdAutoLvlonPcieZone
Attribute DetailsDescription
Valid Argument0 to 100
Sets the speed of the fan on Pcie zone
--FanSpdAutoLvlonFlexBayZone
Table 166. --FanSpdAutoLvlonFlexBayZone
Attribute DetailsDescription
Valid Argument0 to 100
When the Thermal Mode is set to Auto, Fan Speed Control Auto Level determines the minimum
speed of the fans. Zero is the optimal speed level. Higher level improves the cooling factor.
60Options for Dell Command | Configure 4.x
--FanSpdAutoLvlonUpperPcieZone
Table 167. --FanSpdAutoLvlonUpperPcieZone
Attribute DetailsDescription
Valid Argument0 to 100
When the Thermal Mode is set to Auto, Fan Speed Control Auto Level determines the minimum
speed of the fans. Zero is the optimal speed level. Higher level improves the cooling factor.
--FanSpeedLvl
Table 168. --FanSpeedLvl
Attribute DetailsDescription
Valid ArgumentIntegers ranging from 0 to 100
Configures the fan speed control if the fan speed is set to Auto using fanspeed attribute. 0
sets the fanspeed to the optimal speed level, and higher percentage provides enhanced
cooling.
--Fastboot
Table 169. --Fastboot
Attribute DetailsDescription
Valid ArgumentThorough, Minimal, Auto
Enables fast booting.
● Thorough—Sets POST to perform complete hardware and configuration testing.
● Minimal—Sets POST to perform minimal hardware testing.
● Auto—Allows the BIOS to decide what level of POST test is used.
--FirstPowerOnDate
Table 170. --FirstPowerOnDate
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the date on which the system was first turned on.
--FingerprintReader
Table 171. --FingerprintReader
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Fingerprint reader device.
● Enabled—Fingerprint reader device is enabled.
● Disabled—Fingerprint reader device is disabled.
Options for Dell Command | Configure 4.x61
--FingerprintReaderSingleSignOn
Table 172. --FingerprintReaderSingleSignOn
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the FingerprintReaderSingleSignOn.
● Enabled—FingerprintReaderSingleSignOn is enabled.
● Disabled—FingerprintReaderSingleSignOn is disabled.
--FlashCacheModule
Table 173. --FlashCacheModule
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Ready Boost and Ready Cache functionality.
--Floppy
Table 174. --Floppy
Attribute DetailsDescription
Valid ArgumentOn, Off, Auto, ReadOnly, Usb
Configures the floppy diskette controller.
● Auto—Enables the auto-configuration of the built-in floppy controller of the system.
● ReadOnly—Floppy controller becomes read-only, no write operations are permitted.
● Usb—The built-in floppy controller is disabled but booting to a USB floppy is still allowed.
--FnLock
Table 175. --FnLock
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Controls the behavior of the dual-function keys, when the Fn key is pressed.
● Enabled—Press and hold the Fn key to enable the functions of the function keys (<F1> —
<F12>).
● Disabled—Press and hold the Fn key to enable the secondary functions associated with
the particular key.
--FnLockMode
Table 176. --FnLockMode
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
62Options for Dell Command | Configure 4.x
Table 176. --FnLockMode (continued)
Attribute DetailsDescription
Controls the behavior of the dual-function keys (<F1> — <F12>), when <Fn> key is pressed
and when it is not.
● Enabled—Press the function keys to use the primary function of the key.
● Disabled—Press the function keys to use the secondary function of the key.
--ForcePxe
Table 177. --ForcePxe
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables Preboot Execution Environment (PXE) as the first boot device on all
subsequent boots.
--ForcePxeOnNextBoot
Table 178. --ForcePxeOnNextBoot
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables Force PXE on next boot in BIOS.
If enabled, when the BIOS boots next time, the first PXE-capable device is inserted as the first
device in the boot sequence. Enabling this value causes this operation on the next boot only,
and does not cause a change in the defined boot sequence of the system. The BIOS chooses
the first PXE-capable device as the onboard network controller of the system, if present and
enabled, or the first bootable network device found in the standard PCI search order of the
system, whichever comes first.
If disabled, the boot override feature is disabled and the system boot sequence is in effect.
--FrontPanelErrDisplayMode
Table 179. --FrontPanelErrDisplayMode
Attribute DetailsDescription
Valid ArgumentAllErr, FirstErr
Configures to report all the errors or only the first error on the front panel Liquid Crystal
Display (LCD).
● AllErr—All errors displayed on front panel LCD.
● FirstErr—Only first error displayed on front panel LCD.
--FrontBezelLEDIntensity
Table 180. --FrontBezelLEDIntensity
Attribute DetailsDescription
Valid ArgumentDisabled, Low, Medium, and Full
Controls the light intensity of the LED which is there in the front bezel.
Options for Dell Command | Configure 4.x63
--FrontFan
Table 181. --FrontFan
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Sets the value to the FrontFan by using the following options:
● Enabled—When enabled, the front fan utilizes the thermal solution of the system.
● Disabled—When disabled, thermal solution of the system utilizes only the fan from the
back panel.
--FrontPowerButton
Table 182. --FrontPowerButton
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the FrontPowerButton feature.
--FrontUsbPortCollection
Table 183. --FrontUsbPortCollection
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
If a USB port is enabled, devices attached to this port are enabled and available for the OS. If a
USB port is disabled, any devices attached to this port are not visible to the OS.
NOTE:
USB, keyboard, and mouse devices work in the BIOS setup irrespective of this setting.
--Fsbr
Table 184. --Fsbr
Attribute DetailsDescription
Valid Argument115200, 57600, 19200, 9600
Console redirection fail safe baud rate (in bps).
--FullScreenLogo
Table 185. --FullScreenLogo
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the full screen logo that appears during BIOS POST.
64Options for Dell Command | Configure 4.x
--GenEncryption
Table 186. --GenEncryption
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables general purpose encryption.
--GpsWwan
Table 187. --GpsWwan
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables GPS WWAN Radio.
--DediGPSRadio
Table 188. --DediGPSRadio
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the internal Dedi Global Positioning System (GPS) radio.
● Enabled—Enables the internal DediGPSRadio .
● Disabled—Disables the internal DediGPSRadio .
--GraphicSpecMode
Table 189. --GraphicSpecMode
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the modes.
Possible values:
● Enabled—Allows discrete Graphics Processing Unit (dGPU) to enable the platform external
displays such as HDMI, NB DP and Type-C, with the purpose of enabling modes graphic
features.
NOTE: Embedded Display Port (eDP) will be enabled by Integrated Graphics Processing
Unit (iGPU).
● Disabled—The normal hybrid graphics mode is enabled.
NOTE: This feature is used in hybrid graphics mode only.
--Hdd1FanEnable
Table 190. --Hdd1FanEnable
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Options for Dell Command | Configure 4.x65
Table 190. --Hdd1FanEnable (continued)
Attribute DetailsDescription
Enables or disables the error checking on the FAN_HDD1 fan controller.
--Hdd2FanEnable
Table 191. --Hdd2FanEnable
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the error checking on the FAN_HDD2 fan controller.
--Hdd3FanEnable
Table 192. --Hdd3FanEnable
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables error checking on the FAN_HDD3 fan controller.
NOTE: If the fan controller detects a fan, it automatically enables it.
Sets the hard disk acoustic mode. If set to Bypass, BIOS does not modify the currently set
acoustic mode of the hard disks. Quiet sets the acoustic mode of the hard disks to the
quietest operation. Suggested sets the acoustic mode of the hard disks to the setting
suggested by the manufacturer. Performance sets the acoustic mode of the hard disks for
the highest disk performance.
--HddFailOver
Table 194. --HddFailOver
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Specifies the devices in the hard disk drive sequence menu that are attempted in the boot
sequence. If set to off, only the first device is attempted in the boot sequence. If set to on, all
devices are attempted as listed in the hard disk drive sequence.
--HddInfo
Table 195. --HddInfo
Attribute DetailsDescription
Valid ArgumentRead-only
66Options for Dell Command | Configure 4.x
Table 195. --HddInfo (continued)
Attribute DetailsDescription
The option displays the details of the HDD. The information displays the name of the HDD
(HDD Name), whether the HDD is physically present (Present), whether a password exists
for the HDD (Pwd-Protected), whether a reboot is required to set the password
(Pending-Restart), and whether the changes to the password can be made only by an
administrator (Admin-only-change).
Example
C:\>cctk --HddInfo
HDD Information in the current system.
Index: 0
HDD Name: Internal
Present: Yes
Pwd-Protected: No
Pending-Restart: No
Admin-only-change: No
--HddProtection
Table 196. --HddProtection
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Turns the HDD protection feature on or off. The Hard Disk Protection is an advanced feature
intended to keep the HDD data secure and unchangeable. For more details on this feature, see
the documentation provided with your system.
--HddPwd
Table 197. --HddPwd
Attribute DetailsDescription
Valid Argument<password>
Sets the hard disk drive password. The password cannot be reported. To set the password an
argument is required. To remove the password, provide one blank space and the old password.
NOTE: Reboot the system to complete any HDD password actions.
--HotDock
Table 198. --HotDock
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables hot docking or undocking.
--HdFreeFallProtect
Table 199. --HdFreeFallProtect
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Options for Dell Command | Configure 4.x67
Table 199. --HdFreeFallProtect (continued)
Attribute DetailsDescription
Enables or disables hard drive free fall protection.
--HtAssist
Table 200. --HtAssist
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Probe Filter chipset option in the BIOS setup. The chipset feature
affects the performance of some applications.
--HtKeyWxanRadio
Table 201. --HtKeyWxanRadio
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables hotkey to toggle WxAN radio. Enabling this option allows to set the
wxanradio option. For more information, see --wxanradio.
--HTTPsBoot
Table 202. --HTTPsBoot
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
Enables or disables boot capabilities on the platform.
Enabled—Enables HTTP(s) boot capabilities on the platform.
Disabled—Disables HTTP(s) boot capabilities on the platform.
--HTTPsBootMode
Table 203. --HTTPsBoot
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
HTTP(s) boot allows the boot URL to read and extract from the Dynamic Host Configuration
Protocol (DHCP).
Manual—HTTP(s) boot reads the boot URL that has been provided.
Auto—HTTP(s) boot automatically extracts boot URL from the Dynamic Host Configuration
Protocol (DHCP).
68Options for Dell Command | Configure 4.x
--HwPrefetcher
Table 204. --HwPrefetcher
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the CPU hardware prefetcher.
--HwSwPrefetch
Table 205. --HwSwPrefetch
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables hardware prefetcher from considering software prefetches when detecting
strides for prefetch requests.
--HybridGraphics
Table 206. --HybridGraphics
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
Allows the integrated and discrete graphics controllers.
Enabled—The system allows the integrated and discrete graphics controllers to work together
to optimize the graphics capability and battery life.
Disabled—Displays are driven by the discrete graphics controller to prioritize graphics
capability over battery life.
--IdeCdrom
Table 207. --IdeCdrom
Attribute DetailsDescription
Valid ArgumentAuto, Off
Turns the CD drive on or off.
● Auto—Enables the auto-configuration of the system built-in IDE controller.
● Off—Disable the system built-in IDE controller, making IRQ14 and IRQ15 resources
available.
--IgnitionSwitchEnable
Table 208. --IgnitionSwitchEnable
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the external ignition pin. Disabled by default.
Options for Dell Command | Configure 4.x69
--IgnitionSwitchOnDelay
Table 209. --IgnitionSwitchOnDelay
Attribute DetailsDescription
Valid ArgumentValue (0 - 21600)
The IgnitionSwitchOnDelay begins from the time in seconds the ignition on is detected and till
the power button event is passed to the operating system for booting the system.
--IgnitionSwitchOffDelay
Table 210. --IgnitionSwitchOffDelay
Attribute DetailsDescription
Valid ArgumentValue (0 - 21600)
The IgnitionSwitchOffDelay begins from the time in seconds the ignition off is detected and till
the power button event is passed to the operating system for shutting off the system.
--IgnitionSwitchDebounceCycle
Table 211. --IgnitionSwitchDebounceCycle
Attribute DetailsDescription
Valid ArgumentValue (50 - 5000)
De-Bounce Ignition Power Switch cycle time is displayed in milli seconds. By default the value
is 50ms.
--InfraredDevice
Table 212. --InfraredDevice
Attribute DetailsDescription
Valid ArgumentDisabled, Com1, Com2, Com3, Com4
Sets the infrared port.
--InfraredMode
Table 213. --InfraredMode
Attribute DetailsDescription
Valid ArgumentFast, Slow
Sets the infrared port speed.
● Fast—The system infrared port receives in fast infrared mode.
● Slow—The system IR port receives in slow infrared mode.
70Options for Dell Command | Configure 4.x
--InstantOn
Table 214. --InstantOn
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Latitude ON Instant ON feature.
--IntegratedAudio
Table 215. --IntegratedAudio
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled, Auto
Sets the status of the integrated sound device of the system.
--IntegratedRaid
Table 216. --IntegratedRaid
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the integrated RAID.
--IntegratedSas
Table 217. --IntegratedSas
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the integrated Serial Attached SCSI (SAS) controller.
--IntegratedUsbHub
Table 218. --IntegratedUsbHub
Attribute DetailsDescription
Valid ArgumentCompatible, HighSpeed
Sets the integrated USB hub to compatible or high speed.
--IntegratedVideoSize
Table 219. --IntegratedVideoSize
Attribute DetailsDescription
Valid Argument1MB, 8MB, 32MB
Sets the default integrated video memory frame buffer size to the given value.
NOTE: The setting is valid only if integrated video is used.
Options for Dell Command | Configure 4.x71
--IntelTME
Table 220. --IntelTME
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
Controls the total memory encryption (TME) feature.
--IntelVMDTechnology
Table 221. --IntelVMDTechnology
Attribute DetailsDescription
Valid ArgumentAuto and Disabled
Enables or disables the Intel Volume Management Device (VMD) technology. Selecting Auto
enables VMD for any PCIe SSD connected to PCIe root ports. If the Auto option is not
selected, it disables VMD for all ports. SSD works only as a native NVMe device.
--IntelSpdSelTech
Table 222. --IntelSpdSelTech
Attribute DetailsDescription
Valid ArgumentConfiguration 1, Configuration 2
Intel SpeedSelect Technology allows you to choose up to two additional base frequency
conditions.
Cfg 1: TDP Level 3
Cfg 2: TDP Level 4
--InternalMiniPci
Table 223. --InternalMiniPci
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the internal mini PCI slot.
--UsbPortsInternal
Table 224. --UsbPortsInternal
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Turns the internal USB ports on or off.
72Options for Dell Command | Configure 4.x
--Interrupt13hDma
Table 225. --Interrupt13hDma
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the interrupt 13h Direct Memory Access (DMA) on boot.
--IntelRapidStart
Table 226. --IntelRapidStart
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Intel Rapid Start Technology feature within the BIOS.
--IntlSmartConnect
Table 227. --IntlSmartConnect
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Intel Smart Connect technology feature within the BIOS.
--IoModule
Table 228. --IoModule
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables I/O module
--IoModule2
Table 229. --IoModule2
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the IoModule2.
--IoModule3
Table 230. --IoModule3
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Iomodule3.
Options for Dell Command | Configure 4.x73
--IoModule4
Table 231. --IoModule4
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Iomodule4.
--Ioat
Table 232. --Ioat
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the IO Acceleration Technology (IOAT) DMA Engine option. This feature
should be enabled if the hardware and software support IOAT.
--IntlPlatformTrust
Table 233. --IntlPlatformTrust
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Displays or hides the Intel Platform Trust Technology (PTT) device from the operating system
on the next reboot. When hidden, the PTT device is not displayed to the operating system and
no changes can be made to the PTT device or its content.
--IrstTimer
Table 234. --IrstTimer
Attribute DetailsDescription
Valid Argumentintegers ranging from 0 to 999
Configures the timeout value (in minutes) for Intel Rapid Start Technology (IRST) mode. After
the set timeout, the system enters IRST mode from the S3 system sleep mode. The acceptable
values are in the range 0-999.
--IntelReadyModeEn
Table 235. --IntelReadyModeEn
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables Intel Ready Mode Technology (iRMT).
74Options for Dell Command | Configure 4.x
--IsochronousMode
Table 236. --IsochronousMode
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables System Isochronous mode.
NOTE: Isochronous mode may be best for audio and video streaming applications.
● Enabled—Enable this mode to reduce the latency of memory transactions at the expense
of bandwidth.
● Disabled—Disable this mode for applications that need high memory bandwidth.
--KbdBacklightTimeoutAc
Table 237. --KbdBacklightTimeoutAc
Attribute DetailsDescription
Valid Argument5s, 10s, 15s, 30s, 1m, 5m, 15m, Never
Configures the timeout value for the keyboard backlight when an AC adapter is plugged into
the system.
● 5s—Keyboard backlight stays on for 5 seconds.
● 10s—Keyboard backlight stays on for 10 seconds.
● 15s—Keyboard backlight stays on for 15 seconds.
● 30s—Keyboard backlight stays on for 30 seconds.
● 1m—Keyboard backlight stays on for 1 minute.
● 5m—Keyboard backlight stays on for 5 minutes.
● 15m—Keyboard backlight stays on for 15 minutes.
● Never—Keyboard backlight always stays on.
--KbdBacklightTimeoutBatt
Table 238. --KbdBacklightTimeoutBatt
Attribute DetailsDescription
Valid Argument5s, 10s, 15s, 30s, 1m, 5m, 15m, Never
Configures the timeout value for the keyboard backlight when the system is running only on
battery power.
● 5s—Keyboard backlight stays on for 5 seconds.
● 10s—Keyboard backlight stays on for 10 seconds.
● 15s—Keyboard backlight stays on for 15 seconds.
● 30s—Keyboard backlight stays on for 30 seconds.
● 1m—Keyboard backlight stays on for 1 minute.
● 5m—Keyboard backlight stays on for 5 minutes.
● 15m—Keyboard backlight stays on for 15 minutes.
● Never—Keyboard backlight always stays on.
Options for Dell Command | Configure 4.x75
KeyboardBackLightColor
Table 239. KeyboardBackLightColor
Attribute DetailsDescription
Enables and configures supported colors on the keyboard backlight for the rugged systems.
Also, displays the active color and sets the color (RGB value) for CustomColor1 and
CustomColor2.
Valid ArgumentWhite, Red, Green, Blue, CustomColor1 and CustomColor2.
Displays or sets an active color for the keyboard backlight.
Example
cctk KeyBoardBacklightColor --ActiveColor=Green, White, Red, Blue
KeyBoardBacklightColor --ActiveColor=White, Red, Green, Blue
--CustomColor1
Table 242. --CustomColor1
Attribute DetailsDescription
Valid ArgumentValue range from 0 to 255 in an ‘R,G,B’ format
Displays and configures the CustomColor1 by specifying the Red, Green and Blue (RGB) values.
The color can be selected using RGB components by mentioning it in ‘R,G,B’ format. Each
color component value ranges from 0 to 255.
Valid Argumentvalue range from 0 to 255 in an ‘R,G,B’ format
Displays and configures the CustomColor2 by specifying the Red, Green and Blue (RGB)
values. The color can be selected using RGB components by mentioning it in 'R,G,B' format.
Each color component value ranges from 0 to 255.
Enables the keypad in two different ways — numlock and function key.
--LastBiosUpdate
Table 248. --LastBiosUpdate
Attribute DetailsDescription
Valid ArgumentRead-only
Identifies the major release of the system BIOS.
--LatitudeOn
Table 249. --LatitudeOn
Attribute ValueDescription
Valid ArgumentEnabled, Disabled
Enables or disables booting to Latitude ON.
--LatitudeOnFlash
Table 250. --LatitudeOnFlash
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the ability to boot to the Latitude ON Flash module.
78Options for Dell Command | Configure 4.x
--LegacyOrom
Table 251. --LegacyOrom
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the BIOS detection and the usage of Legacy expansion ROMs.
NOTE: You cannot enable legacyorom with Secure boot.
Table 252. Legacy Option ROM with Secure Boot
securebootsecureboot — enablesecureboot — disable
When legacyorom is enabled,NOT AllowedAllowed
When legacyorom is enabled,NOT AllowedAllowed
--LidSwitch
Table 253. --LidSwitch
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the lid switch functions.
● Enabled—OS setting determines the display behavior when lid is closed.
● Disabled—Display will not be affected when lid is closed.
--LimitCpuidValue
Table 254. --KbdBacklightTimeoutAc
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Limits the maximum value the processor standard CPUID function supports. Some operating
system will be unable to install if the maximum CPUID function supported is greater than 3. If
set to on, the CPUID function is limited to 3. If set to off, the CPUID function is not limited to
3.
--LiquidCooler2
Table 255. --LiquidCooler2
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the liquid cooler 2.
● Enabled—Enables the liquid cooler 2.
● Disabled—Disables the liquid cooler 2.
Options for Dell Command | Configure 4.x79
--LiquidCooler1
Table 256. --LiquidCooler1
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the liquid cooler 1.
● Enabled—Enables the liquid cooler 1.
● Disabled—Disables the liquid cooler 1.
--LogicProc
Table 257. --LogicProc
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables hyper threading on the next system boot. On some Dell platforms that
support multi-core processor technology, this is enabled or disabled though the platform does
not support hyper threading. In this case, this command may enable or disable multi-core
processor technology.
--Lpt
Table 258. --Lpt
Attribute DetailsDescription
Valid ArgumentLpt1, Lpt2, Lpt3
Defines the parallel port configuration. Lpt1 enables the built-in parallel port of the system to
operate in Lpt1 mode, using Input/Output (I/O) address 378. Lpt2 enables the system’s built-in
parallel port to operate in Lpt2 mode, using I/O address 278. Lpt3 enables the built-in parallel
port to operate in Lpt3 mode, using I/O address 3BC.
This feature replaces the external NIC MAC address (in a supported dock or dongle) with the
selected MAC address from the system. The default value is the System Unique MAC Address.
Options for Dell Command | Configure 4.x81
--MasterPasswordLockout
Table 265. --MasterPasswordLockout
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the master password settings.
CAUTION: You cannot disable this feature using Dell Command | Configure.
● Enabled—The master password cannot be used to
○ clear other passwords
○ unlock and access hard disk drive
○ erase data from hard disk drive
● Disabled—The master password can be used to
○ clear other passwords
○ unlock and access hard disk drive
○ erase data from hard disk drive
NOTE: One of the methods of configuring Master Password Lockout feature is from the
BIOS setup screen.
NOTE: You cannot enable MasterPasswordLockout while setting up with Hdd or Owner's
password.
--MediaCard
Table 266. --MediaCard
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the media card.
--MediaCardAnd1394
Table 267. --MediaCardAnd1394
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the media card and 1394 devices.
--Mem
Table 268. --Mem
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the amount of system memory physically installed in the system, not the amount of
memory available to an operating system. The last two characters of the memory value
indicate the order of magnitude used (Kilo Byte (KB) or Mega Byte (MB)).
82Options for Dell Command | Configure 4.x
--MemDiagnostic
Table 269. --MemDiagnostic
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the memory diagnostic.
--NodeInterleave
Table 270. --NodeInterleave
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables memory interleave mode.
--MemRSA
Table 271. --MemRSA
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Reliability Availability Serviceability (RSA) support on memory modules.
--MemPerMonitor
Table 272. --MemPerMonitor
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the memory performance monitor feature.
--MemRemap
Table 273. --MemRemap
Attribute DetailsDescription
Valid ArgumentOff, Auto
Enables or disables memory remapping.
--MEMSSensors
Table 274. --MEMSSensors
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Options for Dell Command | Configure 4.x83
Table 274. --MEMSSensors (continued)
Attribute DetailsDescription
Enables or disables the Micro Electro Mechanical Sensors.
--MemTest
Table 275. --MemTest
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables Power-on Self Test (POST) extended memory test.
--MfgDate
Table 276. --MfgDate
Attribute DetailsDescription
Valid ArgumentRead-only
Displays the manufacturing date of the system.
--MicMuteLed
Table 277. --MicMuteLed
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
This setting indicates the LED status of the microphone.
--MicrocodeUpdateSupport
Table 278. --MicrocodeUpdateSupport
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
This feature enables or disables the microcode updates from either the flash update utility or
the operating system.
--Microphone
Table 279. --Microphone
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the internal or external microphone.
84Options for Dell Command | Configure 4.x
--MiniCardSsd
Table 280. --MiniCardSsd
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables mini card Solid State Drive (SSD) module.
--Minisas0
Table 281. --Minisas0
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Minisas drive 0.
--Minisas1
Table 282. --Minisas1
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Minisas drive 1.
--Minisas2
Table 283. --Minisas2
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Minisas drive 2.
--Minisas3
Table 284. --Minisas3
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Minisas drive 3.
--MinSizeOfContigMem
Table 285. --MinSizeOfContigMem
Attribute DetailsDescription
Valid Argumentread-only
Displays the size of the minimum contiguous memory block.
Options for Dell Command | Configure 4.x85
--MmioAbove4Gb
Table 286. --MmioAbove4Gb
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Configures the memory mapped IO above 4GB.
--MobilePowerMgmt
Table 287. --MobilePowerMgmt
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the mobile system power management.
--ModBattChargeCfg
Table 288. --ModBattChargeCfg
Attribute DetailsDescription
Valid ArgumentStandard, Express
Configures the module bay battery charging.
● Standard—The battery is charged over a long period of time.
● Express—Charges the battery in Express Charge mode using the express charging
algorithm, Dell's fast charging technology.
--ModuleBayDevice
Table 289. --ModuleBayDevice
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the module bay device, except the battery.
--MonitorToggling
Table 290. --MonitorToggling
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables monitor toggling.
--Mouse
Table 291. --Mouse
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
86Options for Dell Command | Configure 4.x
Table 291. --Mouse (continued)
Attribute DetailsDescription
Turns the mouse controller on or off.
--MpmCfg
Table 292. --MpmCfg
Attribute DetailsDescription
Valid ArgumentOff, Low, Med, and High
This feature controls the level of monitoring of Memory Performance Monitor (MPM). MPM
monitors the memory for faults and performs fault recovery when possible.
--MultiCpuCore
Table 293. --MultiCpuCore
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables multiple CPU cores if needed. If disabled, the operating system is prevented
from accessing additional cores present on a single CPU package.
--MultiDisplay
Table 294. --MultiDisplay
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Allows the users to enable or disable the multi-display feature. If enabled, the integrated and
add-in graphics (GFX) video is turned on.
--Nfc
Table 295. --Nfc
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Near Field Computing (NFC) device.
--NmiButton
Table 296. --NmiButton
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the front bezel Non-Maskable Interrupt (NMI) button. The NMI button can
be used to alert the operating system in certain cases.
Options for Dell Command | Configure 4.x87
--NonAdminPsidRevert
Table 297. --NonAdminPsidRevert
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
Enabled—When enabled, the PSID revert is allowed to proceed without providing the BIOS
admin password.
Disabled—When disabled, and if the BIOS admin password is set, PSID revert is protected and
the BIOS admin password can be entered before performing the revert.
--NumLock
Table 298. --NumLock
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the keyboard number lock.
--NumLockLed
Table 299. --NumLockLed
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the NumLockLed function when the system boots.
--NVMePwdFeature
Table 300. --NVMePwdFeature
Attribute DetailsDescription
Valid Argument
Enabled, Disabled
This feature enables or disables the NVMe password.
--OnBoard1394
Table 301. --OnBoard1394
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables onboard 1394 controller on the next boot.
88Options for Dell Command | Configure 4.x
--OnboardModem
Table 302. --OnboardModem
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the onboard modem.
--OnboardUSBNIC
Table 303. --OnboardUSBNIC
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled, EnableWithPxe
Configures the state of the Onboard OnboardUSB Network Interface Card (NIC).
● Enabled—Enables the secondary NIC.
● Disabled—Disables the secondary NIC.
● EnableWithPxe—Enables the secondary NIC and supports the PXE for network boot.
--OneTBSystemMemoryLimitEnable
Table 304. --OneTBSystemMemoryLimitEnable
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Confines the system memory to less than 1 TB, when more than 1 TB of memory is installed in
the computer.
--OnReader
Table 305. --OnReader
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables onreader.
--DisOsdBtn
Table 306. --DisOsdBtn
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Onscreen Display (OSD) buttons on all All-In-One systems. If set to
Disable, the OSD buttons will not function.
Options for Dell Command | Configure 4.x89
--OpticalDriveCtrl
Table 307. --OpticalDriveCtrl
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the optical Compact Disc Read-Only Memory (CDROM) controller.
--Optimus
Table 308. --Optimus
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Optimus feature. If enabled, the feature automatically turns off the
power of the Graphics Processing Unit (GPU) when not required and turns it on when
required.
--OptionalBootSequence
Table 309. --OptionalBootSequence
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Allows or prevents the installation of Windows operating system on client systems with more
than one operating system. By default, the setting is disabled to maintain compatibility with
existing installation tools, but should be changed if more than one operating system is present.
--OptionalHddFan
Table 310. --OptionalHddFan
Attribute DetailsDescription
Valid ArgumentInstall, NotInstall
Installs or uninstalls the optional HDD fan installation.
--OromKeyboardAccess
Table 311. --OromKeyboardAccess
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled, OnetimeEnable
Sets an option to enter the Option ROM Configuration screens using hotkeys during boot. If
set to Disable, it prevents accessing Intel RAID and Intel Management Engine BIOS Extension.
90Options for Dell Command | Configure 4.x
--OromUiProtection
Table 312. --OromUiProtection
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Administrator password prompt required to access the OptionROM
user interface in the BIOS setup screen.
--OsMode
Table 313. --OsMode
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Turns operating system installation mode on or off.
OsWatchdogTimer
Table 314. OsWatchdogTimer
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
The watchdog-timer aids in the recovery of the operating system if the system stops
responding.
--OvrWrt
Table 315. --OvrWrt
Attribute DetailsDescription
Valid ArgumentRead-only
This option is only used with the -o option to cause the output file to be overwritten if a file of
the same name already exists.
--OwnerPwd
Table 316. --OwnerPwd
Attribute DetailsDescription
Valid Argument<password>
Sets, changes, or removes the owner password. The system cannot report the owner
password. The owner password is designed for companies that loan or lease systems. It allows
the leasing agency (the owner of the system) to remove any administrator, system, or hard
drive passwords that are set on the system by the lessee.
Example
NOTE: Reboot the system to complete any owner password actions.
NOTE: Password containing special characters must be provided in double inverted
commas (“”).
Options for Dell Command | Configure 4.x91
Table 316. --OwnerPwd (continued)
Attribute DetailsDescription
To set the password:
C:\>cctk --OwnerPwd=<new-password>
You can set the owner password if the lower priority passwords (administrator, system, or hard
drive passwords) are not set.
NOTE: If owner password is set on a system, set the system or administrator password for
This feature displays and configures the password rules those are applicable to set SysPwd,
SetupPwd, OwnerPwd, and HddPwd.
Suboptions are:
● PwdMinLen—This feature controls the minimum number of characters that are mandatory
for a password. Example: cctk PasswordConfiguration --PwdMinLen=8
● PwdLowerCaseRqd—When enabled, this feature reinforces that the password must
contain one lower case letter. Example: cctk PasswordConfiguration --
PwdLowerCaseRqd=Enabled
● PwdUpperCaseRqd—When enabled, this feature reinforces that the password must
contain one upper case letter. Example: cctk PasswordConfiguration --
PwdUpperCaseRqd=Enabled
● PwdDigitRqd—When enabled, this feature reinforces that the password must contain
one-digit number. Example: cctk PasswordConfiguration --
PwdDigitRqd=Enabled
● PwdSpecialCharRqd—When enabled, this feature reinforces password must contain one
special character. Example: cctk PasswordConfiguration --
PwdSpecialCharRqd=Enabled
92Options for Dell Command | Configure 4.x
Table 318. --PasswordConfiguration (continued)
Attribute DetailsDescription
NOTE: If the criteria PwdMinLen >=8, PwdLowerCaseRqd=Enabled, and
PwdUpperCaseRqd=Enabled is followed, then StrongPassword is Enabled. If this
criteria is not followed, then StrongPassword is Disabled. Vice-versa is also applicable.
--PcCard
Table 319. --PcCard
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the PC card.
--PcCardAnd1394
Table 320. --PcCardAnd1394
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the PC card and 1394 devices.
--PCIeBifurcation
Table 321. --PCIeBifurcation
Attribute DetailsDescription
Valid Argument
Auto, 1x16, 2x8, and 1x8+2x4
This setting allows the bifurcation feature configuration of the CPU's PCIe port.
The auto setting configures the PCIe port to its maximum width (1x16) unless a mass storage
controller card is installed. When a mass storage controller card is installed, the PCIe port is
automatically bifurcated to 1x8+2x4.
The remaining and mutually-exclusive options allow explicit bifurcation configuration of the
CPU's PCIe port.
--PcieBusAllocation
Table 322. --PcieBusAllocation
Attribute DetailsDescription
Valid ArgumentDefault, OptimizeforThunderbolt, Option1, Option2, and
Option3
This feature controls the PCIe bus resources allocation among
the PCIe SLOTs.
Options for Dell Command | Configure 4.x93
--PcibusCount
Table 323. --PcibusCount
Attribute DetailsDescription
Valid Argument64, 128, 256
Sets the maximum PCI bus count for the system.
--PcieRSA
Table 324. --PcieRSA
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the Reliability Availability Serviceability (RSA) support on PCIe devices.
--PcieLinkSpeed
Table 325. --PcieLinkSpeed
Attribute DetailsDescription
Valid ArgumentAuto, Gen1, Gen2
Possible Valuesauto, gen1 and gen2.
Auto - PCIe link speed is configured based on the maximum speed supported by both upstream
and downstream devices.
Gen1 - The PCIe link speed is configured in gen1.
Gen2 - The maximum PCIe link speed allowed is limited to gen2.
Configures PCIe LinkSpeed.
--PciMmioSpaceSize
Table 326. --PciMmioSpaceSize
Attribute DetailsDescription
Valid ArgumentSmall, Large, Dynamic
Allocates a part of the memory to the PCI Memory Mapped I/O. It allows you to reserve large
or small device-specific memory regions to decrease or increase the usable memory on
systems with a 32-bit operating system.
● Small—Allocates a small region of memory to PCI memory mapped I/O.
● Large—Allocates a large region of memory to PCI memory mapped I/O. This reserves the
large device specific memory regions, but reduces the amount of usable memory in 32-bit
operating system.
--PciResAllocationRatio
Table 327. --PciResAllocationRatio
Attribute DetailsDescription
Valid ArgumentAllocateEvenly, AllocateMoreToCpu1
94Options for Dell Command | Configure 4.x
Table 327. --PciResAllocationRatio (continued)
Attribute DetailsDescription
Allocates PCI resources, buses, memory-mapped I/O (MMIO) space, and I/O space. If set to
AllocateEvenly, equal amount of memory is allocated to all the resources when two CPUs are
installed. When set to AllocateMoreToCpu1, larger amount of device-specific memory is
allocated, which in turn reduces the usable memory on a system with a 32-bit operating
system.
--PciSata
Table 328. --PciSata
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the PCI Serial ATA controller.
--PciSlots
Table 329. --PciSlots
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the add-in PCI slots of the system.
--Pcmcia
Table 330. --Pcmcia
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the PCMCIA device slot.
--PeakShiftBatteryThreshold
Table 331. --PeakShiftBatteryThreshold
Attribute DetailsDescription
Valid Argumentintegers ranging from 15 to 100
Sets the value of Peak Shift battery threshold. When the Peak Shift battery threshold level is
reached, the system starts using AC power. Setting the value to 00 percent allows the system
to use power only from the battery during Peak Shift duration (Peak Shift Start time and Peak
shift End time).
Enables or disables Peak Shift battery configuration. Using Peak Shift configuration, you can
minimize the consumption of AC power during the peak power usage period of the day with
the enable and disable options. You can set a start and end time for the Peak Shift period.
During this period, the system runs on battery if the battery charge is above the set battery
threshold value. After the Peak Shift period, the system runs on AC power without charging
the battery. The system functions normally using AC power and recharging the battery after
the specified Charge Start Time.
NOTE: To use PeakShiftCfg, set the values of Operate only on battery,
Operate only on AC, and Resume normal power/charge. The values must be
set in such a way that Peak shift start time <= Peak shift end time <= Peak shift charge
start time.
NOTE: The value of hour must be in the range 00–23 and minute must be 00,15, 30, or 45.
Enables or disables the missing pen indication. This controls tablet PC pen removal. The pen
LED blinks to indicate that the pen has been removed from the retaining well.
● SerialMouse—Sets the pointing device to external serial only.
● Ps2Mouse—Sets the pointing device to external ps2 only.
● Touchpad—Sets the pointing device to switch to touch pad.
● SwitchToExternalPs2—Sets the pointing device to switch to external ps2.
--PostF12Key
Table 336. --PostF12Key
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables F12 boot menu on POST boot screen.
--PostF2Key
Table 337. --PostF2Key
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables <F2> boot menu on POST boot screen.
--PostHelpDeskKey
Table 338. --PostHelpDeskKey
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables display of the <Ctrl> + <h> help desktop hotkey message on the POST
screen if Management Engine (ME) is alive and Client Initiated Remote Access (CIRA) is
supported.
--PostMebxKey
Table 339. --PostMebxKey
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Controls the display of the MEBx hotkey (<Ctrl> + <P>) at POST on the sign-on screen.
Options for Dell Command | Configure 4.x97
--PowerButton
Table 340. --PowerButton
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled, and Partial Disable
Enables, disables, or partially disables the power button.
--PowerButtonOverride
Table 341. --PowerButtonOverride
Attribute DetailsDescription
Valid Argument
4s and 10s
This option allows you to configure the waiting time to forcibly shut down the system.
--PowerOnLidOpen
Table 342. --PowerOnLidOpen
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Set the PowerOnLidOpen feature using the following options:
● Enabled—If the feature is set to enabled, the system powers up from the off state
whenever the lid is opened. This system powers on when powered either by the AC adapter
or the system battery.
● Disabled—If this feature is set to disabled, the system does not power up from the off
state whenever the lid is opened.
--PowerLogClear
Table 343. --PowerLogClear
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Prevents or allows the power event log to be cleared on the next boot.
● Enabled—Clears the power event log on the next boot.
● Disabled—Does not clear the power event log on the next boot.
--PowerMgmt
Table 344. --PowerMgmt
Attribute DetailsDescription
Valid ArgumentDisabled, Minimum, Regular, Maximum
Sets the power management settings.
98Options for Dell Command | Configure 4.x
--PwrOffWlanStealthMode
Table 345. --PwrOffWlanStealthMode
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables the poweroffintel8260stealthmode feature.
NOTE: Disabling Stealth Mode does not automatically restore the power or functionality
of the card until the next complete boot. This nonstandard mode is available as an option
for Stealth Mode control of the Intel 8260 card for the following use cases: Pre-boot
applications, Linux OS, or Windows OS without Dell recommended drivers.
● Enabled—Disconnects power from the Intel 8260 Wireless NIC when the Stealth Mode is
enabled.
● Disabled—Does not disconnect power from the Intel 8260 Wireless NIC when the Stealth
Mode is enabled.
--PowerUsageMode
Table 346. --PowerUsageMode
Attribute DetailsDescription
Valid Argument
● PowerSaver
● Balanced
● Performance
● HighPerformance
Sets the system power usage mode using the following options:
● PowerSaver—This mode reduces processor sustained power to enhance battery life
depending on the use case. This mode may impact the system performance.
● Balanced—This mode balances performance, noise, temperature, and battery life. The
default option is Balanced Mode.
● Performance—This mode uses the processor's typical power and utilizes discrete graphics.
● HighPerformance—This mode increases processor sustained power to produce higher
system performance, but produces more noise, increases system surface temperature, and
reduces the battery life.
--PowerWarn
Table 347. --PowerWarn
Attribute DetailsDescription
Valid ArgumentEnabled, Disabled
Enables or disables performance limitation messages based on power supply capacity.
When there is no drive ownership and the PpiBypassSedBlockSidCommand is enabled, the
BIOS requires user input while sending the Block SID authentication command to SED drives.
When PpiBypassSedBlockSidCommand is disabled, the BIOS does not require user input while
sending the Block SID command.
NOTE: You can enable PpibypassSedBlockSidCommand in manufacturing mode or while
setting up the BIOS Setup Administrator password.
NOTE: The read-only mechanism can be changed when the system is in manufacturing
mode, while the PpiBypassSedBlockSidCommand is enabled.
● Standard—Charges the battery over a longer period of time.
● Express—Charges the battery using the express charging algorithm, Dell's fast charging
technology.
● PrimAcUse—Charges battery while plugged-in.
● Adaptive—Charges the battery based on a periodic evaluation of battery usage to deliver
the best balance capacity.
● Custom—The battery charging starts and stops based on user input. The start value range
should be 50-95 percent, the stop value range should be 55-100 percent, and the
difference between the start and stop values should be greater than or equal to 5.
NOTE: The format to set custom option is custom:start value-stop value. The
start value range must be 50–95 percentage and the stop value range must be 55–100
percentage. The difference between the start and stop values must be greater than or
equal to 5.