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

12GB VRAM Benchmarks: Running Qwen 3.6 and Gemma 4 Models on a RTX 4070 Super
A Reddit user shares detailed speed benchmarks for Qwen3.6-35B-A3B, Qwen3.6-27B, Gemma 4 26B, and Gemma 4 31B on a 12GB RTX 4070 Super using llama.cpp with optimized settings.

Claude Code Structure That Survived Multiple Real Projects
A developer shares a Claude Code setup that held up across 2-3 real projects with multiple skills, MCP servers, and agents. Key findings include using CLAUDE MD for consistency, splitting skills by intent, implementing hooks, and keeping context usage under 60%.
Craft Coding: Let AI Review, Not Write, Your Code
Peter Bloem argues that vibe-coding is a dead end. Instead, have AI review your code while you do the writing. This keeps skills sharp and avoids the trap of unchecked AI output.

Practical Claude Code Workflow for Development Teams
A Reddit user shares their internal presentation on Claude Code best practices, including model selection, structured workflows, and specific prompt techniques to improve output quality.