How does the network troubleshooting in Windows work?

3

If you right click the network icon in the notification area (windows 7 + 8) you have the option to "Troubleshoot Problems".

This often results in actions like "resetting" (already the first not well defined term imo) the primary network adapter and sometimes fixes connectivity problems.

I am curious what steps Windows actually performs in this process.

Steps i guess there may be included: - pinging default gateway - pinging configured dns-servers - trying to get a new config from the dhcp server - if configured

Maybe someone knows in more detail how the procedure works?

WaWi

Posted 2015-03-04T21:07:58.117

Reputation: 51

1Is there an actual computer problem you're trying to solve? – Ƭᴇcʜιᴇ007 – 2015-03-04T21:34:36.490

1This is a good question. I often skip over the trouble shooting wizard beacuse I have no idea what its doing. – Arthur – 2015-03-04T21:43:05.267

Techie007, no I just want to learn :-) – WaWi – 2015-03-06T21:59:26.627

Answers

3

You can view the result and details by going to Control Panel, and click "Find and fix Problems" under System and Security. Then go to "View History" in left pane. Here you should be able to see the recent network diagnostics that have been run. Find the one you want and double click to view the details.

Source:
http://windows.microsoft.com/en-ca/windows7/using-the-network-troubleshooter-in-windows-7

Cosco Tech

Posted 2015-03-04T21:07:58.117

Reputation: 645