Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the IPX Virtual Network NumberContent of Modify the IPX Virtual Network Number.vbsMD5 Hash: B255459C66AC3D5DDB6A7076D5F0EC6C |
||
' Description: Sets the IPX internal network number of a computer to network number 5.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objNetworkSettings = objWMIService.Get("Win32_NetworkAdapterConfiguration") objNetworkSettings.SetIPXVirtualNetworkNumber(5) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |