Top "Netsh" questions

netsh is the command name for the NetShell utility, which is used as a scripting interface for monitoring and configuring network interfaces, firewall, routing and remote access under Microsoft Windows.

netsh show rules filtered by local port

The commande here allow to show all the rules, netsh advfirewall firewall show rule dir=in name=all I would …

netsh
Got "The system cannot find the file specified" when I run NETSH from CreateProcess but it works ok on Command Prompt?

I have an NT service that calls a console program written in Delphi 7, let's call it failover.exe that in …

windows delphi createprocess netsh
netsh http add urlacl problem

I'm trying to set up some ports from a WIX installer. For WinXP we use httpcfg in a custom action …

wix netsh
Use netsh advfirewall to Add windows 7 firewall exception

Hi I am adding a firewall exception to Windows 7 using netsh. The simple rule i am adding is: netsh advfirewall …

windows-7 netsh
How to run netsh command through a batch file

I want to run the following commands through a batch file. netsh wlan connect name=NETWORK-NAME The issue is that …

batch-file command-line command netsh
How to fix a AutomaticUrlReservationCreationFailureException when using Nancy FX Self Host

When using Nancy FX, I came across the following exception which was thrown when trying to fire up a web …

nancy netsh
Change Network Adapter Setting to DHCP

I'm trying to write a few short scripts with netsh. One to change an adapter to static addressing and one …

windows cmd netsh
Renaming the network interface name via command line

I want to rename the network interface name to a default name, for example "Ethernet", via dos. I know netsh …

windows networking cmd ethernet netsh
How to see what is reserving ephemeral port ranges on Windows?

I have a Windows application that needs to use ports 50005 and 50006 but it is being blocked. I see the following …

windows networking tcp port netsh
What's the difference between http://*:80 and http://+:80

In learning about Web Deploy I came across some netsh.exe commands that talk about http://+:80 and http://*:80. What do …

http netsh webdeploy