Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the Forward Buffer Memory for All Network AdaptersContent of Modify the Forward Buffer Memory for All Network Adapters.vbsMD5 Hash: 3E88A96C0F7011BA9886437128A48590 |
||
' Description: Configures the forward buffer memory for all network adapters on a computer. Values should be supplied in multiples of 256.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetForwardBufferMemory(74240) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |