top of page

Using the Windows Task Scheduler to test malware persistence technique

In this post I am practicing using the Windows task scheduler to open Notepad and hide the task scheduler using the command only. Notepad will be opened as a background task.


schtasks /create /tn "Notepad_OnStartup" /sc onstart /ru system /tr "cmd.exe /c notepad.exe"

0 views
bottom of page