Disabling Firewall notifications in 1809?

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 6,849
    22H2 64 Bit Pro
       #21

    Superfly said:
    BTW thinking of switching back to BD as KIS has not fared as well in the comparatives ... thinking they may be getting sloppy.. I gave it a full year - no issues tho'.
    I ditched KIS when they removed the option to configure exceptions. Anyway you might be interested in this:

    UVK Help - Execute Prevent

    I'm using it after my AV let something (a virus) execute from AppData although it wasn't hard to remove manually I just locked everything down.

    You get this if something tries to run from a locked path:

    Disabling Firewall notifications in 1809?-executeprevent.jpg

    If that happens unexpectedly it could be a virus. If you tried to run a legit program add path to exclusions.
    Last edited by Callender; 17 Dec 2018 at 20:57. Reason: make link bold
      My Computer


  2. Posts : 3,453
       #22

    Sephibro said:


    Having this notification with every damn boot on 1809, did you find any reliable way to disable it?
    I don't get the notification any longer.. I have no idea what I did to nuke it...wish I did

    I don't set-up Comodo in any special way - only diffrence now (as opposed to my old install) maybe is that I did not block WU.. I will have to test that theory)
    Callender said:
    I ditched KIS when they removed the option to configure exceptions. Anyway you might be interested in this:

    UVK Help - Execute Prevent

    I'm using it after my AV let something (a virus) execute from AppData although it wasn't hard to remove manually I just locked everything down.

    You get this if something tries to run from a locked path:

    Disabling Firewall notifications in 1809?-executeprevent.jpg

    If that happens unexpectedly it could be a virus. If you tried to run a legit program add path to exclusions.
    Hmmm that's interesting...

    I'll check it out, it looks a lot like a smartscreen-type 'listener'... but thanx for the heads-up
      My Computer


  3. Posts : 10
    Windows 10 Pro x64
       #23

    I think I finally got it with a registry setting to disable all notifications:

    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\PushNotifications" /v "ToastEnabled" /t REG_DWORD /d 0 /f

    reg add "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d 1 /f
      My Computer


  4. Posts : 2
    WIN 10 180nine EnterPrise
       #24

    I have tested the following on about 3 computers over 3 days. When these keys are there no notifications, when they are not they come back.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications]
    "NoToastApplicationNotification"=dword:00000001
    "NoToastApplicationNotificationOnLockScreen"=dword:00000001
      My Computer


  5. Posts : 3,453
       #25

    unknownxx2 said:
    I have tested the following on about 3 computers over 3 days. When these keys are there no notifications, when they are not they come back.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications]
    "NoToastApplicationNotification"=dword:00000001
    "NoToastApplicationNotificationOnLockScreen"=dword:00000001
    Ideally we do not want to 'toast' all notifications --- just the firewall stuff... but good on you for posting a solution...

    (BTW... Welcome to TF )
      My Computer


  6. Posts : 2
    WIN 10 180nine EnterPrise
       #26

    Superfly said:
    Ideally we do not want to 'toast' all notifications --- just the firewall stuff... but good on you for posting a solution...

    (BTW... Welcome to TF )
    I noticed that after I had posted it.

    The following looks like its working and I am still getting other notifications.

    Enable or Disable Notifications from Windows Security in Windows 10

    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications
    DisableNotifications = 1
    DisableEnhancedNotifications =1

    I had to create the Windows Defender Security Center and Notifications key and subkey.(1809 has Windows Defender key, ignore it) Create the Windows Defender Security Center and Notifications Then add the values.
    Testing:
    The computer was logged into and for about an hour with no Firewall message. Came in this morning logged in for 30 minutes no message. When I deleted these keys The Message came back within 5 minutes of logging in. I am now testing to see if both keys are needed, it looks like only the DisableNotifications is needed , not the enhanced. I also have tried this on two other Win 10 1809 Machines and it looks like after about 35 minutes no Firewall Message. Usually it will come up within 6 minutes of logging into the machine.
    Last edited by Brink; 23 Apr 2019 at 14:46. Reason: added tutorial link for more info
      My Computer


  7. Posts : 3,453
       #27

    unknownxx2 said:
    I noticed that after I had posted it.

    The following looks like its working and I am still getting other notifications.

    Enable or Disable Notifications from Windows Security in Windows 10

    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications
    DisableNotifications = 1
    DisableEnhancedNotifications =1

    I had to create the Windows Defender Security Center and Notifications key and subkey.(1809 has Windows Defender key, ignore it) Create the Windows Defender Security Center and Notifications Then add the values.
    Testing:
    The computer was logged into and for about an hour with no Firewall message. Came in this morning logged in for 30 minutes no message. When I deleted these keys The Message came back within 5 minutes of logging in. I am now testing to see if both keys are needed, it looks like only the DisableNotifications is needed , not the enhanced. I also have tried this on two other Win 10 1809 Machines and it looks like after about 35 minutes no Firewall Message. Usually it will come up within 6 minutes of logging into the machine.
    OK good -- unfortunately I'm no good at testing stuff.. (I struggle testing my own apps, TBH...)
    Last edited by Brink; 23 Apr 2019 at 14:46. Reason: added tutorial link for more info
      My Computer


  8. Posts : 6
    Windows 10 1803
       #28

    unknownxx2 said:
    I noticed that after I had posted it.

    The following looks like its working and I am still getting other notifications.

    Enable or Disable Notifications from Windows Security in Windows 10

    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications
    DisableNotifications = 1
    DisableEnhancedNotifications =1

    I had to create the Windows Defender Security Center and Notifications key and subkey.(1809 has Windows Defender key, ignore it) Create the Windows Defender Security Center and Notifications Then add the values.
    Testing:
    The computer was logged into and for about an hour with no Firewall message. Came in this morning logged in for 30 minutes no message. When I deleted these keys The Message came back within 5 minutes of logging in. I am now testing to see if both keys are needed, it looks like only the DisableNotifications is needed , not the enhanced. I also have tried this on two other Win 10 1809 Machines and it looks like after about 35 minutes no Firewall Message. Usually it will come up within 6 minutes of logging into the machine.
    Why is this fantastic piece of advice buried so deep?
    This was driving me CRAZY.

    Thanks unknownxx2 !!!
      My Computer


  9. Posts : 3,453
       #29

    Shasoosh said:
    Why is this fantastic piece of advice buried so deep?
    This was driving me CRAZY.

    Thanks unknownxx2 !!!
    Cool .. I had managed to get rid of it messing in GP somehow... so this reg entry is the solution.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender Security Center\Notifications]
    "DisableNotifications"=dword:00000001
    "DisableEnhancedNotifications"=dword:00000001
    Disabling Firewall notifications in 1809? Attached Files
      My Computer


  10. Posts : 10
    Windows 10 Pro x64
       #30

    unknownxx2 said:
    I noticed that after I had posted it.

    The following looks like its working and I am still getting other notifications.

    Enable or Disable Notifications from Windows Security in Windows 10

    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender Security Center\Notifications
    DisableNotifications = 1
    DisableEnhancedNotifications =1

    I had to create the Windows Defender Security Center and Notifications key and subkey.(1809 has Windows Defender key, ignore it) Create the Windows Defender Security Center and Notifications Then add the values.
    Testing:
    The computer was logged into and for about an hour with no Firewall message. Came in this morning logged in for 30 minutes no message. When I deleted these keys The Message came back within 5 minutes of logging in. I am now testing to see if both keys are needed, it looks like only the DisableNotifications is needed , not the enhanced. I also have tried this on two other Win 10 1809 Machines and it looks like after about 35 minutes no Firewall Message. Usually it will come up within 6 minutes of logging into the machine.
    Did not work for me
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:05.
Find Us




Windows 10 Forums