← 返回
开发者工具 中文

OpenClaw Windows Fix Scheduled Task Idle-Kill Bug Patch

Fixes the Windows scheduled task bug that kills OpenClaw processes during idle. One script, permanent fix.
修复Windows计划任务在空闲时终止OpenClaw进程的bug。一个脚本,永久修复。
theshadowrose
开发者工具 clawhub v1.0.0 1 版本 99850.7 Key: 无需
★ 0
Stars
📥 669
下载
💾 13
安装
1
版本
#bug-fix#fix#idle-kill#latest#openclaw#patch#scheduled-task#troubleshooting#windows

概述


The Problem

When OpenClaw runs as a Windows Scheduled Task, the default settings include an idle condition that kills the process after a period of inactivity. This means your agent goes offline randomly.

The Fix

This script creates a corrected scheduled task that:

  • Runs at user logon
  • Does NOT stop on idle
  • Restarts on failure (1 minute delay)
  • Runs whether on battery or AC power

Usage

Option 1: Run the fix script (recommended)

Right-click FIX_TASK.batRun as Administrator

Option 2: Manual fix

  1. Open Task Scheduler (search for it in Start)
  2. Find your OpenClaw task
  3. Right-click → Properties
  4. Go to Conditions tab
  5. UNCHECK "Start the task only if the computer is idle"
  6. UNCHECK "Stop if the computer ceases to be idle"
  7. Go to Settings tab
  8. UNCHECK "Stop the task if it runs longer than"
  9. Set "If the task fails, restart every" to 1 minute
  10. Click OK

FIX_TASK.bat Contents

@echo off
echo Fixing OpenClaw Scheduled Task...
echo.

REM Delete the old task
schtasks /delete /tn "OpenClaw Gateway" /f 2>nul

REM Create corrected task (runs at logon, no idle kill)
schtasks /create /tn "OpenClaw Gateway" /tr "cmd /c cd /d \"%USERPROFILE%\.openclaw\" && gateway.cmd" /sc ONLOGON /rl HIGHEST /f

echo.
echo Done! The task will now survive idle periods.
echo Restart your computer or run the task manually to apply.
pause

How to Verify

After running the fix:

  1. Open Task Scheduler
  2. Find "OpenClaw Gateway"
  3. Check Conditions tab — no idle conditions should be checked
  4. Leave your computer idle for 30+ minutes
  5. Check if OpenClaw is still running

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from

the use or misuse of this software — including but not limited to financial loss,

data loss, security breaches, business interruption, or any indirect/consequential damages.

  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for

their use case, environment, and risk tolerance.

  • No guarantee is made regarding accuracy, reliability, completeness, or fitness

for any particular purpose.

  • The author(s) are not responsible for how third parties use, modify, or distribute

this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read

this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system.

The author(s) are not responsible for data loss, corruption, or unauthorized access

resulting from software bugs, system failures, or user error. Always maintain

independent backups of important data. This software does not transmit data externally

unless explicitly configured by the user.


Support & Links

------
🐛 Bug ReportsTheShadowyRose@proton.me
Ko-fiko-fi.com/theshadowrose
🛒 Gumroadshadowyrose.gumroad.com
🐦 Twitter@TheShadowyRose
🐙 GitHubgithub.com/TheShadowRose
🧠 PromptBasepromptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

Installation Note

The FIX_TASK.bat script is included in the README instructions. Create a file named FIX_TASK.bat in your workspace and paste the script content from README.md. ClawHub does not distribute .bat files directly.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 08:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,528
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,926
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,473