Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the Number of Allowed Forward PacketsContent of Modify the Number of Allowed Forward Packets.vbsMD5 Hash: 5B73B64C56A659129C883D0E3A6EBCBE |
||
' Description: Configures the number of forward packets allocated to the router packet queue. Valid values range from 1 to 0xFFFFFFFE.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetNumForwardPackets(1) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |