Hi,
I am trying to remove scheduled tasks off the computers on my network. I have been trying to write a batch to do this for me but I don’t understand why it won’t work.
at %COMPUTERNAME% /delete | /delete/yes
but it then just returns this message:
The system cannot find the specified path
Any help?
thanks
for anyone else wanting to do this I have figured it out
attrib -h %windir%tasks*.job
AT /delete /yes
I am sure there are other ways