Skip to content

Instantly share code, notes, and snippets.

@diyfr
Created April 1, 2023 17:45
Show Gist options
  • Save diyfr/75070cf4760c9bdfa3f73029e593510e to your computer and use it in GitHub Desktop.
Save diyfr/75070cf4760c9bdfa3f73029e593510e to your computer and use it in GitHub Desktop.
WSL2 Network not working on Windows 11

Reset wdsl2 network on Windows 11

Start resetWSL2.bat in admin mode and restart WSL2 Virtual Machine

wsl --shutdown
sc stop cmservice
sc stop hns
sc stop vmcompute
sc stop lxssmanager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment