[BUG] Claude Desktop installation fails with HRESULT 0x80073CF6 — CoworkVMService blocks install even when stopped, WindowsApps folders undeletable

Resolved 💬 1 comment Opened Jun 9, 2026 by pkuchta1990 Closed Jun 9, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Claude Desktop installation consistently fails at the MSIX registration step with AddPackage failed with HRESULT 0x80073CF6. The installer reports CoworkVMService already exists (potential conflict) and then fails to remove it with Access Denied — even when running with full elevation (Elevation type: Full, Is elevated: true).

ClaudeSetup.log

What Should Happen?

Steps to reproduce

  1. Download Claude Setup.exe from claude.ai
  2. Run installer (with or without administrator privileges)
  3. Installer downloads and verifies MSIX successfully
  4. Installation fails at AddPackage step

What I tried

  • Restarted the computer multiple times
  • Stopped CoworkVMService via Task Manager and PowerShell (sc.exe stop)
  • Removed Claude AppX packages via Get-AppxPackage *Claude* | Remove-AppxPackage -AllUsers
  • Deleted registry key HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages\Claude_*
  • Ran wsreset.exe to clear Windows Store cache
  • Used takeown and icacls to take ownership of WindowsApps folders — access still denied
  • Used robocopy /purge to empty WindowsApps folders — files removed but root folders still undeletable
  • Tried DISM /Remove-ProvisionedAppxPackage — Error 2
  • Deleted HKLM:\SYSTEM\CurrentControlSet\Services\CoworkVMService registry key — but installer still reports the service as conflicting after reboot

Key log lines:

WARNING: CoworkVMService already exists (potential conflict)
Conflicting service: true
WARNING: failed to remove conflicting service: could not open CoworkVMService: Access Denied
MSIX installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

Additional context

Two leftover folders remain in C:\Program Files\WindowsApps\ that cannot be deleted even with full admin rights:

  • Claude_1.10628.2.0_x64__pzs8sxrjxfjjc
  • Claude_1.11187.1.0_x64__pzs8sxrjxfjjc

Cowork was actively used with a personal Second Brain setup — restoring full desktop app functionality with Cowork is critical for my workflow.

Full log file attached.

Error Messages/Logs

Steps to Reproduce

Steps to reproduce

  1. Download Claude Setup.exe from claude.ai
  2. Run installer (with or without administrator privileges)
  3. Installer downloads and verifies MSIX successfully
  4. Installation fails at AddPackage step

What I tried

  • Restarted the computer multiple times
  • Stopped CoworkVMService via Task Manager and PowerShell (sc.exe stop)
  • Removed Claude AppX packages via Get-AppxPackage *Claude* | Remove-AppxPackage -AllUsers
  • Deleted registry key HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages\Claude_*
  • Ran wsreset.exe to clear Windows Store cache
  • Used takeown and icacls to take ownership of WindowsApps folders — access still denied
  • Used robocopy /purge to empty WindowsApps folders — files removed but root folders still undeletable
  • Tried DISM /Remove-ProvisionedAppxPackage — Error 2
  • Deleted HKLM:\SYSTEM\CurrentControlSet\Services\CoworkVMService registry key — but installer still reports the service as conflicting after reboot

Key log lines:

WARNING: CoworkVMService already exists (potential conflict)
Conflicting service: true
WARNING: failed to remove conflicting service: could not open CoworkVMService: Access Denied
MSIX installation failed: AddPackage failed: AddPackage failed with HRESULT 0x80073CF6

Additional context

Two leftover folders remain in C:\Program Files\WindowsApps\ that cannot be deleted even with full admin rights:

  • Claude_1.10628.2.0_x64__pzs8sxrjxfjjc
  • Claude_1.11187.1.0_x64__pzs8sxrjxfjjc

Cowork was actively used with a personal Second Brain setup — restoring full desktop app functionality with Cowork is critical for my workflow.

Full log file attached.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

N/A

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗