Preflight Checklist
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
- 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.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
- 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.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
Preflight Checklist
What's Wrong?
Claude Desktop installation consistently fails at the MSIX registration step with
AddPackage failed with HRESULT 0x80073CF6. The installer reportsCoworkVMService already exists (potential conflict)and then fails to remove it withAccess Denied— even when running with full elevation (Elevation type: Full, Is elevated: true).ClaudeSetup.log
What Should Happen?
Steps to reproduce
What I tried
sc.exe stop)Get-AppxPackage *Claude* | Remove-AppxPackage -AllUsersHKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages\Claude_*wsreset.exeto clear Windows Store cachetakeownandicaclsto take ownership of WindowsApps folders — access still deniedrobocopy /purgeto empty WindowsApps folders — files removed but root folders still undeletable/Remove-ProvisionedAppxPackage— Error 2HKLM:\SYSTEM\CurrentControlSet\Services\CoworkVMServiceregistry key — but installer still reports the service as conflicting after rebootKey log lines:
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__pzs8sxrjxfjjcCowork 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
What I tried
sc.exe stop)Get-AppxPackage *Claude* | Remove-AppxPackage -AllUsersHKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages\Claude_*wsreset.exeto clear Windows Store cachetakeownandicaclsto take ownership of WindowsApps folders — access still deniedrobocopy /purgeto empty WindowsApps folders — files removed but root folders still undeletable/Remove-ProvisionedAppxPackage— Error 2HKLM:\SYSTEM\CurrentControlSet\Services\CoworkVMServiceregistry key — but installer still reports the service as conflicting after rebootKey log lines:
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__pzs8sxrjxfjjcCowork 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