Fix for 'VM Service Not Running' error in Cowork on Windows 11

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
Fix for 'VM Service Not Running' error in Cowork on Windows 11
Ad

Diagnosing and fixing the virtualization error

A user on r/ClaudeAI reported encountering a 'VM Service Not Running' error in Cowork on Windows 11 Home, particularly when tinkering with MCPs. The error appeared and disappeared randomly. After checking that Hyper-V was installed and running, they discovered the root cause: the hypervisor wasn't set to launch at boot.

Diagnostic command

To check if this is the issue, run this PowerShell command:

bcdedit /enum | findstr -i hypervisor

If the output shows hypervisorlaunchtype Off, that's the problem. The hypervisor needs to be active at the boot level, not just running as a service after Windows loads.

Fix command

To resolve this, run:

bcdedit /set hypervisorlaunchtype auto

After running this command, perform a full restart of your system and try Cowork again. The user confirmed this fixed their issue after multiple troubleshooting attempts.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

How OpenCLAW Memory Actually Works: Fixing Agent 'Forgetting'
Guides

How OpenCLAW Memory Actually Works: Fixing Agent 'Forgetting'

OpenCLAW agents don't have persistent memory between conversations - they reconstruct context from files like SOUL.md, USER.md, and MEMORY.md each time. Common 'forgetting' issues stem from old sessions, unstructured memory files, and storing important info in chat history instead of permanent files.

OpenClawRadar
Practical setup and configuration guide for OpenClaw self-hosted AI agent
Guides

Practical setup and configuration guide for OpenClaw self-hosted AI agent

OpenClaw is a self-hosted AI agent that integrates with messaging apps and maintains persistent memory through a file-based system. Key setup recommendations include starting with the terminal interface, connecting only one messaging channel initially, and properly configuring the SOUL.md file for personality and security rules.

OpenClawRadar
OpenClaw 4.1 with Gemma 4 Stack: Hybrid Architecture and Setup Fixes
Guides

OpenClaw 4.1 with Gemma 4 Stack: Hybrid Architecture and Setup Fixes

A Reddit post details an optimized local agent stack combining OpenClaw 4.1 with Google's Gemma 4 model, featuring a hybrid architecture, specific configuration fixes for Ollama tool calling, and context window adjustments.

OpenClawRadar
Qwen3.5-397B MoE Runs on 14GB RAM via Paged Expert Loading on M1 Ultra
Guides

Qwen3.5-397B MoE Runs on 14GB RAM via Paged Expert Loading on M1 Ultra

Paged MoE engine keeps only 20 experts resident and lazy-loads the rest from SSD, running a 209GB 397B model on a 64GB Mac Studio with 1.59 tok/s and 14GB peak RAM. Includes smaller model benchmarks.

OpenClawRadar