We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wsl --shutdown netsh winsock reset netsh int ip reset all netsh winhttp reset proxy ipconfig /flushdns netsh winsock reset shutdown /r
TODO
Get-Service LxssManager | Restart-Service
sc start LxssManager
or better this but it needs cmd and does not work in powershell
sc config LxssManager start=auto
taskkill /F /FI "IMAGENAME eq wsl.exe" taskkill /F /FI "IMAGENAME eq wslhost.exe" taskkill /F /FI "IMAGENAME eq wslservice.exe" Get-Service LxssManager | Start-Service
also check for nullbytes in registry https://gist.github.com/lhecker/393252fb1e95b3bc118d40ace802a505
microsoft/WSL#11273
sc.exe config wslservice start= demand
https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#8-collect-wsl-logs-recommended-method
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1 Set-ExecutionPolicy Bypass -Scope Process -Force .\collect-wsl-logs.ps1
wsl.exe dmesg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
winsock
dns
TODO
lxss
either restart
or start
or better this but it needs cmd and does not work in powershell
sc config LxssManager start=auto
or force restart
windows terminal nullbytes
also check for nullbytes in registry
https://gist.github.com/lhecker/393252fb1e95b3bc118d40ace802a505
wslservice
microsoft/WSL#11273
dump logs
https://github.com/microsoft/WSL/blob/master/CONTRIBUTING.md#8-collect-wsl-logs-recommended-method
The text was updated successfully, but these errors were encountered: