Questions Verified and Guaranteed Pass
CLI command to turn off the display of the current command in a batch file - CORRECT
ANSWER ✔✔ -@command
From the Windows CLI, the command used to open a new CLI window - CORRECT ANSWER
✔✔ -%command
The CLI command used to turn off the display of all subsequent commands is: - CORRECT
ANSWER ✔✔ -echo off
The command to display the search path for an executable file is: - CORRECT ANSWER ✔✔ -
path
The command used to open the 32-bit Windows command prompt - CORRECT ANSWER ✔✔ -
cmd
The netsh command to set "NIC" to DHCP instead of static would look like: - CORRECT
ANSWER ✔✔ -netsh interface IP set address "NIC" source=dhcp
The netsh command to set the IP address of "NIC" to 10.10.10.10 255.255.255.0 with a metric of
1 - CORRECT ANSWER ✔✔ -netsh interface IP set address "NIC" source=static
192.168.100.10 255.255.255.0 1
The service that controls the queue of print jobs is: - CORRECT ANSWER ✔✔ -SPOOLER
Which commands specifies an action that will take place at 3:00 p.m.? - CORRECT ANSWER
✔✔ -at 15:00 command