Windows 10: Task scheduler completed with exit code 2147942655

Discus and support Task scheduler completed with exit code 2147942655 in Windows 10 Gaming to solve the problem; Task scheduler completed with exit code 2147942655 but task was not triggered can someone help me with it.... Discussion in 'Windows 10 Gaming' started by Vaishnav A V, Mar 7, 2022.

  1. Task scheduler completed with exit code 2147942655


    Task scheduler completed with exit code 2147942655 but task was not triggered can someone help me with it.

    :)
     
    Vaishnav A V, Mar 7, 2022
    #1

  2. Cannot schedule a task with Task Scheduler - error 2147942403

    Hi,

    I suggest you to check the below settings and check fi it helps.

    • In task scheduler, click on the scheduled job properties > then settings.
    • In the last listed option: "If the task is already running, the following rule applies:"
    • Select "Stop the existing instance" from the drop down list.
    • Save and Exit. Then check whether the task is running or not.

    Please get back to us with an update on this issue, we will be happy to assist you further.

    Thank you.
     
    Karthicka_R, Mar 7, 2022
    #2
  3. Task scheduler- task completed "successfully" with exit code 0x8007001

    Hi,
    I am running a daily task which is supposed to
    - wake the computer from hibernation
    - copy a file to a network drive, and create a log file
    - shutdown the computer

    When starting the task manually from within the task scheduler, everything is executed as intended.

    When leaving the computer in hibernation mode, the task scheduler wakes the computer at the specified time, but apparently the command file (.cmd) ist not executed at all. No log file ist created, no file is copied, and the computer is not shut down. The task is marked as "successfully completed with the return code 0x80070001" displayed in decimal (2147942401).
    This error code seems to indicate an "illegal function", but I have no clue what that might be, especially since the task runs fine when started manually, as said.

    Any hint highly appreciated, questions welcome.
     
    Steinspecht, Mar 7, 2022
    #3
  4. Task scheduler completed with exit code 2147942655

    Task scheduler- task completed "successfully" with exit code 0x8007001

    I am running a daily task on Windows 10 Pro which is supposed to

    • wake the computer from hibernation
    • start cmd.exe, run a command script to copy a file to a network drive, create a log file
    • shutdown the computer

    When starting the task manually from within the task scheduler, everything is executed as intended.

    When leaving the computer in hibernation mode, the task scheduler wakes the computer at the specified time, but apparently the command file (.cmd) ist not executed at all. No log file ist created, no file is copied, and the computer is not shut down. The task is marked as "successfully completed with the return code 2147942401" which is hex 0x80070001.
    This error code seems to indicate an "illegal function", but I have no clue what that might be, especially since the task runs fine when started manually, as said.

    Here's an overview of the task settings (translated from German, but it should be clear):

    • General:
      execute regardless of user login; don't store password; highest privileges; configured for Windows 10
    • Actions: start program cmd.exe; arguments: /c "path-to-cmd-script\script.cmd >> logfile.txt"; start in: empty
    • Conditions: reactivate computer
    • Settings: allow execution if needed; if execution fails restart every 10 minutes; end task if execution longer than 3 days; force ending of active task if not stopped on request; don't start new instance

    I have another task doing a backup with exactly the same setting which is running fine (wakes up, runs a script, then shuts down computer).

    Any hint highly appreciated, questions welcome.
     
    Steinspecht, Mar 7, 2022
    #4
Thema:

Task scheduler completed with exit code 2147942655

Loading...
  1. Task scheduler completed with exit code 2147942655 - Similar Threads - Task scheduler completed

  2. The Scheduled Task for Storage Sense exits with error

    in Windows 10 Gaming
    The Scheduled Task for Storage Sense exits with error: Hello,I am trying to use Storage Sense on a Citrix server Windows Server 2022 to allow my users ot use Onedrive by cleaning the cache everyday.The issue I have at the moment is that the storage sense Scheduled Task seems to exit with an error "Non-registered class".I have...
  3. The Scheduled Task for Storage Sense exits with error

    in Windows 10 Software and Apps
    The Scheduled Task for Storage Sense exits with error: Hello,I am trying to use Storage Sense on a Citrix server Windows Server 2022 to allow my users ot use Onedrive by cleaning the cache everyday.The issue I have at the moment is that the storage sense Scheduled Task seems to exit with an error "Non-registered class".I have...
  4. Running python code in task scheduler

    in Windows 10 Gaming
    Running python code in task scheduler: I watched a couple videos and looked at a couple websites on how to do this, but when I entered everything they said to and ran it, nothing happened. The program/script came from the command prompt wheres python command, the arguments was my code/file name, and the start in...
  5. Running python code in task scheduler

    in Windows 10 Software and Apps
    Running python code in task scheduler: I watched a couple videos and looked at a couple websites on how to do this, but when I entered everything they said to and ran it, nothing happened. The program/script came from the command prompt wheres python command, the arguments was my code/file name, and the start in...
  6. Task Scheduler Error Code

    in AntiVirus, Firewalls and System Security
    Task Scheduler Error Code: Hi tonight when I go to task scheduler to check did my tasks are working .. I found out that my window defender verification is showing The operator or administrator has refused the request 0x800710E0 so I search online and find out that I need to change the user to...
  7. Task scheduler completed with exit code 2147942655

    in Windows 10 Customization
    Task scheduler completed with exit code 2147942655: Task scheduler completed with exit code 2147942655 but task was not triggered can someone help me with it. https://answers.microsoft.com/en-us/windows/forum/all/task-scheduler-completed-with-exit-code-2147942655/46c2ab83-0738-4622-a6fa-62ea0bed268d
  8. Task scheduler completed with exit code 2147942655

    in Windows 10 Software and Apps
    Task scheduler completed with exit code 2147942655: Task scheduler completed with exit code 2147942655 but task was not triggered can someone help me with it. https://answers.microsoft.com/en-us/windows/forum/all/task-scheduler-completed-with-exit-code-2147942655/46c2ab83-0738-4622-a6fa-62ea0bed268d
  9. Task Scheduler says task complete, but process didn't run

    in Windows 10 BSOD Crashes and Debugging
    Task Scheduler says task complete, but process didn't run: I have a task set up in the Task Scheduler to run whether the user is logged in or not. The task runs twice a day. The actions on it are to run various .bat files. One of those .bat files runs a python script and one runs a specific piece of software that will update SQL...
  10. Task scheduler- task completed "successfully" with exit code 0x8007001

    in Windows 10 Support
    Task scheduler- task completed "successfully" with exit code 0x8007001: Hi, I am running a daily task which is supposed to - wake the computer from hibernation - copy a file to a network drive, and create a log file - shutdown the computer When starting the task manually from within the task scheduler, everything is executed as intended....