Delete scheduled task via script

Reading Time: < 1 minute

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

How useful was this post?

Click on a star to rate it!

As you found this post useful...

Follow us on social media!

One thought on “Delete scheduled task via script

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.