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
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 ?.
You can delete an ad hoc network from the command prompt window. Here you type: netsh wlan delete profile name="[Insert network name]"