Network reset with commands prompt - Windows 7

5:37:00 AM | ,

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