brentjn

New Member
Joined
Aug 16, 2012
Messages
2
Your computer appears to be correctly configured, but the device or resource (DNS server) is not responding. When i diagonose my internet connection on my desktop it says that & this is causing my internet to respond slowly :(
 

Solution
Run command prompt and enter this command:

ipconfig /all >desktop/ipconfig.txt

Post the output file "ipconfig.txt" from your desktop on here and that should help us identify the problem.

patcooke

Microsoft MVP
Microsoft MVP
Joined
May 16, 2010
Messages
5,688
Run command prompt and enter this command:

ipconfig /all >desktop/ipconfig.txt

Post the output file "ipconfig.txt" from your desktop on here and that should help us identify the problem.
 

Solution

PhilipW

New Member
Joined
Jun 8, 2012
Messages
46
You may need to change that command to: "ipconfig /all > %userprofile%/desktop/ipconfig.txt" if you want to create a text file on your desktop.
 

patcooke

Microsoft MVP
Microsoft MVP
Joined
May 16, 2010
Messages
5,688
I doubt it - without %userprofile%/ it will default to the desktop for the calling user so should be superfluous but by all means try it if you have any problems.