I've created a scheduled task using the example in this question, but don't seem to be able to end it now. Getting the "Syntax error" when I run the following code found here
schtasks /delete /tn * /f
I also tried
schtasks /delete /tn "Execute Notepad by Hackoo" /f
I don't have admin rights and am wondering if that's why I can't delete the task.
Please let me know if you can help me stop Notepad from opening every minute.
Thanks!