Multiple choice technology operating systems

____ Schedules commands and programs to run on a computer at a specified time and date. Requires the Scheduler service. Superseded by schtasks

  1. task

  2. sched

  3. at

  4. job

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The 'at' command schedules programs to run once at a specified time. It requires the Schedule service to be running. Modern Windows versions use 'schtasks' instead, which provides more features for task scheduling. Options A, B, and D are not valid scheduling commands.