Horje
wsl2 icmp_seq=165 Destination Host Unreachable after installing docker Code Example
wsl2 icmp_seq=165 Destination Host Unreachable after installing docker
echo "Restarting WSL Service"
Restart-Service LxssManager
echo "Restarting Host Network Service"
Stop-Service -name "hns"
Start-Service -name "hns"
echo "Restarting Hyper-V adapters"
Get-NetAdapter -IncludeHidden | Where-Object `
    {$_.InterfaceDescription.StartsWith('Hyper-V Virtual Switch Extension Adapter')} `
    | Disable-NetAdapter -Confirm:$False
Get-NetAdapter -IncludeHidden | Where-Object `
    {$_.InterfaceDescription.StartsWith('Hyper-V Virtual Switch Extension Adapter')} `
    | Enable-NetAdapter -Confirm:$False
Source: github.com




Shell

Related
react-github-contribution-calendar Code Example react-github-contribution-calendar Code Example
tar exclude directories from a File Code Example tar exclude directories from a File Code Example
open broadcaster software ubuntu Code Example open broadcaster software ubuntu Code Example
awk print first characters of a field Code Example awk print first characters of a field Code Example
how to install brew Code Example how to install brew Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11