answersLogoWhite

0

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.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where do you find the netsh command menu on windows 2008 server?

'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 /?'


What is netsh command to reset winsock?

netsh winsock reset


What command line utility can you use to configure DHCP options?

netsh


Which command can use from dos to configure and manage ipsec?

A)NETDIAG B)dnscmd C)netsh d)dcdiag


What is the command for winsock in Windows Vista?

netsh winsock reset


What command will show the Index column for network interfaces connected to your machine?

The command is: netsh interface ipv4 show interfaces


How do you reset Winsock for Windows Vista?

enter at the command prompt >netsh winsock reset


What is the Dos command to open a port in Windows 7?

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.


Which command can be used from DOS to configure and manage IPSec?

A)NETDIAG B)dnscmd C)netsh d)dcdiag


Which command reveals a current or recent connection from another PC on the same LAN?

netsh winsock show catalog


Vista Firewall exception rule to allow icmp?

As Admin In Command prompt, type: netsh firewall set icmpsetting 8 enable Enter


What can you do with NETSH?

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 ?.