Difference between revisions of "FAQ.Firewalls"
Jump to navigation
Jump to search
(Created page with ' Main page -> FAQ -> Firewalls == How do I add an rule to the firewall for my application == # Create a .net package (recommendation from…') |
|||
Line 3: | Line 3: | ||
== How do I add an rule to the firewall for my application == | == How do I add an rule to the firewall for my application == | ||
− | + | === Using netsh === | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | See [http://technet.microsoft.com/en-us/library/bb490617.aspx] | |
− | + | Example: | |
netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE | netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE | ||
− | |||
− | |||
− | |||
− |