Cowork VM Service Fails on Windows 11 Due to Missing DCOM Registry Entry

A detailed diagnosis reveals why Cowork's VM service fails to start on Windows 11 systems, particularly after a Home to Pro upgrade. The root cause is a missing DCOM registry entry that blocks communication with Hyper-V.
The Problem
Users encounter the error: "Failed to start Claude's workspace — VM service not running. The service failed to start." The CoworkVMService exits with code 1066 ("Incorrect function") due to a DCOM permission error (Event ID 10016). The Claude MSIX container cannot activate the required Hyper-V COM interface.
Root Cause
The specific APPID {15C20B67-12E7-4BB6-92BB-7AFF07997402}, which needs Local Activation permission for DCOM, is completely absent from the Windows registry. This prevents the standard DCOM fix (taking ownership in the registry and granting permissions in Component Services) because there's nothing to modify.
User Setup and Attempted Fixes
The diagnosis was performed on:
- Windows 11 Pro (upgraded from Home)
- ASUS ROG system
- Claude Desktop v1.1.8629
- Hyper-V fully enabled, vmcompute running, WSL2 installed
Attempted solutions that did not work:
- Upgrading from Windows 11 Home to Pro
- Enabling Hyper-V, VirtualMachinePlatform, and HypervisorPlatform
- Installing WSL2
- Deleting and re-downloading the VM bundle
- Manually running
Start-Service CoworkVMService - Checking Component Services via
dcomcnfg
Why Only Anthropic Can Fix This
The missing APPID is part of Anthropic's own COM registration. Their installer needs to create this registry entry with the correct permissions. Users cannot safely create this DCOM configuration themselves.
GitHub Issues Tracking This Bug
The issue is documented in two GitHub threads:
- Issue #30179 (Home→Pro upgrade, identical root cause)
- Issue #36801 (still open as of last week, no fix available)
📖 Read the full source: r/ClaudeAI
👀 See Also

llama.cpp Q8_0 quantization gets 3.1x speedup on Intel Arc GPUs with SYCL reorder fix
A fix to llama.cpp's SYCL backend brings Q8_0 quantization on Intel Arc GPUs from 21% to 66% of theoretical memory bandwidth, achieving 15.24 tokens/second versus 4.88 tokens/second previously on an Arc Pro B70 with Qwen3.5-27B.

Reddit discussion highlights shift from chatbots to autonomous agents with local execution
A Reddit post distinguishes chatbots from autonomous agents using concrete examples and notes the trend toward local execution with models like LLaMA running on private workstations.

Wikipedia Bans AI-Generated Content, Allows Limited AI Use with Human Review
Wikipedia has officially banned its 260,000 editors from using AI like ChatGPT to write articles, citing accuracy and reliability concerns. Editors can still use AI for translation and copy editing with human approval.

Developer Replaces $25/hr Virtual Assistant with AI Agents, Confronts Ethical Implications
A developer replaced a $25/hour virtual assistant with AI agents that handle follow-ups, scheduling, lead tracking, and CRM updates. The AI setup costs about $1,000/month and performs tasks faster and more consistently than the human assistant.