Configure IP Address and DNS from Command Line
The IP address of your computer can be set from the command prompt by running the following commands at an administrative level prompt: netsh interface ip set address name=”Local Area Connection” static 123.123.123.123 255.255.255.0 123.123.123.1 1 Local Area Connection is the name of the adapter you want to modify. In single NIC systems it is normally called Local Area […]
Read more