Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify ARP Queries to Use Source RoutingContent of Modify ARP Queries to Use Source Routing.vbsMD5 Hash: 41E30024C27856B4E780CC4D58B4621D |
||
' Description: Configures TCP/IP to always use source routing on all Token Ring networks.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetArpAlwaysSourceRoute(True) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |