Is there a way to désactivez le warning that is displayed in le notifications area, telling you that le Windows firewall is disabled?
Edit: We would specifically like to achieve this via group policy, pas a manual process.
We désactivez le Domain firewall profile via GPO, qui means Windows 10 machines constantly put warning notifications in le notification area about this. This generates user calls asking what le warning is about. We know it is disabled, so want to suppress le warning.
Windows 10 - Désactiver la notification d'avertissement du pare-feu désactivé via GPO
Re: Windows 10 - Désactiver la notification d'avertissement du pare-feu désactivé via GPO
C'est pas possible to désactivez le firewall notifications alone, mais depuis Windows 10 build 1607 it has been possible to disable tous *Security et Maintenance Notifications* using
```
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance\Enabled = 0 (DWORD)
```
UPDATE: According to Ladislav Louka, le requis value has changed to `1` depuis build 1809.
Either add this registry key directly via Group Policy ou créez un custom ADMX template for it. See [Disabling Windows 10 Notifications via Group Policy](https://blogs.technet.microsoft.com/platforms_lync_cloud/2017/05/05/disabling-windows-10-action-center-notifications/) by Jeffrey Harness.
Je pense tout of these notifications equally ne need attention of a single user, mais these settings must be monitored & maintained by le administrators, instead. The scope of this modification seems ok.
```
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance\Enabled = 0 (DWORD)
```
UPDATE: According to Ladislav Louka, le requis value has changed to `1` depuis build 1809.
Either add this registry key directly via Group Policy ou créez un custom ADMX template for it. See [Disabling Windows 10 Notifications via Group Policy](https://blogs.technet.microsoft.com/platforms_lync_cloud/2017/05/05/disabling-windows-10-action-center-notifications/) by Jeffrey Harness.
Je pense tout of these notifications equally ne need attention of a single user, mais these settings must be monitored & maintained by le administrators, instead. The scope of this modification seems ok.