Using the Windows Task Scheduler to test malware persistence technique
- Esky Man
- Jul 22, 2023
- 1 min read
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"