To 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
Subscribe to new tech posts.
We will never send you spam email or forward your details to third parties.
This will close in 0 seconds