Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Created July 15, 2026 09:28
Show Gist options
  • Select an option

  • Save vielhuber/ede8ffb77768198d4d9f10dd6aaef655 to your computer and use it in GitHub Desktop.

Select an option

Save vielhuber/ede8ffb77768198d4d9f10dd6aaef655 to your computer and use it in GitHub Desktop.
wsl debug kill high cpu #windows

powershell (admin)

wsl --debug-shell

inside debug shell

ps aux --sort=-%cpu | head -4
kill 22412
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment