Scheduled Tasks

Tasks can be found in:

C:\Windows\System32\Tasks

# or 32-bit 
C:\Windows\SysWow64\Tasks

Task files have no extension but are in XML format;information includes:

  • When the task was registered

  • What account and system registered the task

  • task trigger condition and frequency

  • Full command path

  • The account to be used to execute the scheduled task (under the Author Tag (no name for locally created))

Last updated