Task scheduler failed to start due to Error 1083

G

Guest

Hi all:

I cannot start task scheduler due to "error 1083". What's that mean? I
have same error message using command line and gui to start the task
scheduler.

from command line, the error message like following:
============================================
C:\>net start "Task Scheduler"
System error 1083 has occurred.

The executable program that this service is configured to run in does not
implem
ent the service.
============================================

Could someone help me?

thanks in advance!
hs lu
 
G

Guest

I am using Windows XP SP2.
And before I post this message, I have checked most of the registry values
in MSTASK.INF from Windows installation disc, and able to find all values in
my registry.
here are the values:
=================================
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
"Type"=dword:00000020
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"="%SystemRoot%\System32\svchost.exe -k netsvcs"
"DisplayName"="Task Scheduler"
"Group"="SchedulerGroup"
"DependOnService"="RpcSs"
"DependOnGroup"=""
"ObjectName"="LocalSystem"
"NextAtJobId"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule\Parameters]
"ServiceDll"="%SystemRoot%\system32\schedsvc.dll"
"ServiceMain"="SchedServiceMain"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule\Enum]
"0"="Root\\LEGACY_SCHEDULE\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001
======================================
 

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