Delete scheduled task via script Posted on January 21, 2010 by Imran Rashid Reading Time: < 1 minuteTo delete a scheduled task via a batch file, copy the below code to a .bat file. Add the task job you wish to delete. attrib -h %windir%\tasks\*.job AT /delete /yes