Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify ARP Queries to Use EtherSNAPContent of Modify ARP Queries to Use EtherSNAP.vbsMD5 Hash: 1BAFB6F6B3A02093ED91443178291384 |
||
' Description: Configures the network adapters on a computer to use 802.3 SNAP encoding for Ethernet packets.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetArpUseEtherSNAP(True) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |