top of page

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"

 
 

Be in the Know

Add your email address below and I will send you interesting IT and cyber sec news from time to time.

Thanks for submitting!

  • Instagram
  • Twitter
  • LinkedIn
  • YouTube

© 2023 Dave TechGuy

bottom of page