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

Optimizing AutoResearch on RTX 5090: What Failed and What Worked
A developer shares specific configuration details for running AutoResearch on an RTX 5090/Blackwell setup, including failed approaches that appeared functional but performed poorly, and the working configuration that achieved stable results with TOTAL_BATCH_SIZE=2**17 and TIME_BUDGET=1200.

Fix for Running OpenClaw on Android via proot Ubuntu: Hijack networkInterfaces() to Resolve uv_interface_addresses Error 13
A developer shares a fix for running OpenClaw 2026.3.13 on Android 16 via Termux and proot Ubuntu 25.10, where the app crashes with 'uv_interface_addresses returned Unknown system error 13'. The solution is a JavaScript hijack script that overrides os.networkInterfaces().

OpenClaw Memory Plugin Testing Results and Recommended Stack
A Reddit user tested every OpenClaw memory plugin and found the default markdown setup causes token bloat and instruction compression. The recommended setup combines Obsidian for human-readable notes, QMD for token-free searching, and SQLite for structured data.

Implementing Time Tracking in Claude AI Projects
A method using Claude AI involves time-stamping responses to track work sessions and send break reminders.