schtasks /End [/S <system> [/U <username> [/P [<password>]]]] /TN taskname
Every now and then you have those Scheduled Tasks consisting of batch files that – despite trying – still ask for user input.
If – even after a reasonable time out – the Task Scheduler still hasn’t killed them, you can kill them by hand with the above schtasks
in a snap.
–jeroen