Introduction
How a command line is interpreted
Batch reloading
Environment variables
Switches
Error level
String processing
Command-line arguments
Wildcards
User input
%~ (percent tilde)
Functions
Calculation
Finding files
Keyboard shortcuts
Paths
Arrays
Perl one-liners
Limitations
Built-in commands
External commands
ARP
AT
ATTRIB
BCDEDIT
CACLS
CHCP
CHKDSK
CHKNTFS
CHOICE
CIPHER
CLIP
CMD
COMP
COMPACT
CONVERT
DEBUG
DISKCOMP
DISKCOPY
DISKPART
DOSKEY
DRIVERQUERY
EXPAND
FC
FIND
FINDSTR
FORFILES
FORMAT
FSUTIL
GPRESULT
GRAFTABL
HELP
ICACLS
IPCONFIG
LABEL
MAKECAB
MODE
MORE
NET
OPENFILES
PING
RECOVER
REG
REPLACE
ROBOCOPY
RUNDLL32
SC
SCHTASKS
SETX
SHUTDOWN
SORT
SUBST
SYSTEMINFO
TASKKILL
TASKLIST
TIMEOUT
TREE
WHERE
WMIC
XCOPY
Legal & credits

SCHTASKS

suggest change

Schedules a program to be run at a certain time, more powerful than AT.

List currently scheduled tasks:

$ schtasks
Folder: \
TaskName                                 Next Run Time          Status         
======================================== ====================== ===============
GoogleUpdateTaskUserS-1-5-21-2502139980- Wed, 3/13/2019 8:32:43 Ready          
NvDriverUpdateCheckDaily_{B2FE1952-0186- Thu, 3/14/2019 12:25:4 Ready          
... more output

Links:

$ schtasks /?

SCHTASKS /parameter [arguments]

Description:
    Enables an administrator to create, delete, query, change, run and
    end scheduled tasks on a local or remote system.

Parameter List:
    /Create         Creates a new scheduled task.

    /Delete         Deletes the scheduled task(s).

    /Query          Displays all scheduled tasks.

    /Change         Changes the properties of scheduled task.

    /Run            Runs the scheduled task on demand.

    /End            Stops the currently running scheduled task.

    /ShowSid        Shows the security identifier corresponding to a scheduled task name.

    /?              Displays this help message.

Examples:
    SCHTASKS
    SCHTASKS /?
    SCHTASKS /Run /?
    SCHTASKS /End /?
    SCHTASKS /Create /?
    SCHTASKS /Delete /?
    SCHTASKS /Query  /?
    SCHTASKS /Change /?
    SCHTASKS /ShowSid /?

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents