mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
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…
x
Reference in New Issue
Block a user