Disable Windows Firewall notifications via registry
How to disable Windows Firewall notifications via registry?
You can either change this setting directly...
- In
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile
setREG_DWORD
valueDisableNotifications
to1
- In
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\PrivateProfile
setREG_DWORD
valueDisableNotifications
to1
- In
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\PublicProfile
setREG_DWORD
valueDisableNotifications
to1
...or set it as policy...:
- In
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\DomainProfile
setREG_DWORD
valueDisableNotifications
to1
- In
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\PrivateProfile
setREG_DWORD
valueDisableNotifications
to1
- In
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\PublicProfile
setREG_DWORD
valueDisableNotifications
to1