Windows Cowork VM Service Error: Path Issue and Fix

Windows Cowork VM Service Failure
Windows users of Claude's Cowork feature are experiencing a recurring error where the service fails every 10-20 minutes with the message "VM service not running. The service failed to start." The root cause is related to the vm_bundles folder, but the commonly cited path (%APPDATA%\Claude\vm_bundles) doesn't exist for MSIX installations.
The Actual Problem
The issue stems from Cowork looking for the vm_bundles folder in the wrong location on Windows systems with MSIX installations. The standard path that most documentation references doesn't apply to these installations, leading to the service repeatedly failing to start.
Documented Solution
A user has documented the complete fix, which includes:
- Identifying the correct path for the vm_bundles folder on MSIX installations
- A repair script to address the issue
- A filed bug report with Anthropic (GitHub issue #170)
- An assessment of Cowork's current stability status on Windows
Available Resources
The full technical write-up with detailed steps is available at the author's website, and the GitHub issue (#170) has been created in the anthropics/knowledge-work-plugins repository to track this problem officially.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw installation hurdles on Windows 11 and how to overcome them
A user details three specific obstacles when installing OpenClaw on a fresh Windows 11 machine: PowerShell execution policy, Windows Defender blocking, and missing dependencies like Node.js and Git.

Analysis of Claude Code's Production Engineering Patterns from Reverse-Engineered Source
A developer reverse-engineered approximately 500,000 lines of Claude Code's TypeScript source code into a 19-chapter technical handbook documenting production engineering patterns that emerge under real load, real money, and real adversaries.

The LLM Voice Problem: Avoiding AI-Generated Writing Patterns
A developer discusses the common issue of LLM-assisted writing having recognizable "LLM-isms" that trigger immediate AI detection, and shares an article on identifying these patterns and editing for authenticity.

OpenClaw setup for human-in-the-loop browser automation with Docker, Chromium, and noVNC
A developer shares their Docker container setup that enables OpenClaw to handle CAPTCHAs and approvals mid-run by using Chromium with noVNC for remote access, requiring ~300MB RAM and 3-second cold starts.