[BUG] Claude Desktop installation fails with HRESULT 0x80073CF6 — CoworkVMService blocks install even when stopped, WindowsApps folders undeletable
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).
What Should Happen?
Steps to reproduce
- Download Claude Setup.exe from claude.ai
- Run installer (with or without administrator privileges)
- Installer downloads and verifies MSIX successfully
- 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.exeto clear Windows Store cache - Used
takeownandicaclsto take ownership of WindowsApps folders — access still denied - Used
robocopy /purgeto empty WindowsApps folders — files removed but root folders still undeletable - Tried DISM
/Remove-ProvisionedAppxPackage— Error 2 - Deleted
HKLM:\SYSTEM\CurrentControlSet\Services\CoworkVMServiceregistry 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__pzs8sxrjxfjjcClaude_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
- Download Claude Setup.exe from claude.ai
- Run installer (with or without administrator privileges)
- Installer downloads and verifies MSIX successfully
- 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.exeto clear Windows Store cache - Used
takeownandicaclsto take ownership of WindowsApps folders — access still denied - Used
robocopy /purgeto empty WindowsApps folders — files removed but root folders still undeletable - Tried DISM
/Remove-ProvisionedAppxPackage— Error 2 - Deleted
HKLM:\SYSTEM\CurrentControlSet\Services\CoworkVMServiceregistry 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__pzs8sxrjxfjjcClaude_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_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗