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"