mirror of https://github.com/microsoft/WSL
fix comment
This commit is contained in:
parent
3e905911c7
commit
887abdf5a4
|
|
@ -30,7 +30,7 @@ if (Test-Path $wslconfig)
|
|||
if ($RestartWslReproMode)
|
||||
{
|
||||
# The WSL HNS network is created once per boot. Resetting it to collect network creation logs.
|
||||
# Note: The below commands apply only for WSL in NAT mode
|
||||
# Note: The below HNS commands apply only to WSL in NAT mode
|
||||
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL'} | Remove-HnsNetwork
|
||||
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL (Hyper-V firewall)'} | Remove-HnsNetwork
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue