Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Task Scheduler Service cannot be changed

Reply
Thread Tools Display Modes

Task Scheduler Service cannot be changed

 
 
Gerd
Guest
Posts: n/a

 
      10-11-2007
On a Vista Business system I wanted to schedule my first task. Going into
the Task Scheduler I get a message that the Task Scheduler Service is not
started.

Going into the services I start the Task Scheduler service witout a problem
(which by the way is set to Manual). Checking the properties to change it to
Automatic shows all options greyed out, thus, I can't change anything on any
of the tabs.

On the Logon tab the Logon as defaults to the Local System account but all
fields are greyed out. Same on the Recovery tab.

What do I have to change (and where) to have the Task Scheduler service
start automatically whenever I start Vista?

 
Reply With Quote
 
 
 
 
Rogue
Guest
Posts: n/a

 
      10-11-2007
On my system all of the fields are grayed out as well, but mine is set to
automatic. To solve your problem, you can try this:

Open an elevated (administrator) Command Prompt (type "CMD" (without the
quotes) at the start menu search)
Right click on the result in the menu and choose "Run as Administrator"
Choose continue at the UAC prompt
In the console window type "SC Comfit schedule start= auto" (again, without
the quotes)
It will tell you something such as "[SC] ChangeServiceConfig SUCCESS"
The service should change to automatic, and persist through reboots


"Gerd" <> wrote in message
news:262FB698-B970-4BAB-9DA3-...
> On a Vista Business system I wanted to schedule my first task. Going into
> the Task Scheduler I get a message that the Task Scheduler Service is not
> started.
>
> Going into the services I start the Task Scheduler service witout a
> problem (which by the way is set to Manual). Checking the properties to
> change it to Automatic shows all options greyed out, thus, I can't change
> anything on any of the tabs.
>
> On the Logon tab the Logon as defaults to the Local System account but all
> fields are greyed out. Same on the Recovery tab.
>
> What do I have to change (and where) to have the Task Scheduler service
> start automatically whenever I start Vista?


 
Reply With Quote
 
Gerd
Guest
Posts: n/a

 
      10-11-2007
This does not work on my system.

The console windows shows Administrator: Command Promt.

Using "sc start schedule" starts the service all right but when I try to use
"sc stop schedule" I get an access denied error message.

Also, when I try to use "sc config schedule start= auto" I get an access
denied error message.

I verified that the logon user id belongs to the Administrator group.
Actually I am the only user on the PC and when loading Vista I had setup
myself as the Admin on the system.

"Rogue" <> wrote in message
news:FD9EAAB0-0A88-4D7A-924E-...
> On my system all of the fields are grayed out as well, but mine is set to
> automatic. To solve your problem, you can try this:
>
> Open an elevated (administrator) Command Prompt (type "CMD" (without the
> quotes) at the start menu search)
> Right click on the result in the menu and choose "Run as Administrator"
> Choose continue at the UAC prompt
> In the console window type "SC Comfit schedule start= auto" (again,
> without the quotes)
> It will tell you something such as "[SC] ChangeServiceConfig SUCCESS"
> The service should change to automatic, and persist through reboots
>
>
> "Gerd" <> wrote in message
> news:262FB698-B970-4BAB-9DA3-...
>> On a Vista Business system I wanted to schedule my first task. Going into
>> the Task Scheduler I get a message that the Task Scheduler Service is not
>> started.
>>
>> Going into the services I start the Task Scheduler service witout a
>> problem (which by the way is set to Manual). Checking the properties to
>> change it to Automatic shows all options greyed out, thus, I can't change
>> anything on any of the tabs.
>>
>> On the Logon tab the Logon as defaults to the Local System account but
>> all fields are greyed out. Same on the Recovery tab.
>>
>> What do I have to change (and where) to have the Task Scheduler service
>> start automatically whenever I start Vista?

>


 
Reply With Quote
 
Gerd
Guest
Posts: n/a

 
      10-11-2007
I just logged on as the Administrator and tried the SC config command but
even now I get an access denied error message.

"Gerd" <> wrote in message
newsF868BD1-BB47-4854-84E8-...
> This does not work on my system.
>
> The console windows shows Administrator: Command Promt.
>
> Using "sc start schedule" starts the service all right but when I try to
> use "sc stop schedule" I get an access denied error message.
>
> Also, when I try to use "sc config schedule start= auto" I get an access
> denied error message.
>
> I verified that the logon user id belongs to the Administrator group.
> Actually I am the only user on the PC and when loading Vista I had setup
> myself as the Admin on the system.
>
> "Rogue" <> wrote in message
> news:FD9EAAB0-0A88-4D7A-924E-...
>> On my system all of the fields are grayed out as well, but mine is set to
>> automatic. To solve your problem, you can try this:
>>
>> Open an elevated (administrator) Command Prompt (type "CMD" (without the
>> quotes) at the start menu search)
>> Right click on the result in the menu and choose "Run as Administrator"
>> Choose continue at the UAC prompt
>> In the console window type "SC Comfit schedule start= auto" (again,
>> without the quotes)
>> It will tell you something such as "[SC] ChangeServiceConfig SUCCESS"
>> The service should change to automatic, and persist through reboots
>>
>>
>> "Gerd" <> wrote in message
>> news:262FB698-B970-4BAB-9DA3-...
>>> On a Vista Business system I wanted to schedule my first task. Going
>>> into the Task Scheduler I get a message that the Task Scheduler Service
>>> is not started.
>>>
>>> Going into the services I start the Task Scheduler service witout a
>>> problem (which by the way is set to Manual). Checking the properties to
>>> change it to Automatic shows all options greyed out, thus, I can't
>>> change anything on any of the tabs.
>>>
>>> On the Logon tab the Logon as defaults to the Local System account but
>>> all fields are greyed out. Same on the Recovery tab.
>>>
>>> What do I have to change (and where) to have the Task Scheduler service
>>> start automatically whenever I start Vista?

>>

>


 
Reply With Quote
 
Rogue
Guest
Posts: n/a

 
      10-12-2007
I hope you are OK with hacking your registry. there are two ways that you
can (try to) fix your problem:

Open your registry,
Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Schedule
Find the REG_DWORD called Start
Modify the setting and change it to 2. In your case I Believe it should
already be set to 3
Find the REG_DWORD called Type
If it does not say 20 (hex) 32 (dec) then change it.
Close the registry, and reboot and see if it works

-or-

Copy the content between the ">>" and the "<<" Put it in a text file and
save as a .reg or change the extension to .reg
Merge the resulting file into the registry by double clicking or right click
menu

Start Copy>>

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Schedule]
"Start"=dword:00000002
"Type"=dword:00000020

<<End Copy

Hope this works

"Gerd" <> wrote in message
news:86E7942A-518E-4D35-9245-...
> I just logged on as the Administrator and tried the SC config command but
> even now I get an access denied error message.
>
> "Gerd" <> wrote in message
> newsF868BD1-BB47-4854-84E8-...
>> This does not work on my system.
>>
>> The console windows shows Administrator: Command Promt.
>>
>> Using "sc start schedule" starts the service all right but when I try to
>> use "sc stop schedule" I get an access denied error message.
>>
>> Also, when I try to use "sc config schedule start= auto" I get an access
>> denied error message.
>>
>> I verified that the logon user id belongs to the Administrator group.
>> Actually I am the only user on the PC and when loading Vista I had setup
>> myself as the Admin on the system.
>>
>> "Rogue" <> wrote in message
>> news:FD9EAAB0-0A88-4D7A-924E-...
>>> On my system all of the fields are grayed out as well, but mine is set
>>> to automatic. To solve your problem, you can try this:
>>>
>>> Open an elevated (administrator) Command Prompt (type "CMD" (without the
>>> quotes) at the start menu search)
>>> Right click on the result in the menu and choose "Run as Administrator"
>>> Choose continue at the UAC prompt
>>> In the console window type "SC Comfit schedule start= auto" (again,
>>> without the quotes)
>>> It will tell you something such as "[SC] ChangeServiceConfig SUCCESS"
>>> The service should change to automatic, and persist through reboots
>>>
>>>
>>> "Gerd" <> wrote in message
>>> news:262FB698-B970-4BAB-9DA3-...
>>>> On a Vista Business system I wanted to schedule my first task. Going
>>>> into the Task Scheduler I get a message that the Task Scheduler Service
>>>> is not started.
>>>>
>>>> Going into the services I start the Task Scheduler service witout a
>>>> problem (which by the way is set to Manual). Checking the properties to
>>>> change it to Automatic shows all options greyed out, thus, I can't
>>>> change anything on any of the tabs.
>>>>
>>>> On the Logon tab the Logon as defaults to the Local System account but
>>>> all fields are greyed out. Same on the Recovery tab.
>>>>
>>>> What do I have to change (and where) to have the Task Scheduler service
>>>> start automatically whenever I start Vista?
>>>

>>

>

 
Reply With Quote
 
Gerd
Guest
Posts: n/a

 
      10-12-2007
Thanks for your help, that did the trick.

"Rogue" <> wrote in message
news:81835BFD-1E88-4B61-BC2D-...
>I hope you are OK with hacking your registry. there are two ways that you
>can (try to) fix your problem:
>
> Open your registry,
> Navigate to:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Schedule
> Find the REG_DWORD called Start
> Modify the setting and change it to 2. In your case I Believe it should
> already be set to 3
> Find the REG_DWORD called Type
> If it does not say 20 (hex) 32 (dec) then change it.
> Close the registry, and reboot and see if it works
>
> -or-
>
> Copy the content between the ">>" and the "<<" Put it in a text file and
> save as a .reg or change the extension to .reg
> Merge the resulting file into the registry by double clicking or right
> click menu
>
> Start Copy>>
>
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Schedule]
> "Start"=dword:00000002
> "Type"=dword:00000020
>
> <<End Copy
>
> Hope this works
>
> "Gerd" <> wrote in message
> news:86E7942A-518E-4D35-9245-...
>> I just logged on as the Administrator and tried the SC config command but
>> even now I get an access denied error message.
>>
>> "Gerd" <> wrote in message
>> newsF868BD1-BB47-4854-84E8-...
>>> This does not work on my system.
>>>
>>> The console windows shows Administrator: Command Promt.
>>>
>>> Using "sc start schedule" starts the service all right but when I try to
>>> use "sc stop schedule" I get an access denied error message.
>>>
>>> Also, when I try to use "sc config schedule start= auto" I get an access
>>> denied error message.
>>>
>>> I verified that the logon user id belongs to the Administrator group.
>>> Actually I am the only user on the PC and when loading Vista I had setup
>>> myself as the Admin on the system.
>>>
>>> "Rogue" <> wrote in message
>>> news:FD9EAAB0-0A88-4D7A-924E-...
>>>> On my system all of the fields are grayed out as well, but mine is set
>>>> to automatic. To solve your problem, you can try this:
>>>>
>>>> Open an elevated (administrator) Command Prompt (type "CMD" (without
>>>> the quotes) at the start menu search)
>>>> Right click on the result in the menu and choose "Run as Administrator"
>>>> Choose continue at the UAC prompt
>>>> In the console window type "SC Comfit schedule start= auto" (again,
>>>> without the quotes)
>>>> It will tell you something such as "[SC] ChangeServiceConfig SUCCESS"
>>>> The service should change to automatic, and persist through reboots
>>>>
>>>>
>>>> "Gerd" <> wrote in message
>>>> news:262FB698-B970-4BAB-9DA3-...
>>>>> On a Vista Business system I wanted to schedule my first task. Going
>>>>> into the Task Scheduler I get a message that the Task Scheduler
>>>>> Service is not started.
>>>>>
>>>>> Going into the services I start the Task Scheduler service witout a
>>>>> problem (which by the way is set to Manual). Checking the properties
>>>>> to change it to Automatic shows all options greyed out, thus, I can't
>>>>> change anything on any of the tabs.
>>>>>
>>>>> On the Logon tab the Logon as defaults to the Local System account but
>>>>> all fields are greyed out. Same on the Recovery tab.
>>>>>
>>>>> What do I have to change (and where) to have the Task Scheduler
>>>>> service start automatically whenever I start Vista?
>>>>
>>>

>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Task Scheduler repeat task duration bug? sm02463 Windows Vista General Discussion 4 12-06-2008 06:40 PM
Task scheduler returns an error : the task image is corrupt ortamp Jean-David Windows Vista Performance 2 05-03-2008 02:02 PM
Task scheduler service disabled Able Windows Vista Performance 7 03-08-2008 05:25 PM
task scheduler doesn't start delayed task wuschba Windows Vista General Discussion 6 07-26-2007 08:06 AM
Task Scheduler service not running? James Welch Windows Vista General Discussion 2 11-02-2006 10:36 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59