Windows 10: How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler?

Discus and support How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler? in Windows 10 Software and Apps to solve the problem; Hi, so I am having some quite open source program that is very simple UI mainly for 1 or 2 tasks, like pyTranscriber. These programs usually don't have... Discussion in 'Windows 10 Software and Apps' started by cndhng, Oct 7, 2022.

  1. cndhng Win User

    How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler?


    Hi, so I am having some quite open source program that is very simple UI mainly for 1 or 2 tasks, like pyTranscriber. These programs usually don't have a "what to do when done" kind of option where you can shutdown, sleep, or hibernate your PC. Is there a chance that I can somehow be able to set this by using Task Scheduler?Thank you

    :)
     
    cndhng, Oct 7, 2022
    #1

  2. task schedule

    How to set Task Scheduler automatic shutdown at a specific time - Microsoft Community :

    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/how-to-set-task-scheduler-automatic-shutdown-at-a/20efdebb-387b-402c-b517-f89abdbd2635


    Set Up Your PC to Shut Down Automatically at Night When Idle :
    http://lifehacker.com/5656050/set-up-your-pc-to-shut-down-automatically-at-night-when-idle


    The steps apply to Windows 10 as well.
     
    Ramesh Srinivasan, Oct 7, 2022
    #2
  3. Try3 Win User
    Task Scheduler - On Idle

    Bish,

    Well, I think you have done everything correctly and these guides also agree with you
    Understandingthe Task Scheduler Interface – Erwin
    TS- Task Idle Conditions MSDN

    In a ServerFault thread, a user reported the same fault as you and confirmed the behaviour on several other computers. I’d say it’s a Windows bug and you could report it using the Feedback App.
    TaskScheduler - Task Idle Conditions - ServerFault

    Task scheduler is very old, like Event viewer & Disk management, and MS might have a quiet ban on any tinkering with it. They might quietly regard it as deprecated and are thinking about a complete reimplementation at some unspecififed time in the future.

    In the meantime, I suggest that you insert a waiting period in your script to cope with the problem. Since you are running a batch file, the command TimeOut will do the job -
    Response to timeout /?
    Code:
    see also TimeOut - SS64

    Denis
     
    Try3, Oct 7, 2022
    #3
  4. How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler?

    Auto Shutdown using the Windows 10 Task Scheduler not shown in the Task Scheduler Library

    1. I ran the Task Scheduler Viewer. Nothing in the task viewers list appeared to be related to a scheduled shutdown. As a precaution I also looked for anything task scheduled for midnight and found nothing scheduled
    at or near midnight.

    2. At this time I'm theorizing that the problem might be the result of one of the third party applications. Looking at the list of programs installed, only one candidate is known to have the ability to initiate a shutdown.
    Macro Express 3 can do that and maybe interfere with the task scheduler. ME is a program I have had and used for a couple of decades dating back to the XP days and possibly Win 95. The original ME is gone and replaced with newer versions. Currently Vers 3.
    I have never created and used a macro for performing windows system functions. I had use it for password storage, and now just text and spreadsheet editing. As a precaution I checked and found no sign of any macro in the program initiates a shut down or any
    other scheduled/timed function. It has been a largely trouble free app. As a kind of last resort I have removed ME3 from the computer. I'm skeptical that it is involved in the problem. I'll find out tonight at midnight if computer still shuts down.
     
    CliffordSanford, Oct 7, 2022
    #4
Thema:

How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler?

Loading...
  1. How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler? - Similar Threads - auto shutdown program

  2. Task scheduler is not running jobs properly

    in Windows 10 Gaming
    Task scheduler is not running jobs properly: I had set up multiple jobs in Task Scheduler which runs for every 15min time interval each and 4 jobs with difference of 2-3 min each one after one which took 15min- 2hr time to complete depending on jobbut it goes in running status for infinite times and could not end jobs...
  3. Task scheduler is not running jobs properly

    in Windows 10 Software and Apps
    Task scheduler is not running jobs properly: I had set up multiple jobs in Task Scheduler which runs for every 15min time interval each and 4 jobs with difference of 2-3 min each one after one which took 15min- 2hr time to complete depending on jobbut it goes in running status for infinite times and could not end jobs...
  4. Task scheduler is not running jobs properly

    in Windows 10 BSOD Crashes and Debugging
    Task scheduler is not running jobs properly: I had set up multiple jobs in Task Scheduler which runs for every 15min time interval each and 4 jobs with difference of 2-3 min each one after one which took 15min- 2hr time to complete depending on jobbut it goes in running status for infinite times and could not end jobs...
  5. How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler?

    in Windows 10 Gaming
    How do I auto shutdown my PC after a program/task is done/finish job/idle with Task Scheduler?: Hi, so I am having some quite open source program that is very simple UI mainly for 1 or 2 tasks, like pyTranscriber. These programs usually don't have a "what to do when done" kind of option where you can shutdown, sleep, or hibernate your PC. Is there a chance that I can...
  6. Should I end a task-scheduler task after processing is finished?

    in Windows 10 Support
    Should I end a task-scheduler task after processing is finished?: Via task scheduler, I start a program that runs some calculations and closes itself when finished. But the task in taskscheduler is still "running" instead of being back to "ready". I have seen that this blocks other tasks from writing to a file created by the first program....
  7. Task Scheduler - On Idle

    in Windows 10 Support
    Task Scheduler - On Idle: I have a script I created to run after the PC has been idle for one hour. It seems as though no matter what terms I define for trigger conditions, it will run after 10 minutes. 10 minutes is not a condition I have defined anywhere in the Task Scheduler. Is there an actual...
  8. Task Scheduler - Idle Condition Not Honored

    in Windows 10 Support
    Task Scheduler - Idle Condition Not Honored: This should be pretty simple but really has me stumped. I have a scheduled task that is specified to only run if the computer is idle for 50 minutes. This works on Windows 7, but on Windows 10 it never honors the idle condition. It always runs immediately. This happens on...
  9. How to run a program in task scheduler?

    in Windows 10 Software and Apps
    How to run a program in task scheduler?: I have installed Speedfan and it won't run at the windows startup, so I tried to schedule it in task scheduler, I am not familiar with using it and wondered if there is a guide for W10 64 anywhere or if anyone can tell me how? Many thanks in advance! John. 13863
  10. Parallel batch jobs in one scheduled task

    in Windows 10 Support
    Parallel batch jobs in one scheduled task: Parallel batch jobs in one scheduled task hi, This should be an easy answer. I want to create one scheduled task, it will be called "CLEAR_PHOTOSBYDATE", see attached pic or (approximate example, not literal job...yet)...