Disable Windows Firewall from the command line
Using elevated command prompt, run:c:\> netsh advfirewall set allprofiles state off
Keywords: Windows Firewall netsh
Reference(s):
http://techgenix.com/quicklyturnonoffwindowsfirewallusingcommandline/
String of thoughts on science, technology and programming
c:\> netsh advfirewall set allprofiles state off
Comments