mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
add sleep to improve output
This commit is contained in:
parent
fa4a927b5f
commit
74c02c7c30
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ Set-NetIPInterface -ifAlias "vEthernet (WSL)" -Forwarding Enabled
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
powershell.exe "${WINHOME}\enablewslhypervforwarding.ps1"
|
powershell.exe "${WINHOME}\enablewslhypervforwarding.ps1"
|
||||||
|
sleep 3
|
||||||
powershell.exe "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"
|
powershell.exe "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue