The NETSH command can be used in a variety of ways. One way that it can be used is to display or modify the network configuration of a computer. Alternatively, it can be used to run a group of commands against a specified computer.
'netsh' is a CLI command. It doesn't really have a 'menu'. You can have it list its options by using the /? argument to the command, such as 'netsh /?'
netsh winsock reset
netsh
A)NETDIAG B)dnscmd C)netsh d)dcdiag
netsh winsock reset
The command is: netsh interface ipv4 show interfaces
enter at the command prompt >netsh winsock reset
To open a port in Windows 7 using the command line, you can use the netsh command. For example, to open port 8080, you would enter the following command: netsh advfirewall firewall add rule name="Open Port 8080" dir=in action=allow protocol=TCP localport=8080. This command creates a new firewall rule that allows inbound traffic on TCP port 8080. Make sure to run the Command Prompt as an administrator for this to work.
A)NETDIAG B)dnscmd C)netsh d)dcdiag
netsh winsock show catalog
As Admin In Command prompt, type: netsh firewall set icmpsetting 8 enable Enter
Netsh is a command-line scripting utility that allows you to, either locally or remotely, display, modify or script the network configuration of a computer that is currently running. Usage: netsh [-a AliasFile] [-c Context] [-r RemoteMachine][Command | -f ScriptFile] The following commands are available: Commands in this context:? - Displays a list of commands.add - Adds a configuration entry to a list of entries.delete - Deletes a configuration entry from a list of entries.dump - Displays a configuration script.exec - Runs a script file.help - Displays a list of commands.interface - Changes to the `interface' context.ras - Changes to the `ras' context.routing - Changes to the `routing' context.set - Updates configuration settings.show - Displays information. The following subcontexts are available:routing interface ras To view help for a command, type the command, followed by a space, and thentype ?.