NETSH Command to Change from Static IP Address to DHCP
SOURCE: http://technet.microsoft.com/en-us/library/bb490943.aspx To switch the specified adapter from a static address to DHCP, type the following command: netsh interface ip set address “Local Area Connection” dhcp NOTE: Typing this command changes the interface named “Local Area Connection” to DHCP. To display all of the adapters in the computer with their current IP addresses to determine […]