claude-code - 💡(How to fix) Fix [BUG] Claude Desktop install causes Windows 10 Task Manager to crash when switching to More details [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48055Fetched 2026-04-15 06:34:33
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1

Error Message

Application Error:

Faulting application name: Taskmgr.exe Faulting application version: 10.0.19041.6280 Faulting module name: Taskmgr.exe Faulting module version: 10.0.19041.6280 Exception code: 0xc0000005 Fault offset: 0x00000000000748a1 Faulting application path: C:\Windows\system32\Taskmgr.exe Faulting module path: C:\Windows\system32\Taskmgr.exe

Windows Error Reporting:

Event name: APPCRASH P1: Taskmgr.exe P2: 10.0.19041.6280 P4: Taskmgr.exe P5: 10.0.19041.6280 P7: c0000005 P8: 00000000000748a1

Crash dump collected:

Taskmgr.exe.10212.dmp Size: 162,575,208 bytes Created: 2026-04-15 00:06:59 KST

Code Example

Application Error:

Faulting application name: Taskmgr.exe
Faulting application version: 10.0.19041.6280
Faulting module name: Taskmgr.exe
Faulting module version: 10.0.19041.6280
Exception code: 0xc0000005
Fault offset: 0x00000000000748a1
Faulting application path: C:\Windows\system32\Taskmgr.exe
Faulting module path: C:\Windows\system32\Taskmgr.exe

Windows Error Reporting:

Event name: APPCRASH
P1: Taskmgr.exe
P2: 10.0.19041.6280
P4: Taskmgr.exe
P5: 10.0.19041.6280
P7: c0000005
P8: 00000000000748a1

Crash dump collected:

Taskmgr.exe.10212.dmp
Size: 162,575,208 bytes
Created: 2026-04-15 00:06:59 KST
RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

What's Wrong?

Note: This is a Claude Desktop issue, not a Claude Code issue. Anthropic support directed me to file it here.

Installing Claude Desktop causes Windows 10 Task Manager to crash when switching from compact view to "More details".

The issue persists even after terminating all visible Claude-related processes. Task Manager only returns to normal after uninstalling Claude Desktop.

This appears to be related to something Claude Desktop installs or registers on the system/user profile, not simply the running Claude app process.

What Should Happen?

Installing Claude Desktop should not affect Windows Task Manager.

Task Manager should switch to detailed view normally regardless of whether Claude Desktop is installed or whether Claude-related processes are running.

Error Messages/Logs

Application Error:

Faulting application name: Taskmgr.exe
Faulting application version: 10.0.19041.6280
Faulting module name: Taskmgr.exe
Faulting module version: 10.0.19041.6280
Exception code: 0xc0000005
Fault offset: 0x00000000000748a1
Faulting application path: C:\Windows\system32\Taskmgr.exe
Faulting module path: C:\Windows\system32\Taskmgr.exe

Windows Error Reporting:

Event name: APPCRASH
P1: Taskmgr.exe
P2: 10.0.19041.6280
P4: Taskmgr.exe
P5: 10.0.19041.6280
P7: c0000005
P8: 00000000000748a1

Crash dump collected:

Taskmgr.exe.10212.dmp
Size: 162,575,208 bytes
Created: 2026-04-15 00:06:59 KST

Steps to Reproduce

  1. Start from a state where Claude Desktop is not installed.
  2. Open Windows Task Manager.
  3. Click "More details".
  4. Confirm Task Manager works normally.
  5. Install Claude Desktop.
  6. Ensure no visible Claude-related processes are running.
  7. Open Windows Task Manager.
  8. Click "More details".
  9. Task Manager immediately crashes.
  10. Terminate visible Claude-related processes and try again.
  11. Task Manager still crashes.
  12. Uninstall Claude Desktop.
  13. Open Windows Task Manager again.
  14. Click "More details".
  15. Task Manager works normally again.

Claude Model

None

Is this a regression?

I don't know

Last Working Version

Unknown

Claude Code Version

N/A - this issue is about Claude Desktop, not Claude Code. Anthropic support directed me to file it here.

Platform

Other

Operating System

Windows

Terminal/Shell

Other

Additional Information

Environment:

  • Product: Claude Desktop
  • Claude Desktop version: TODO: add version from About screen
  • Installation note: I installed Claude Desktop for the first time yesterday from the official download page, so the installed build should be recent.
  • OS: Windows 10 Pro 22H2
  • OS build: 19045.6466
  • Locale: Korean / ko-KR
  • Time zone: Asia/Seoul
  • Task Manager path: C:\Windows\System32\Taskmgr.exe
  • Taskmgr.exe version: 10.0.19041.6280

Important observations:

  • Task Manager works normally before Claude Desktop is installed.
  • Task Manager crashes after Claude Desktop is installed.
  • Killing visible Claude-related processes does not fix the issue.
  • Uninstalling Claude Desktop fixes the issue.
  • Resetting Task Manager preferences does not fix the issue.
  • The Microsoft Authenticode signature for Taskmgr.exe is valid.
  • The crash signature is consistent across reproductions.

Things already tried:

  • Terminated visible Claude-related processes.
    • Result: Task Manager still crashes.
  • Reset Task Manager user preferences:
    • HKCU\Software\Microsoft\Windows\CurrentVersion\TaskManager\Preferences
    • Result: Task Manager still crashes.
  • Verified Taskmgr.exe Microsoft Authenticode signature.
    • Result: Signature is valid.
  • Uninstalled Claude Desktop.
    • Result: Task Manager works normally again.

This suggests an installer-side or registration-side compatibility issue, possibly involving something that remains registered after installation.

Possible areas to investigate:

  • WindowsApps registration
  • PATH / App Execution Alias behavior
  • updater registration
  • shell or protocol registration
  • scheduled task
  • per-user registry entry
  • Electron / Chromium runtime side effect
  • helper component or integration left registered after installation

extent analysis

TL;DR

The most likely fix for the Windows Task Manager crash issue after installing Claude Desktop is to investigate and potentially remove any lingering registry entries or system registrations made by the Claude Desktop installer.

Guidance

  1. Investigate WindowsApps registration: Check if the Claude Desktop installation registers any components under WindowsApps and if these registrations are properly cleaned up upon uninstallation.
  2. Review PATH and App Execution Alias behavior: Ensure that the installation does not modify system PATH variables or create App Execution Aliases that could interfere with Task Manager's functionality.
  3. Examine updater and shell registrations: Look into whether the installer registers any updaters or shell integrations that might remain active even after uninstalling Claude Desktop.
  4. Check for per-user registry entries: Inspect the user's registry for any entries created by Claude Desktop that could be causing the conflict with Task Manager.
  5. Consider Electron/Chromium runtime side effects: As Claude Desktop might be built using Electron or Chromium, investigate if there are any known issues with these frameworks that could lead to such system integration problems.

Example

No specific code example can be provided without more details on the installer's implementation. However, a general approach might involve checking the registry for keys related to Claude Desktop after uninstallation to identify any leftovers.

Notes

The exact cause of the issue is not immediately clear and may require further investigation into the installer's behavior and system modifications made by Claude Desktop. The provided steps to reproduce and observations suggest a strong link between the installation of Claude Desktop and the subsequent crash of Task Manager, pointing towards a system integration or registration issue.

Recommendation

Apply a workaround by manually checking and potentially removing any lingering registry entries or system registrations related to Claude Desktop after uninstalling it, as this seems to be the most direct path to resolving the Task Manager crash issue without waiting for an official fix from the developers.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Claude Desktop install causes Windows 10 Task Manager to crash when switching to More details [1 comments, 2 participants]