Wednesday, 1 January 2014
Disabling and Enabling Windows Firewall through command Prompt
Wednesday, 1 January 2014 by Unknown
Windows Firewall is a utility in Microsoft Windows to protect its users from malicious attack through network. If windows Firewall is disabled then u are more vulnerable to attacks. So Today I will discuss how to disable/Enable Windows firewall through Command Prompt or batch File. Whenever a hacker is creating a virus or Trojan he always tries to disable victim’s Firewall to make him more vulnerable.
Disabling Windows Firewall through command Prompt:
Open Command Prompt and type :
netsh firewall set opmode disable
For Enabling Windows Firewall through command prompt:
Open Command Prompt and type :
netsh firewall set opmode enable
If You want to make a batch file for Disabling/Enabling Firewall, Then Write above commands in Notepad and save them as filename.bat where filename is name of batch program you want to set.
1.) If you want to see configuration of Windows Firewall, Then:
Open Command Prompt and type : netsh firewall show config
Thats all to play with firewall.
Hope you enjoy this post..!!!!!
Tags:
Cmd tricks ,
Security
Disabling Windows Firewall through command Prompt:
Open Command Prompt and type :
netsh firewall set opmode disable
For Enabling Windows Firewall through command prompt:
Open Command Prompt and type :
netsh firewall set opmode enable
If You want to make a batch file for Disabling/Enabling Firewall, Then Write above commands in Notepad and save them as filename.bat where filename is name of batch program you want to set.
1.) If you want to see configuration of Windows Firewall, Then:
Open Command Prompt and type : netsh firewall show config
Thats all to play with firewall.
Hope you enjoy this post..!!!!!

This post was written by: Author Name
Author description goes here. Author description goes here. Follow him on Twitter
Get Updates
Subscribe to our e-mail newsletter to receive updates.
Related Articles
- How to Convert FAT partiton to NTFS Partition without loosing data
- Disabling and Enabling Windows Firewall through command Prompt
- How To "Lock/Unlock Folder" With CMD
- How To View Profile Picture On Facebook With Privacy Hidden From You !!
- How To Really Compress 1GB Into 1 MB
- How to protect gmail account from hackers..
- How to set picture password in Windows 8
- How to recover file from shortcut infected by viruses..
Subscribe to:
Post Comments (Atom)
0 Responses to “Disabling and Enabling Windows Firewall through command Prompt”
Post a Comment