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/
c:\> netsh advfirewall set allprofiles state off
#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...
No comments:
Post a Comment