Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the Database Path for all Network AdaptersContent of Modify the Database Path for all Network Adapters.vbsMD5 Hash: 8AEAC6BDC0C2858D4558B746A97D083E |
||
' Description: Sets the path to the standard Internet database files (HOSTS, LMHOSTS, NETWORKS, PROTOCOLS) used by the Windows Sockets interface.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetDatabasePath("c:\windows\system32\drivers\etc") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |