J
Jimmy B
Can anyone please help me here? I've been looking for months a place in
Windows XP GUI itself where I can change this setting without using the
following script which opens the Windows firewall for WMI access.
Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
Set objAdminSettings = objPolicy.RemoteAdminSettings
objAdminSettings.Enabled = TRUE
Any ideas?
Thank you!
Windows XP GUI itself where I can change this setting without using the
following script which opens the Windows firewall for WMI access.
Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
Set objAdminSettings = objPolicy.RemoteAdminSettings
objAdminSettings.Enabled = TRUE
Any ideas?
Thank you!