Deactivated & Activated Firewall from Desktop

Thursday, October 26, 2006
Posted by Takumi 86


firewall

Firewall is a powerful security tools that ensure you'll have no intruder or other unwanted condition like being hacked or hijacked. But sometimes they can annoys you everytime they shows pop up warning due to the incoming and outgoing traffic. How to disable it?

Make a new notepad file in desktop & wrote down :

reg add ,,HKEY_LOCAL_MACHINE | SYSTEM | CurrentControlSet | Services | SharedAccess | Parameters | FirewallPolicy | StandardProfile" /v "EnableFirewall" /t REG_DWORD /d 0000000 /f

save & close as : Off.bat

To activated, simply switch letter 0000000 into 0000001


To run all blocking application :

Make a text file :

reg add ,,HKEY_LOCAL_MACHINE | SYSTEM | CurrentControlSet | Services | SharedAccess | Parameters | FirewallPolicy | StandardProfile" /v "DoNotAllowExceptions" /t REG_DWORD /d 0000001 /f

with this trick, you can deactivated all exception meaning all the program on the list will be allowed to run



If you like my post, please subscribe to my RSS feed!



0 comments:


1. This blog is DoFollow
2. If you like my post, please leave your review and i'll appreciate that and do not spam, Thanks


Post a Comment