How to Disable Windows Firewall using CMD
Before you start
Introduction to Windows Firewall
Many times our requirement is to disable windows firewall using command prompt. Windows firewall is the built in application for Microsoft Windows and Workstation. Most of the time Windows computer have some other antivirus software which have their own firewall to protect system from other security threats. We must update this application according to Microsoft update to prevent our system from web attacks.
Also, we have different types of modes of firewall, in which the main one is operational mode, which must be enabled otherwise our firewall is disabled.
Show the status of Windows Firewall
There are some command which is used to check the status of the windows firewall.
netsh firewall show opmode
Disable Windows Firewall Using Command Line
netsh firewall set opmode disable
Enable Windows Firewall Using Command Line
netsh firewall set opmode enable
If you have any doubt in this article please comment in comment box.
Reference:
How to disable or enable windows firewall
No comments:
Post a Comment