Task Scheduler Not Working in 2000 Server?

G

Guest

I am trying to schedule automatic LiveUpdates for Symantec AntiVirus Corporate on a Windows 2000 server. The updates haven't been running. Found Symantec Knowledgebase Article #2001082115564506 which lists Task Scheduler not working as a possible cause. Document is hyperlinked to Symantec Knowledgebase Article # 2002040313434013 entitled "How to test Microsoft Windows Task Scheduler." Scheduled calc.exe (calculator) to run at startup and rebooted. Calculator did not appear. According to the document, Task Scheduler isn't working and I need to seek support from Microsoft. So how about it, guys? How can I fix this?
 
P

Pegasus \(MVP\)

Chris said:
I am trying to schedule automatic LiveUpdates for Symantec AntiVirus
Corporate on a Windows 2000 server. The updates haven't been running. Found
Symantec Knowledgebase Article #2001082115564506 which lists Task Scheduler
not working as a possible cause. Document is hyperlinked to Symantec
Knowledgebase Article # 2002040313434013 entitled "How to test Microsoft
Windows Task Scheduler." Scheduled calc.exe (calculator) to run at startup
and rebooted. Calculator did not appear. According to the document, Task
Scheduler isn't working and I need to seek support from Microsoft. So how
about it, guys? How can I fix this?

===============================

You can't use calc.exe as a test for the Task Scheduler, because scheduled
tasks run in the background. Who will press the calculator buttons in the
background?

Create a batch file as below, schedule it to run at some suitable time, then
examine its log file. This will tell you if the Task Scheduler runs OK or
not.

@echo off
echo This task ran on %date% at %time%. The user was %UserName%. >>
c:\test.txt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top