December 17, 200718 yr Does anybody happen to know how to configure your IP Address, DNS, Default Gateway, and all those other network related settings through the registry?
December 17, 200718 yr configed via registry? not that im aware of. but you can configure TCP/IP settings from the Command Prompt
December 18, 200718 yr Command prompt as geek said or through vb script: http://www.microsoft.com/technet/scriptcen...nt/default.mspxAre the easiest way, as there is a GUID involved in the registry which is unique to each network adapter.But here is a starting point:[HKEY_LOCAL_MACHINE\SYSTEM\Current Control Set\Services\Tcpip\Parameters\Interfaces\{<Interface GUID>}]"IPAddress"=REG_MULTI_SZ:"<IP Address>"[HKEY_LOCAL_MACHINE\SYSTEM\Current Control Set\Services\Tcpip\Parameters\ Interfaces\{<Interface GUID>}]"SubnetMask"=REG_MULTI_SZ:"<Subnet Mask>"[HKEY_LOCAL_MACHINE\SYSTEM\Current Control Set\Services\Tcpip\Parameters\ Interfaces\{<Interface GUID>}]"DefaultGateway"=REG_MULTI_SZ:"<Default Gateway>"
Create an account or sign in to comment