Windows Vista Forums

Task Scheduler Error message/cannot run
  1. #1


    James Welch Guest

    Task Scheduler Error message/cannot run

    For some reason I cannot open Task Scheduler. When I try to open it says
    "Task Scheduler service not running. Verify that the service is running."
    In services.msc it says that it is "started". I would stop and restart it
    but the options are greyed out. Get an error messenge where I try to stop
    it via Task Manager services tab.

    I have tried net start "task scheduler" in cmd.exe but everytime i try to
    start task scheduler it says its already running (when there is oviously a
    problem with it) and when i try to stop it i get an error message, access
    denied. I have UAC turned off and did "run as administrator".



    Also i try to add the snap-in within the MMC.exe but once i add the task
    scheduler snap in it says service not available, verify it is running.


    Any ideas?



      My System SpecsSystem Spec

  2. #2


    Jonathan Liu [MSFT] Guest

    Re: Task Scheduler Error message/cannot run

    Hi Jim,

    Can you tell me which build you are using?

    Also try the following from the command line. What is the State?

    sc query schedule

    Also if you run this, it will (should)display display a list of tasks.

    schtasks /query

    Let me know:

    Thanks,
    Jonathan

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    http://www.microsoft.com/info/cpyright.htm
    --
    "James Welch" <welchja2@msu.edu> wrote in message
    newsE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com...
    > For some reason I cannot open Task Scheduler. When I try to open it says
    > "Task Scheduler service not running. Verify that the service is running."
    > In services.msc it says that it is "started". I would stop and restart it
    > but the options are greyed out. Get an error messenge where I try to stop
    > it via Task Manager services tab.
    >
    > I have tried net start "task scheduler" in cmd.exe but everytime i try to
    > start task scheduler it says its already running (when there is oviously a
    > problem with it) and when i try to stop it i get an error message, access
    > denied. I have UAC turned off and did "run as administrator".
    >
    > Also i try to add the snap-in within the MMC.exe but once i add the task
    > scheduler snap in it says service not available, verify it is running.
    >
    >
    > Any ideas?
    >
    >



      My System SpecsSystem Spec

  3. #3


    James Welch Guest

    Re: Task Scheduler Error message/cannot run

    I am using build RC2

    This just recently started happening. I'm not sure if its the cause but i
    installed a program, TweakVI, a couple of days ago. It didn't really have
    many tweaks that I was interested in so i uninstalled it. Around the days
    when it was installed or recently uninstalled i believe was when I checked
    the Reliability Monitor and it wasn't working. Is it possible that this
    program messed with any security or other settings?

    when typing
    "sc query schedule"
    i get this:

    SERVICE_NAME: schedule
    TYPE : 20 WIN32_SHARE_PROCESS
    STATE : 4 RUNNING
    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
    WIN32_EXIT_CODE : 0 (0x0)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x0


    I get
    ERROR: The network address is invalid.
    when trying "schtasks /query"


    Thanks for your help,
    James




    ____________
    "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl...
    > Hi Jim,
    >
    > Can you tell me which build you are using?
    >
    > Also try the following from the command line. What is the State?
    >
    > sc query schedule
    >
    > Also if you run this, it will (should)display display a list of tasks.
    >
    > schtasks /query
    >
    > Let me know:
    >
    > Thanks,
    > Jonathan
    >
    > --
    > This posting is provided "AS IS" with no warranties, and confers no
    > rights.
    > Use of included script samples are subject to the terms specified at
    > http://www.microsoft.com/info/cpyright.htm
    > --
    > "James Welch" <welchja2@msu.edu> wrote in message
    > newsE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com...
    >> For some reason I cannot open Task Scheduler. When I try to open it says
    >> "Task Scheduler service not running. Verify that the service is running."
    >> In services.msc it says that it is "started". I would stop and restart it
    >> but the options are greyed out. Get an error messenge where I try to stop
    >> it via Task Manager services tab.
    >>
    >> I have tried net start "task scheduler" in cmd.exe but everytime i try
    >> to start task scheduler it says its already running (when there is
    >> oviously a problem with it) and when i try to stop it i get an error
    >> message, access denied. I have UAC turned off and did "run as
    >> administrator".
    >>
    >> Also i try to add the snap-in within the MMC.exe but once i add the task
    >> scheduler snap in it says service not available, verify it is running.
    >>
    >>
    >> Any ideas?
    >>
    >>

    >



      My System SpecsSystem Spec

  4. #4


    Jonathan Liu [MSFT] Guest

    Re: Task Scheduler Error message/cannot run

    Jim,

    There appears to be some issues with the service. SC is saying the service
    is running, however, the schtask is unable to list any tasks. It is hard
    to tell what is going on from these external symptoms.

    FYI - Post RC1 you will be unable to stop the Task Scheduler service out of
    the box. That is why you are getting the Access Denied. However, you can
    issue the following command to enable this.

    sc sdset schedule
    DA;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)

    This is basically setting the ACL on who can Stop\Start the service. You
    can try this and see if this kickstarts the service.

    I am not seeing this issue on the RTM builds. However, I will try and repro
    with the tools you mentioned.

    Thanks,
    Jonathan

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    http://www.microsoft.com/info/cpyright.htm
    --
    "James Welch" <welchja2@msu.edu> wrote in message
    news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com...
    >I am using build RC2
    >
    > This just recently started happening. I'm not sure if its the cause but i
    > installed a program, TweakVI, a couple of days ago. It didn't really have
    > many tweaks that I was interested in so i uninstalled it. Around the days
    > when it was installed or recently uninstalled i believe was when I checked
    > the Reliability Monitor and it wasn't working. Is it possible that this
    > program messed with any security or other settings?
    >
    > when typing
    > "sc query schedule"
    > i get this:
    >
    > SERVICE_NAME: schedule
    > TYPE : 20 WIN32_SHARE_PROCESS
    > STATE : 4 RUNNING
    > (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
    > WIN32_EXIT_CODE : 0 (0x0)
    > SERVICE_EXIT_CODE : 0 (0x0)
    > CHECKPOINT : 0x0
    > WAIT_HINT : 0x0
    >
    >
    > I get
    > ERROR: The network address is invalid.
    > when trying "schtasks /query"
    >
    >
    > Thanks for your help,
    > James
    >
    >
    >
    >
    > ____________
    > "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    > news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl...
    >> Hi Jim,
    >>
    >> Can you tell me which build you are using?
    >>
    >> Also try the following from the command line. What is the State?
    >>
    >> sc query schedule
    >>
    >> Also if you run this, it will (should)display display a list of tasks.
    >>
    >> schtasks /query
    >>
    >> Let me know:
    >>
    >> Thanks,
    >> Jonathan
    >>
    >> --
    >> This posting is provided "AS IS" with no warranties, and confers no
    >> rights.
    >> Use of included script samples are subject to the terms specified at
    >> http://www.microsoft.com/info/cpyright.htm
    >> --
    >> "James Welch" <welchja2@msu.edu> wrote in message
    >> newsE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com...
    >>> For some reason I cannot open Task Scheduler. When I try to open it says
    >>> "Task Scheduler service not running. Verify that the service is
    >>> running."
    >>> In services.msc it says that it is "started". I would stop and restart
    >>> it
    >>> but the options are greyed out. Get an error messenge where I try to
    >>> stop
    >>> it via Task Manager services tab.
    >>>
    >>> I have tried net start "task scheduler" in cmd.exe but everytime i try
    >>> to start task scheduler it says its already running (when there is
    >>> oviously a problem with it) and when i try to stop it i get an error
    >>> message, access denied. I have UAC turned off and did "run as
    >>> administrator".
    >>>
    >>> Also i try to add the snap-in within the MMC.exe but once i add the task
    >>> scheduler snap in it says service not available, verify it is running.
    >>>
    >>>
    >>> Any ideas?
    >>>
    >>>

    >>

    >



      My System SpecsSystem Spec

  5. #5


    James Welch Guest

    Re: Task Scheduler Error message/cannot run

    The procedure you listed allowed me to stop and restart the service, but
    with no success. I will most likely keep it the way it is or just re-install
    RC2 as I am already dual booting with XP, so it is no hassle at all. Thanks
    for your help.



    "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    news:OJ42$O5$GHA.4852@TK2MSFTNGP03.phx.gbl...
    > Jim,
    >
    > There appears to be some issues with the service. SC is saying the
    > service is running, however, the schtask is unable to list any tasks. It
    > is hard to tell what is going on from these external symptoms.
    >
    > FYI - Post RC1 you will be unable to stop the Task Scheduler service out
    > of the box. That is why you are getting the Access Denied. However, you
    > can issue the following command to enable this.
    >
    > sc sdset schedule
    > DA;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    >
    > This is basically setting the ACL on who can Stop\Start the service. You
    > can try this and see if this kickstarts the service.
    >
    > I am not seeing this issue on the RTM builds. However, I will try and
    > repro with the tools you mentioned.
    >
    > Thanks,
    > Jonathan
    >
    > --
    > This posting is provided "AS IS" with no warranties, and confers no
    > rights.
    > Use of included script samples are subject to the terms specified at
    > http://www.microsoft.com/info/cpyright.htm
    > --
    > "James Welch" <welchja2@msu.edu> wrote in message
    > news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com...
    >>I am using build RC2
    >>
    >> This just recently started happening. I'm not sure if its the cause but i
    >> installed a program, TweakVI, a couple of days ago. It didn't really have
    >> many tweaks that I was interested in so i uninstalled it. Around the days
    >> when it was installed or recently uninstalled i believe was when I
    >> checked the Reliability Monitor and it wasn't working. Is it possible
    >> that this program messed with any security or other settings?
    >>
    >> when typing
    >> "sc query schedule"
    >> i get this:
    >>
    >> SERVICE_NAME: schedule
    >> TYPE : 20 WIN32_SHARE_PROCESS
    >> STATE : 4 RUNNING
    >> (STOPPABLE, NOT_PAUSABLE,
    >> ACCEPTS_SHUTDOWN)
    >> WIN32_EXIT_CODE : 0 (0x0)
    >> SERVICE_EXIT_CODE : 0 (0x0)
    >> CHECKPOINT : 0x0
    >> WAIT_HINT : 0x0
    >>
    >>
    >> I get
    >> ERROR: The network address is invalid.
    >> when trying "schtasks /query"
    >>
    >>
    >> Thanks for your help,
    >> James
    >>
    >>
    >>
    >>
    >> ____________
    >> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    >> news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl...
    >>> Hi Jim,
    >>>
    >>> Can you tell me which build you are using?
    >>>
    >>> Also try the following from the command line. What is the State?
    >>>
    >>> sc query schedule
    >>>
    >>> Also if you run this, it will (should)display display a list of tasks.
    >>>
    >>> schtasks /query
    >>>
    >>> Let me know:
    >>>
    >>> Thanks,
    >>> Jonathan
    >>>
    >>> --
    >>> This posting is provided "AS IS" with no warranties, and confers no
    >>> rights.
    >>> Use of included script samples are subject to the terms specified at
    >>> http://www.microsoft.com/info/cpyright.htm
    >>> --
    >>> "James Welch" <welchja2@msu.edu> wrote in message
    >>> newsE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com...
    >>>> For some reason I cannot open Task Scheduler. When I try to open it
    >>>> says
    >>>> "Task Scheduler service not running. Verify that the service is
    >>>> running."
    >>>> In services.msc it says that it is "started". I would stop and restart
    >>>> it
    >>>> but the options are greyed out. Get an error messenge where I try to
    >>>> stop
    >>>> it via Task Manager services tab.
    >>>>
    >>>> I have tried net start "task scheduler" in cmd.exe but everytime i try
    >>>> to start task scheduler it says its already running (when there is
    >>>> oviously a problem with it) and when i try to stop it i get an error
    >>>> message, access denied. I have UAC turned off and did "run as
    >>>> administrator".
    >>>>
    >>>> Also i try to add the snap-in within the MMC.exe but once i add the
    >>>> task scheduler snap in it says service not available, verify it is
    >>>> running.
    >>>>
    >>>>
    >>>> Any ideas?
    >>>>
    >>>>
    >>>

    >>

    >



      My System SpecsSystem Spec

  6. #6


    James Welch Guest

    Re: Task Scheduler Error message/cannot run

    I found the culprit I believe. It was NOD32 beta 2.7. After I reformatted I
    installed NOD32 2.7 which is compatable with Vista. After installing and
    restarting I checked task scheduler and I would not work again like before.
    I uninstalled NOD32 and now it is working porperly like it should. Oviously
    something wrong with the NOD32 integrated scheduler. Anyone else
    experiencing this problem?


    "James Welch" <welchja2@msu.edu> wrote in message
    news:58D4DCE1-878F-4AF7-9E7F-4A548F200496@microsoft.com...
    > The procedure you listed allowed me to stop and restart the service, but
    > with no success. I will most likely keep it the way it is or just
    > re-install RC2 as I am already dual booting with XP, so it is no hassle at
    > all. Thanks for your help.
    >
    >
    >
    > "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    > news:OJ42$O5$GHA.4852@TK2MSFTNGP03.phx.gbl...
    >> Jim,
    >>
    >> There appears to be some issues with the service. SC is saying the
    >> service is running, however, the schtask is unable to list any tasks.
    >> It is hard to tell what is going on from these external symptoms.
    >>
    >> FYI - Post RC1 you will be unable to stop the Task Scheduler service out
    >> of the box. That is why you are getting the Access Denied. However, you
    >> can issue the following command to enable this.
    >>
    >> sc sdset schedule
    >> DA;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    >>
    >> This is basically setting the ACL on who can Stop\Start the service. You
    >> can try this and see if this kickstarts the service.
    >>
    >> I am not seeing this issue on the RTM builds. However, I will try and
    >> repro with the tools you mentioned.
    >>
    >> Thanks,
    >> Jonathan
    >>
    >> --
    >> This posting is provided "AS IS" with no warranties, and confers no
    >> rights.
    >> Use of included script samples are subject to the terms specified at
    >> http://www.microsoft.com/info/cpyright.htm
    >> --
    >> "James Welch" <welchja2@msu.edu> wrote in message
    >> news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com...
    >>>I am using build RC2
    >>>
    >>> This just recently started happening. I'm not sure if its the cause but
    >>> i installed a program, TweakVI, a couple of days ago. It didn't really
    >>> have many tweaks that I was interested in so i uninstalled it. Around
    >>> the days when it was installed or recently uninstalled i believe was
    >>> when I checked the Reliability Monitor and it wasn't working. Is it
    >>> possible that this program messed with any security or other settings?
    >>>
    >>> when typing
    >>> "sc query schedule"
    >>> i get this:
    >>>
    >>> SERVICE_NAME: schedule
    >>> TYPE : 20 WIN32_SHARE_PROCESS
    >>> STATE : 4 RUNNING
    >>> (STOPPABLE, NOT_PAUSABLE,
    >>> ACCEPTS_SHUTDOWN)
    >>> WIN32_EXIT_CODE : 0 (0x0)
    >>> SERVICE_EXIT_CODE : 0 (0x0)
    >>> CHECKPOINT : 0x0
    >>> WAIT_HINT : 0x0
    >>>
    >>>
    >>> I get
    >>> ERROR: The network address is invalid.
    >>> when trying "schtasks /query"
    >>>
    >>>
    >>> Thanks for your help,
    >>> James
    >>>
    >>>
    >>>
    >>>
    >>> ____________
    >>> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    >>> news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl...
    >>>> Hi Jim,
    >>>>
    >>>> Can you tell me which build you are using?
    >>>>
    >>>> Also try the following from the command line. What is the State?
    >>>>
    >>>> sc query schedule
    >>>>
    >>>> Also if you run this, it will (should)display display a list of tasks.
    >>>>
    >>>> schtasks /query
    >>>>
    >>>> Let me know:
    >>>>
    >>>> Thanks,
    >>>> Jonathan
    >>>>
    >>>> --
    >>>> This posting is provided "AS IS" with no warranties, and confers no
    >>>> rights.
    >>>> Use of included script samples are subject to the terms specified at
    >>>> http://www.microsoft.com/info/cpyright.htm
    >>>> --
    >>>> "James Welch" <welchja2@msu.edu> wrote in message
    >>>> newsE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com...
    >>>>> For some reason I cannot open Task Scheduler. When I try to open it
    >>>>> says
    >>>>> "Task Scheduler service not running. Verify that the service is
    >>>>> running."
    >>>>> In services.msc it says that it is "started". I would stop and restart
    >>>>> it
    >>>>> but the options are greyed out. Get an error messenge where I try to
    >>>>> stop
    >>>>> it via Task Manager services tab.
    >>>>>
    >>>>> I have tried net start "task scheduler" in cmd.exe but everytime i
    >>>>> try to start task scheduler it says its already running (when there is
    >>>>> oviously a problem with it) and when i try to stop it i get an error
    >>>>> message, access denied. I have UAC turned off and did "run as
    >>>>> administrator".
    >>>>>
    >>>>> Also i try to add the snap-in within the MMC.exe but once i add the
    >>>>> task scheduler snap in it says service not available, verify it is
    >>>>> running.
    >>>>>
    >>>>>
    >>>>> Any ideas?
    >>>>>
    >>>>>
    >>>>
    >>>

    >>

    >



      My System SpecsSystem Spec

  7. #7


    Dennis Pack Guest

    Re: Task Scheduler Error message/cannot run

    James:
    There's an updated IMON.dll file at
    http://www.wilderssecurity.com/forumdisplay.php?f=68 to cure this problem.
    Only install the updated IMON.dll file in Vista. Installing the nod32.exe
    file in Vista will corrupt nod32 in Vista. I had to install the updated
    nod32.exe file in Windows x64 but I haven't installed the updated IMON.dll
    file in Vista yet.


    "James Welch" <welchja2@msu.edu> wrote in message
    newsF0C7817-9EC7-4111-8F7F-135C7709991E@microsoft.com...
    >I found the culprit I believe. It was NOD32 beta 2.7. After I reformatted I
    >installed NOD32 2.7 which is compatable with Vista. After installing and
    >restarting I checked task scheduler and I would not work again like before.
    >I uninstalled NOD32 and now it is working porperly like it should. Oviously
    >something wrong with the NOD32 integrated scheduler. Anyone else
    >experiencing this problem?
    >
    >
    > "James Welch" <welchja2@msu.edu> wrote in message
    > news:58D4DCE1-878F-4AF7-9E7F-4A548F200496@microsoft.com...
    >> The procedure you listed allowed me to stop and restart the service, but
    >> with no success. I will most likely keep it the way it is or just
    >> re-install RC2 as I am already dual booting with XP, so it is no hassle
    >> at all. Thanks for your help.
    >>
    >>
    >>
    >> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    >> news:OJ42$O5$GHA.4852@TK2MSFTNGP03.phx.gbl...
    >>> Jim,
    >>>
    >>> There appears to be some issues with the service. SC is saying the
    >>> service is running, however, the schtask is unable to list any tasks. It
    >>> is hard to tell what is going on from these external symptoms.
    >>>
    >>> FYI - Post RC1 you will be unable to stop the Task Scheduler service out
    >>> of the box. That is why you are getting the Access Denied. However,
    >>> you can issue the following command to enable this.
    >>>
    >>> sc sdset schedule
    >>> DA;;CCLCSWLOCRRC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWRPWPDTLOCRRC;;;SY)SAU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    >>>
    >>> This is basically setting the ACL on who can Stop\Start the service.
    >>> You can try this and see if this kickstarts the service.
    >>>
    >>> I am not seeing this issue on the RTM builds. However, I will try and
    >>> repro with the tools you mentioned.
    >>>
    >>> Thanks,
    >>> Jonathan
    >>>
    >>> --
    >>> This posting is provided "AS IS" with no warranties, and confers no
    >>> rights.
    >>> Use of included script samples are subject to the terms specified at
    >>> http://www.microsoft.com/info/cpyright.htm
    >>> --
    >>> "James Welch" <welchja2@msu.edu> wrote in message
    >>> news:B1516BE6-62CE-4BD9-B385-8A2BE313529B@microsoft.com...
    >>>>I am using build RC2
    >>>>
    >>>> This just recently started happening. I'm not sure if its the cause but
    >>>> i installed a program, TweakVI, a couple of days ago. It didn't really
    >>>> have many tweaks that I was interested in so i uninstalled it. Around
    >>>> the days when it was installed or recently uninstalled i believe was
    >>>> when I checked the Reliability Monitor and it wasn't working. Is it
    >>>> possible that this program messed with any security or other settings?
    >>>>
    >>>> when typing
    >>>> "sc query schedule"
    >>>> i get this:
    >>>>
    >>>> SERVICE_NAME: schedule
    >>>> TYPE : 20 WIN32_SHARE_PROCESS
    >>>> STATE : 4 RUNNING
    >>>> (STOPPABLE, NOT_PAUSABLE,
    >>>> ACCEPTS_SHUTDOWN)
    >>>> WIN32_EXIT_CODE : 0 (0x0)
    >>>> SERVICE_EXIT_CODE : 0 (0x0)
    >>>> CHECKPOINT : 0x0
    >>>> WAIT_HINT : 0x0
    >>>>
    >>>>
    >>>> I get
    >>>> ERROR: The network address is invalid.
    >>>> when trying "schtasks /query"
    >>>>
    >>>>
    >>>> Thanks for your help,
    >>>> James
    >>>>
    >>>>
    >>>>
    >>>>
    >>>> ____________
    >>>> "Jonathan Liu [MSFT]" <jonliu@online.microsoft.com> wrote in message
    >>>> news:O3OdWw3$GHA.5068@TK2MSFTNGP02.phx.gbl...
    >>>>> Hi Jim,
    >>>>>
    >>>>> Can you tell me which build you are using?
    >>>>>
    >>>>> Also try the following from the command line. What is the State?
    >>>>>
    >>>>> sc query schedule
    >>>>>
    >>>>> Also if you run this, it will (should)display display a list of tasks.
    >>>>>
    >>>>> schtasks /query
    >>>>>
    >>>>> Let me know:
    >>>>>
    >>>>> Thanks,
    >>>>> Jonathan
    >>>>>
    >>>>> --
    >>>>> This posting is provided "AS IS" with no warranties, and confers no
    >>>>> rights.
    >>>>> Use of included script samples are subject to the terms specified at
    >>>>> http://www.microsoft.com/info/cpyright.htm
    >>>>> --
    >>>>> "James Welch" <welchja2@msu.edu> wrote in message
    >>>>> newsE69FA8D-4DB0-4154-AFE6-77DC1EBF4E1D@microsoft.com...
    >>>>>> For some reason I cannot open Task Scheduler. When I try to open it
    >>>>>> says
    >>>>>> "Task Scheduler service not running. Verify that the service is
    >>>>>> running."
    >>>>>> In services.msc it says that it is "started". I would stop and
    >>>>>> restart it
    >>>>>> but the options are greyed out. Get an error messenge where I try to
    >>>>>> stop
    >>>>>> it via Task Manager services tab.
    >>>>>>
    >>>>>> I have tried net start "task scheduler" in cmd.exe but everytime i
    >>>>>> try to start task scheduler it says its already running (when there
    >>>>>> is oviously a problem with it) and when i try to stop it i get an
    >>>>>> error message, access denied. I have UAC turned off and did "run as
    >>>>>> administrator".
    >>>>>>
    >>>>>> Also i try to add the snap-in within the MMC.exe but once i add the
    >>>>>> task scheduler snap in it says service not available, verify it is
    >>>>>> running.
    >>>>>>
    >>>>>>
    >>>>>> Any ideas?
    >>>>>>
    >>>>>>
    >>>>>
    >>>>
    >>>

    >>

    >



      My System SpecsSystem Spec

Task Scheduler Error message/cannot run problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Error message when starting Task Scheduler Hank Arnold (MVP) Vista security 2 03 Nov 2009
Task scheduler returns an error : the task image is corrupt ortamp Jean-David Vista performance & maintenance 2 03 May 2008
Re: Error message when starting Task Scheduler Hank Arnold (MVP) Vista performance & maintenance 1 28 Mar 2008
Task scheduler pop up error message. peter c.a.hawkins Vista account administration 0 14 Jul 2007
Task Scheduler Error message/cannot run James Welch Vista performance & maintenance 0 03 Nov 2006