Hello,
First of all I would recommend to check if the network adapter drivers have been updated to the latest available by the manufacturer. Then try next actions:
- Enable related features through DISM command line. From Administrator DOS prompt, run:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
- Update the WSL kernel package. From the Linux machine run:
wsl.exe --install
or
wsl.exe --update
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–