bootstrapping in the main distro: listing WSL distros: running WSL command wsl.exe C:\Windows\System32\wsl.exe -l -v --all: context deadline exceeded 解决办法 重启 WSL 服务:打开 PowerShell,并运行以下命令来重启 LxssManager 服务 net stop LxssManager net start LxssManager