
Windows Scheduled & Resident Automation Kit
Build a robust way to run Python/PowerShell/bat on Windows on a schedule or as a resident process: Task Scheduler XML generation, a watchdog for liveness monitoring and auto-restart, log design, and result-code troubleshooting. No cloud — everything runs locally on the PC, designed so you notice when it stops and it recovers on its own. Includes a working watchdog.ps1, task XML templates, and a result-code troubleshooting table.
#엔지니어링
평점
더 많은 평가가 필요합니다
판매
1
사용 방법
다운로드
Windows Scheduled & Resident Automation Kit
Run scripts on Windows reliably — on a schedule or as a resident process — without the cloud. Built so you notice when it stops and it recovers on its own. Based on patterns proven in real production (automated news posting, content generation).
Who it's for
- People who want a daily/weekly job to run automatically
- Anyone whose resident bot/monitor keeps dying
- Anyone debugging "registered in Task Scheduler but it won't run"
What it does
- Task Scheduler XML generation — day/time, power/logon conditions, retries
- Watchdog liveness monitoring + auto-restart — a
health.jsonheartbeat; ships a workingwatchdog.ps1 - Log design — local + external records so you can explain when it ran / why it stopped
- Troubleshooting — causes and fixes per result code (0x1, 0x41301, etc.)
Bundled
references/task_scheduler_xml.md— task XML templates + a batch-register .batreferences/watchdog_pattern.md— liveness-monitoring designreferences/troubleshooting.md— result-code troubleshooting tableassets/watchdog.ps1— a ready-to-use generic watchdog
Note
- Targets Windows (Task Scheduler) environments
- Designed so secrets (API keys, etc.) are never written to logs


