Skip to content

Instantly share code, notes, and snippets.

@chaau
chaau / fix-wsl.bat
Created March 20, 2025 03:17
Fix unresponsive WSL
taskkill /F /IM wslhost.exe
taskkill /F /IM wsl.exe
taskkill /F /IM wslservice.exe
net stop LxssManager
net start LxssManager