home.social

#taskscheduler — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #taskscheduler, aggregated by home.social.

  1. Run a Windows task on system unlock

    You can't do it through any of the normal scheduler commands. But if you write an XML block that includes a SessionStateChangeTrigger, like

    <SessionStateChangeTrigger>
    <StateChange>SessionUnlock</StateChange>
    </SessionStateChangeTrigger>

    Then you can pass the whole XML block to Register-ScheduledTask:

    Register-ScheduledTask -Xml $xml -Force

  2. Run a Windows task on system unlock

    You can't do it through any of the normal scheduler commands. But if you write an XML block that includes a SessionStateChangeTrigger, like

    <SessionStateChangeTrigger>
    <StateChange>SessionUnlock</StateChange>
    </SessionStateChangeTrigger>

    Then you can pass the whole XML block to Register-ScheduledTask:

    Register-ScheduledTask -Xml $xml -Force

    #TIL #Windows #TaskScheduler

  3. Run a Windows task on system unlock

    You can't do it through any of the normal scheduler commands. But if you write an XML block that includes a SessionStateChangeTrigger, like

    <SessionStateChangeTrigger>
    <StateChange>SessionUnlock</StateChange>
    </SessionStateChangeTrigger>

    Then you can pass the whole XML block to Register-ScheduledTask:

    Register-ScheduledTask -Xml $xml -Force

    #TIL #Windows #TaskScheduler

  4. Run a Windows task on system unlock

    You can't do it through any of the normal scheduler commands. But if you write an XML block that includes a SessionStateChangeTrigger, like

    <SessionStateChangeTrigger>
    <StateChange>SessionUnlock</StateChange>
    </SessionStateChangeTrigger>

    Then you can pass the whole XML block to Register-ScheduledTask:

    Register-ScheduledTask -Xml $xml -Force

    #TIL #Windows #TaskScheduler

  5. Run a Windows task on system unlock

    You can't do it through any of the normal scheduler commands. But if you write an XML block that includes a SessionStateChangeTrigger, like

    <SessionStateChangeTrigger>
    <StateChange>SessionUnlock</StateChange>
    </SessionStateChangeTrigger>

    Then you can pass the whole XML block to Register-ScheduledTask:

    Register-ScheduledTask -Xml $xml -Force

    #TIL #Windows #TaskScheduler

  6. Windowsで定期実行を組むとき、タスクスケジューラ/PowerShell/WSL cronのどれを選ぶか迷ったので整理しました。
    GUIで手軽に設定できるタスクスケジューラ、柔軟なスクリプト制御ができるPowerShell、Linuxライクに運用できるWSL cron、それぞれの強み・ハマりどころを比較しています。
    用途別の使い分けもまとめたので、同じ構成で悩む方の参考になれば。
    chun-log.jp/windows-vs-tasksch

    #Windows #TaskScheduler #PowerShell #WSL #Cron #自動化 #運用改善 #バッチ処理

  7. Rhythm - ứng dụng lên kế hoạch công việc tự động cho lịch của bạn! Chỉ cần nhập nhiệm vụ bằng ngôn ngữ tự nhiên như "hoàn thành ghi chú sinh học trong 1.5 giờ vào thứ Năm", Rhythm sẽ sắp xếp khéo léo theo giờ làm việc, chèn thời gian nghỉ và tránh công việc quá dài. Ứng dụng đã chính thức hoạt động tại rhythm.to #Tiệníchmới #Lịchtrítuệ #Quảnlýthờigian #Rhythm #TaskScheduler #Côngnghệ mới

    reddit.com/r/SideProject/comme

  8. Dự án lập lịch tác vụ C++ "gần như không khóa" (lockless-ish) đầu tiên, cũng là lần đầu tác giả thử nghiệm đa luồng. Dự án hiện chỉ hỗ trợ Windows và dùng VC++ (không CMake). Tác giả đang tìm kiếm phản hồi và ý kiến đóng góp từ cộng đồng.
    #Cplusplus #Programming #TaskScheduler #Windows #Threads #LậpTrình #ĐaLuồng #DựÁnMới

    reddit.com/r/programming/comme

  9. Dự án lập lịch tác vụ C++ "gần như không khóa" (lockless-ish) đầu tiên, cũng là lần đầu tác giả thử nghiệm đa luồng. Dự án hiện chỉ hỗ trợ Windows và dùng VC++ (không CMake). Tác giả đang tìm kiếm phản hồi và ý kiến đóng góp từ cộng đồng.
    #Cplusplus #Programming #TaskScheduler #Windows #Threads #LậpTrình #ĐaLuồng #DựÁnMới

    reddit.com/r/programming/comme

  10. How To Resolve Task Scheduler Error 2147943712 In Windows 10 💻🛠️
    Seeing this error pop up on Windows 10? Don’t worry—we’ve got simple steps to fix it and keep your scheduled tasks running smoothly. ✅
    👉 Read the full guide here:

    izoate.com/blog/how-to-resolve

    #Windows10 #TaskScheduler #ErrorFix #TechTips #Troubleshooting #Izoate #WindowsErrors

  11. How To Resolve Task Scheduler Error 2147943712 In Windows 10 💻⚙️
    Running into this frustrating error? Follow our step-by-step guide to fix it and keep your tasks running smoothly. ✅
    👉 Read the full guide here:

    izoate.com/blog/how-to-resolve

    #Windows10 #TaskScheduler #ErrorFix #TechTips #Izoate #Troubleshooting #WindowsErrors

  12. Wondering why your Windows Task Scheduler entries are deactivating? 🤔💻 Find out the common causes and how to fix them to keep your tasks running smoothly! Check out the solution here #WindowsTips #TaskScheduler #TechFix

    pupuweb.com/why-are-windows-ta

  13. Wondering why your Windows Task Scheduler entries are deactivating? 🤔💻 Find out the common causes and how to fix them to keep your tasks running smoothly! Check out the solution here #WindowsTips #TaskScheduler #TechFix

    pupuweb.com/why-are-windows-ta

  14. Wondering why your Windows Task Scheduler entries are deactivating? 🤔💻 Find out the common causes and how to fix them to keep your tasks running smoothly! Check out the solution here #WindowsTips #TaskScheduler #TechFix

    pupuweb.com/why-are-windows-ta

  15. Wondering why your Windows Task Scheduler entries are deactivating? 🤔💻 Find out the common causes and how to fix them to keep your tasks running smoothly! Check out the solution here #WindowsTips #TaskScheduler #TechFix

    pupuweb.com/why-are-windows-ta

  16. Hey folks :FediverseSymbol:

    Feel a bit dumb for asking them, but our Google-Fu is failing us here on this.

    Can anyone confirm whether there is some way to configure a task in Windows 10 (via Task Scheduler) to run a task every N hours daily between 2 times only?

    We've got a drive synchronisation task which currently runs every 3 hours. However, we want to change it so that it only runs from 09:00 to 21:00 inclusive.

    As far as we can tell, there doesn't seem to be an option possible in Windows 10 for this, but we wanted to double-check before we go creating multiple daily events (i.e., tasks to run once daily at 09:00, 12:00, 15:00, 18:00, and 21:00).

    Genuinely asking here :PinkHeart:

    #GenuinelyAsking #AskFedi #Windows10 #Windows #TaskScheduler #AreWeMissingSomethingObvious

  17. Hey folks :FediverseSymbol:

    Feel a bit dumb for asking them, but our Google-Fu is failing us here on this.

    Can anyone confirm whether there is some way to configure a task in Windows 10 (via Task Scheduler) to run a task every N hours daily between 2 times only?

    We've got a drive synchronisation task which currently runs every 3 hours. However, we want to change it so that it only runs from 09:00 to 21:00 inclusive.

    As far as we can tell, there doesn't seem to be an option possible in Windows 10 for this, but we wanted to double-check before we go creating multiple daily events (i.e., tasks to run once daily at 09:00, 12:00, 15:00, 18:00, and 21:00).

    Genuinely asking here :PinkHeart:

    #GenuinelyAsking #AskFedi #Windows10 #Windows #TaskScheduler #AreWeMissingSomethingObvious

  18. Hey folks :FediverseSymbol:

    Feel a bit dumb for asking them, but our Google-Fu is failing us here on this.

    Can anyone confirm whether there is some way to configure a task in Windows 10 (via Task Scheduler) to run a task every N hours daily between 2 times only?

    We've got a drive synchronisation task which currently runs every 3 hours. However, we want to change it so that it only runs from 09:00 to 21:00 inclusive.

    As far as we can tell, there doesn't seem to be an option possible in Windows 10 for this, but we wanted to double-check before we go creating multiple daily events (i.e., tasks to run once daily at 09:00, 12:00, 15:00, 18:00, and 21:00).

    Genuinely asking here :PinkHeart:

    #GenuinelyAsking #AskFedi #Windows10 #Windows #TaskScheduler #AreWeMissingSomethingObvious

  19. Hey folks :FediverseSymbol:

    Feel a bit dumb for asking them, but our Google-Fu is failing us here on this.

    Can anyone confirm whether there is some way to configure a task in Windows 10 (via Task Scheduler) to run a task every N hours daily between 2 times only?

    We've got a drive synchronisation task which currently runs every 3 hours. However, we want to change it so that it only runs from 09:00 to 21:00 inclusive.

    As far as we can tell, there doesn't seem to be an option possible in Windows 10 for this, but we wanted to double-check before we go creating multiple daily events (i.e., tasks to run once daily at 09:00, 12:00, 15:00, 18:00, and 21:00).

    Genuinely asking here :PinkHeart:

    #GenuinelyAsking #AskFedi #Windows10 #Windows #TaskScheduler #AreWeMissingSomethingObvious

  20. Hey folks :FediverseSymbol:

    Feel a bit dumb for asking them, but our Google-Fu is failing us here on this.

    Can anyone confirm whether there is some way to configure a task in Windows 10 (via Task Scheduler) to run a task every N hours daily between 2 times only?

    We've got a drive synchronisation task which currently runs every 3 hours. However, we want to change it so that it only runs from 09:00 to 21:00 inclusive.

    As far as we can tell, there doesn't seem to be an option possible in Windows 10 for this, but we wanted to double-check before we go creating multiple daily events (i.e., tasks to run once daily at 09:00, 12:00, 15:00, 18:00, and 21:00).

    Genuinely asking here :PinkHeart:

    #GenuinelyAsking #AskFedi #Windows10 #Windows #TaskScheduler #AreWeMissingSomethingObvious