Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the Allowed Number of TCP ConnectionsContent of Modify the Allowed Number of TCP Connections.vbsMD5 Hash: D3486DD428D27A93C034CCBFE9247D8F |
||
' Description: Sets the maximum allowed number of simultaneously-opened TCP connections on a computer to 10.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetTCPNumConnections(10) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |