Fix WSL2 Reference Network Adapter Missing
By Zennith Tech Lab
•
Published 2026-05-22
•
WSL2LinuxPowerShellWindows
Reset the Hyper-V virtual network adapters via PowerShell to restore WSL2 internet routing paths.
Reset Virtual Switches
Rebuild your default Hyper-V virtual switch environments in PowerShell to resolve missing WSL2 network adapters.
# Step 1: Execute PowerShell Commands
1. Press Win + X and select Terminal (Admin).
2. Load and run these commands to reset networking models:
``powershell
# Disable and restore network subsystems
netsh winsock reset
netsh int ip reset
wsl --shutdown
``
3. Reboot your computer, launch your WSL2 console, and test internet connections.