netsh
netsh http add urlacl via Group Policy (GPO)
I have self-hosted WCF application that needs to listen on a URL on port 80.In order to do this, I need to add an entry to the HTTP.sys url list for a given user.[详细]
2023-04-07 04:29 分类:问答Netsh AdvFirewall
Does anyone know if you can actually create a rule to drop specific packets not just port/ip addresses?[详细]
2023-04-03 20:07 分类:问答Windows 7 Firewall: Modify group items from command line
I am creating an interface that allows the user to manage (among other things) the Windows Firewall. The GUI that comes with Windows looks like this[详细]
2023-04-03 01:43 分类:问答.NET or Win32 Equivalent of "netsh http add urlacl" command
There are several questions around how to allo开发者_运维百科w a self-hosted WCF application to use BasicHttpBinding with HTTP.SYS without requiring administrative privileges.It boils down to needing[详细]
2023-03-23 04:09 分类:问答Is there a way to change the Subnet Mask using NETSH without changing the IP Address?
Our company is planning on switching to a new subnet in the near future to make more room on the network. 开发者_如何学JAVAI thought that the transition might go smoother if we had a batch file that e[详细]
2023-03-21 01:02 分类:问答Batch File issue, recieving "The Filename, Directory Name, Or Volume Label Syntax Is Incorrect"
I\'m recieving the following error when I run my batch file \"The Filename, Directory Name, Or Volume Label Syntax Is Incorrect\"[详细]
2023-02-11 06:03 分类:问答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 and this works fine.For Win7, we\'re trying:[详细]
2023-02-04 01:20 分类:问答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 开发者_如何学Gohttp://*:80. What do those mean?As quoted from URLPrefix Strings (Windows):[详细]
2023-02-03 01:22 分类:问答How do I add netsh advfirewall context command in Visual Studio 2010 Click Once publishing?
I have a .Net 4.0 Windows application which requires ac开发者_Go百科cess thru the firewall.I know about the netsh advfirewall firewall command, but I would like very much to have this program allowed[详细]
2023-01-31 20:39 分类:问答Can't configure HTTP.SYS to allow SSL traffic (netsh.exe)
I’m running self-hosting service and when I try to configure HTTP.SYS to allow SSL traffic: Netsh http add sslcert 0.0.0.0:8000[详细]
2023-01-28 19:43 分类:问答