footballking3420 Posted December 17, 2007 Posted December 17, 2007 Does anybody happen to know how to configure your IP Address, DNS, Default Gateway, and all those other network related settings through the registry?
PC_LOAD_LETTER Posted December 17, 2007 Posted December 17, 2007 configed via registry? not that im aware of. but you can configure TCP/IP settings from the Command Prompt
IcemanND Posted December 18, 2007 Posted December 18, 2007 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>"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now