Thursday, December 25, 2008

Enable the Firewall

Enables Windows Firewall for the current profile

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

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