malletKATman
Contributor
- Feb 19, 2019
- 134
Recently my OEM desktop running Windows 7 Pro Sp1 would not connect to my LAN router via its hard wire (the box is not WiFi capable). It acted as if there was no connection to the Ethernet jack on the computer. However, the shop that fixed the problem said it was in software: the network adapter was in an improper state. To reset it to its proper starting state they reinstalled the adapter driver and then reset the adapter, but the y didn’t tell me how. I would like to know how to do this in case this happens again.
Online articles show that both those steps are standard procedure if the network adapter won’t connect to a properly configure LAN router when the problem is judged to be in the software. The best article I could find on how to reset the adapter involved using the netsh Run command. netsh /? revealed a huge number of things that can be done with the netsh command, some of which are truly frightening. The following are the recommended netsh command options this article recommended.
Are these netsh command variations the proper things to do to reset a network adapter to its default state? Are they all safe to do? (The last sounds risky.) Are only some of these recommended steps appropriate, or should adapter reset be accomplished by a different (and perhaps safer) procedure?
Here are the answers to the pre-posting requirements for creating a new thread on this forum:
This is a wired issue.
My ISP is Comcast through an Xfinity cable modem.
LAN Router: ASUS RT-N66R whose wired output is connected to one of the four Ethernet jacks in the cable modem. This is only broadband connection to the modem because its WiFi is turned off. All WiFi wireless and wired LAN connections are to my router.
Security Software: Webroot SecureAnywhere
Online articles show that both those steps are standard procedure if the network adapter won’t connect to a properly configure LAN router when the problem is judged to be in the software. The best article I could find on how to reset the adapter involved using the netsh Run command. netsh /? revealed a huge number of things that can be done with the netsh command, some of which are truly frightening. The following are the recommended netsh command options this article recommended.
The following is a list of the Netsh commands you can use to reset your Windows 7 network adapter:
Restores the Windows Firewall with Advanced Security policy to the default policy. The current active policy can be optionally exported to a specified file. In a Group Policy object, this command returns all settings to notconfigured and deletes all connection security and firewall rules.netsh advfirewall reset
Resets the BranchCache service. Flushes the local cache. Every configuration parameter of BranchCache will be reset to its default value.netsh branchcache reset
Resets TCP/IP and related components to a clean state.netsh int ip reset c:\resetlog.txt
Resets IPv6 configuration state.netsh int ipv6 reset
Resets Winsock Catalog to a clean state. All Winsock Layered Service Providers which were previously installed must be reinstalled. This command does not affect Winsock Name Space Provider entries.netsh winsock reset"
Are these netsh command variations the proper things to do to reset a network adapter to its default state? Are they all safe to do? (The last sounds risky.) Are only some of these recommended steps appropriate, or should adapter reset be accomplished by a different (and perhaps safer) procedure?
Here are the answers to the pre-posting requirements for creating a new thread on this forum:
This is a wired issue.
My ISP is Comcast through an Xfinity cable modem.
LAN Router: ASUS RT-N66R whose wired output is connected to one of the four Ethernet jacks in the cable modem. This is only broadband connection to the modem because its WiFi is turned off. All WiFi wireless and wired LAN connections are to my router.
Security Software: Webroot SecureAnywhere