Deactivated & Activated Firewall from Desktop
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 swith letter 0000000 into 0000001
To run all blocking aplication :
Make a new Notepad file :
reg add ,,HKEY_LOCAL_MACHINE | SYSTEM | CurrentControlSet | Services | SharedAccess | Parameters | FirewallPolicy | StandardProfile” /v “DoNotAllowExceptions” /t REG_DWORD /d 0000001 /f
save & close as : On.bat
with this, you can deactivated all exception means all program on the list will allowed to running
info from :
duniafile weblog™
Comments :
Post a Comment