Posts Tagged ‘network’
Changing Dns Address in command prompt using Netsh
Posted by: admin in OS, Windows Networking on June 1st, 2009
You can change by using netsh tool.
Syntax:
Netsh interface ip set dns “Name” static newdnsAddress
1. Open Command Prompt.
2. Type, netsh interface ip set dns “Local Area Connection” static 192.168.50.21