Difference between revisions of "FAQ.Firewalls"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=== Using netsh === | === Using netsh === | ||
− | See [http://technet.microsoft.com/en-us/library/bb490617.aspx] | + | See [http://technet.microsoft.com/en-us/library/bb490617.aspx Microsoft reference] |
Example: | Example: | ||
netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE | netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE |
Latest revision as of 10:02, 5 October 2010
How do I add an rule to the firewall for my application
Using netsh
Example:
netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE