Difference between revisions of "FAQ.Firewalls"

From Overbyte
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

Main page -> FAQ -> Firewalls

How do I add an rule to the firewall for my application

Using netsh

See Microsoft reference

Example:

 netsh firewall add allowedprogram C:\MyApp\MyApp.exe MyApp ENABLE