[BUG] MSIX installs for admin account not calling user on Windows 11 Pro — cannot launch Claude Desktop
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?
Windows 11 Pro
Claude MSIX version: 1.1.5749.0
Problem:
Installing Claude.msix requires administrator privileges, but when installed
as admin the package registers for the admin account (AdminBackup) instead
of my regular user account. Claude then silently fails to launch for my user.
Get-AppxPackage shows:
{S-1-5-21-1133972607-2626904044-3298523910-1004 [DBOY\AdminBackup]: Installed}
Steps tried:
- Removed all Claude packages with Remove-AppxPackage -AllUsers
- Removed CoworkVMService (was not present)
- Enabled Developer Mode and Hyper-V
- Downloaded MSIX from claude.ai/api/desktop/win32/x64/msix/latest/redirect
- Installing as normal user fails: 0x80073D28 (admin required for packaged service)
- Installing as admin installs for wrong user account
- Claude silently does not launch, no logs created, no process in Task Manager
This is a catch-22 — the MSIX needs admin to install its service, but
admin installation registers it for the wrong user.
Related issues: #25055, #25162
What Should Happen?
Claude Desktop should install successfully for the logged-in user (Graham Smith),
not the administrator account. After installation, Claude Desktop should launch
and display the main window when opened from the Start menu.
Error Messages/Logs
Steps to Reproduce
- Have a Windows 11 Pro machine with a standard user account and a separate
admin account (DBOY\AdminBackup)
- Enable Developer Mode in Settings → System → For Developers
- Enable Hyper-V, Virtual Machine Platform, and Windows Hypervisor Platform
- Download Claude.msix from https://claude.ai/api/desktop/win32/x64/msix/latest/redirect
- Double-click Claude.msix as normal user — fails with "administrator privileges required"
- Install via admin PowerShell: Add-AppxPackage -Path "C:\Users\Graham Smith\Downloads\Claude.msix"
- Installation succeeds but registers for admin account, not the calling user
- Run: Get-AppxPackage -Name "Claude" -AllUsers | Select-Object PackageUserInformation
Result shows: [DBOY\AdminBackup]: Installed — NOT the regular user
- Claude silently fails to launch — no window, no process in Task Manager, no log files created
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
Claude MSIX version: 1.1.5749.0
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗