Skip to content
Snippets Groups Projects
Commit c341dd5c authored by NGUYEN Do Duc Anh's avatar NGUYEN Do Duc Anh
Browse files

update virtio

parent 6a250f0a
No related branches found
No related tags found
No related merge requests found
netsh interface ipv4 set subinterface "Connexion au réseau local 4" mtu=1400
# Configuration
$ProcessName = "winlogon"
$TargetIpAddress = "10.1.1.1"
......@@ -15,7 +17,7 @@ function OpenTcpConnection {
$client.Close()
# Run ITGRecv and ITGSend after closing the TCP connection
Start-Process $ITGRecvPath
Start-Process $ITGRecvPath -ArgumentList "-l recv.txt"
Start-Process $ITGSendPath -ArgumentList "-Q"
} catch {
Write-Host "Failed to open TCP connection: $_"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment