Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 655 Bytes

Scheduled-Task

Native Binary for Creating a Scheduled Task
By default runs notepad!

Create As SYSTEM

  • ScheduleTask.exe SYSTEM
  • ScheduleTask.exe S-1-5-18

Create As LocalService

  • ScheduleTask.exe LOCALSERVICE
  • ScheduleTask.exe S-1-5-19

Create as NetworkService

  • ScheduleTask.exe NETWORKSERVICE
  • ScheduleTask.exe S-1-5-20

Create As Current User

  • ScheduleTask.exe "" #Empty Single or Double Quotes to create a null string

Create a Scheduled Task on a Remote System

  • ScheduleTask.exe SYSTEM TargetSystem

For the Visual C++ redistributable, include the following DLL's.

  • msvcp140d.dll
  • vcruntime140d.dll
  • vcruntime140_1d.dll