T
Tiger
Is there a command that I can use to change the DNS servers in a DOS
environment in Windows XP?
environment in Windows XP?
Is there a command that I can use to change the DNS servers in a DOS
environment in Windows XP?
Is there a command that I can use to change the DNS servers in a DOS
environment in Windows XP?
In a command window, enter
netsh int ip set dns /?
That should get you started.
--
Cheers,
Chuck, MS-MVP [Windows - Networking]http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
Is there a command that I can use to change the DNS servers in a DOS
environment in Windows XP?
In a command window, enter
netsh int ip set dns /?
That should get you started.
--
Cheers,
Chuck, MS-MVP [Windows - Networking]http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
I think I just answered my followup question:
netsh int ip add dns "Local Area Connection" <ip address> index=2
Thanks for the help there chuck.
Tom