Hello. I have a problem: when internet is offline then the following example is not working as it should: $Timeout = 1000 $host = "google.com" $begin = TimerInit() Ping($host,$Timeout) MsgBox(0,"",TimerDiff($begin)) ; <-- shows ~2500ms; must ~1000ms