rather than mess with the registry i believe the command ive used below does the same (please correct me if I'm wrong)
Tried various values down to 100, roughly all the same as below
Quote:
C:\Windows\system32>ping www.halifax.co.uk -f -l 450
Pinging www.halifax.co.uk [212.140.245.97] with 450 bytes of data:
Reply from 62.172.161.126: Destination net unreachable.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 212.140.245.97:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
C:\Windows\system32>ping www.halifax.co.uk -f -l 800
Pinging www.halifax.co.uk [212.140.245.97] with 800 bytes of data:
Reply from 62.172.161.126: Destination net unreachable.
Reply from 62.172.161.126: Destination net unreachable.
Request timed out.
Request timed out.
Ping statistics for 212.140.245.97:
Packets: Sent = 4, Received = 2, Lost = 2 (50% loss),
|