๐ OpenClaw on Windows
Reset Guide
How to remove OpenClaw and start fresh
โ ๏ธ When to Reset
Use this guide if OpenClaw will not launch, Mission Control is not showing current data, or your workspace setup appears broken.
Before resetting, fully close Mission Control and any open OpenClaw terminal windows.
๐งน Step 1 โ Remove OpenClaw and Workspace
npm uninstall -g openclaw && rm -rf ~/.openclaw
๐ฆ Step 2 โ Reinstall Current Stable Version
VERSION=$(curl -fsSL https://raw.githubusercontent.com/zerolabs-app/openclaw-version-control/main/version.txt) && echo Installing OpenClaw $VERSION && npm view "openclaw@$VERSION" version && npm uninstall -g openclaw && npm cache clean --force && npm install -g "openclaw@$VERSION" && openclaw --version
๐ฅ๏ธ Step 4 โ Relaunch Mission Control
openclaw dashboard
โ After Reset
OpenClaw should recreate a clean workspace and relaunch using the current stable recommended version.
Resetting OpenClaw removes your local workspace files and task history.
โ Back to Home