=== PS: Skrypt wyświetlający opóźnienie ping w powershell === ping 8.8.8.8 -t | ForEach-Object { if ($_ -match "time=(\d+ms)") { $matches[0] } }