Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the Maximum Allowed TCP Data RetransmissionsContent of Modify the Maximum Allowed TCP Data Retransmissions.vbsMD5 Hash: 34BEC9527055FCB3EB10D99F87237BEF |
||
' Description: Configures the number of times TCP will attempt to retransmit an individual data segment before abandoning the effort. Valid values range from 0 to 0xFFFFFFFF.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetTCPMaxDataRetransmissions(10) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |