Disabling A Windows Firewall Using Batch Files

guys.. this is a simple batch script that will disable the firewall on a windows computer.
simply open up notepad and copy this in:
“netsh firewall set opmode disable”
*without the quotesnow save it as disable.bat <– hint the (.bat) this makes it a batch file

now to enable the firewall again to clear your steps just use this simple batch file.

open up notepad and copy this in:

“netsh firewall set opmode enable”
*once again without the quotes

save it as enamble.bat or watever…

now another useful one, not a batch file.. just a code to type in on your cmd would be “netsh firewall show config” this shows all the configs for the firewall…

Got any problem drop ur comment here

0 comments: