Reference Guide
Example
C:\>cctk --adddevice=usb
--adjcacheprefetch
Valid Argument enable, disable
Description
Enables or disables the adjacent cache line prefetch.
• enable — The processor fetches the cache line containing the currently requested data, and
pre-fetches the following cache line.
• disable —The processor fetches only the cache line containing the currently requested data.
Example
C:\>cctk --adjcacheprefetch=enable
adjcacheprefetch=enable
--admsetuplockout
Valid Argument enable, disable
Description
Enables or disables the admin setup lockout.
• enable — 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.
• disable —User can view the Setup screens without entering administrator password even if
the administrator password is set in the system.
Example
C:\>cctk --admsetuplockout=enable
admsetuplockout=enable
--advbatterychargecfg
Valid Argument
enable, disable
Description
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
congure 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 0–23 and minute must be 0,15, 30, or 45.
Example
To enable the advanced battery charging mode:
C:\>cctk --advbatterychargecfg=enable
advbatterychargecfg=enable
To enable the advanced battery charging mode on specic days for a specic period:
C:\>cctk --
advbatterychargecfg=enable,mon-10:00/08:00,tue-13:45/06:00
To disable the advanced battery charging mode:
C:\>cctk --advbatterychargecfg=disable
advbatterychargecfg=disable
20