My company currently is deploying policy to disable Windows Firewall by writing keys to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall. I don't feel it's good to disable it, so removed the key and removed "Full Access" from HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft Just that the system now complain that it can't create key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\BITS
Is there any way to prevent the Firewall control interface go dim when HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall exist? I learnt that if this key exist, the firewall controlling UI will be locked, which also mean that when I write applications that listen to blocked ports, I wouldn't get notification to unblock it.
Add your 2¢