mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
add sleep to improve output
This commit is contained in:
parent
fa4a927b5f
commit
74c02c7c30
|
@ -36,6 +36,7 @@ Set-NetIPInterface -ifAlias "vEthernet (WSL)" -Forwarding Enabled
|
|||
EOF
|
||||
|
||||
powershell.exe "${WINHOME}\enablewslhypervforwarding.ps1"
|
||||
sleep 3
|
||||
powershell.exe "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue