Saturday, March 24, 2012

Delete scheduled task via script

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

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue

Essentially the client cache is a temporary download location for software, applications and software updates that are deployed to a clie...