Thursday, December 25, 2008

Disable the Firewall

Disables the Windows Firewall for the current profile

Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
objPolicy.FirewallEnabled = FALSE

This is a VB Script, this can be used by saving the file in .vbs file