Scheduling Windows tasks from the command prompt

Tasks,processes,commands can be scheduled in Windows through Task Scheduler. But is it possible to do this through few lines using the command prompt? This is where the “at” command is useful. Administrator access is needed to schedule,modify or delete tasks using the “at” command. Suppose the box needs to be shutdown at 7 pm today,this …