repair windows 2000 task scheduler ?

  • Thread starter *ProteanThread*
  • Start date
P

*ProteanThread*

i have task schedule service enabled (automatic and it starts OK) and
no tasks in the scheduled tasks folder but every time i boot up my
computer i get an error saying the task scheduler service is not
started and that i have services pending? how can i repair this or
disable this message?
 
P

Pegasus \(MVP\)

*ProteanThread* said:
i have task schedule service enabled (automatic and it starts OK) and
no tasks in the scheduled tasks folder but every time i boot up my
computer i get an error saying the task scheduler service is not
started and that i have services pending? how can i repair this or
disable this message?
See what happens if you put the service on "manual"
startup, then launch it with this batch file that you
place into the Startup folder of your profile folder:

@echo off
net start "Task Scheduler"
pause
 
D

Dave Patrick

Check Event Viewer for errors. When you view the logged events in Event
Viewer (double-click them in the right-hand pane) in the upper right corner,
third button down is a copy to clipboard, then you can paste in the body of
a reply message.


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|i have task schedule service enabled (automatic and it starts OK) and
| no tasks in the scheduled tasks folder but every time i boot up my
| computer i get an error saying the task scheduler service is not
| started and that i have services pending? how can i repair this or
| disable this message?
|
 
D

Dave Patrick

Tells us nothing.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| the notify me of missed events is checked but greyed out.
 
D

Dave Patrick

Seems to have drifted off topic. No idea what you're talking about now.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| is there a way to un-grey it so that it can be un-checked ?
 
D

Dave Patrick

You'll need to resolve the first issue before this would have any effect.
Contrary to its name, the Notify Me of Missed Tasks option notifies you only
of Task Scheduler's failure, not of individual missed tasks.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| is there a way to un-grey it so that it can be un-checked ?
 
D

Dave Patrick

OK, then I'm confused. Why are you telling us this? That has nothing to do
with the original issue. If the situation has changed then let us know.

If you simply want to kill the message without fixing anything then set the
startup type for the 'Task Scheduler' service to 'Disabled'

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| but i don't have any tasks in the tasks folder :-/
 
D

Dave Patrick

Another method.

To change the way Windows 2000 handles hard error messages, you can run
Regedt32.exe and set the Reg_DWord value of
"ErrorMode"=dword:00000000
found at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
as follows;

0 = Errors are serialized and wait for a response. (default)
1 = If the error does not come from the system, then the system continues in
normal operating mode. If the error comes from the system, then it is
written to the system log; no user intervention is required and dialog boxes
are not displayed.
2 = The error is written to the system log; the dialog box is not displayed.

--

Regards,


Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
P

*ProteanThread*

nothing abnormal shows up in the event viewer (nothing that comes up as
an error or warning that is)
 
D

Dave Patrick

Then the system event log is probably corrupt. Any system service that
doesn't start should log an error.

You might try;
sc query "Schedule"

to see what win32 exit code is generated. You can get sc.exe (service
controller tool) here.
ftp://ftp.microsoft.com/reskit/win2000/

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| nothing abnormal shows up in the event viewer (nothing that comes up as
| an error or warning that is)
 

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