Windows 10: Turn off (not disable) Action Center icon via registry

Discus and support Turn off (not disable) Action Center icon via registry in Windows 10 Support to solve the problem; Howdy, We can easily disable Action Center icon in Windows 10 via the following registry key: Code:... Discussion in 'Windows 10 Support' started by omidsolo, Nov 5, 2015.

  1. omidsolo Win User

    Turn off (not disable) Action Center icon via registry


    Howdy,
    We can easily disable Action Center icon in Windows 10 via the following registry key:

    Code: [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer] "DisableNotificationCenter"=dword:00000001[/quote] But that will completely disable Action Center and its button will become gray, not possible to change its state.
    I don't wanna disable it, just wanna turn it off, like we do manually in:
    Settings > System > Notifications & Actions > Turn system icons on or off

    For this one, I didn't find a registry key, also the following article does not work for Windows 10:
    System Icons - Enable or Disable - Windows 7 Help Forums

    Please help me find a way to just turn it off via registry without disabling and locking down the Action Center button.
    Thanks in advance *Smile

    :)
     
    omidsolo, Nov 5, 2015
    #1
  2. Scott 98 Win User

    Notification Icon in Windows 10

    Disable Action Center in Windows 10 try this to remove action center icon , but remember if you turn off action center icon then you will not get any notifications, god luck Scott.
     
    Scott 98, Nov 5, 2015
    #2
  3. my trash bin has vanished

    Hi Carole,

    Your system may be running in Tablet mode, where in the desktop icons are hidden. To turn it off, click the Action Center icon in the Notification area and disable Tablet mode.
     
    Ramesh Srinivasan, Nov 5, 2015
    #3
  4. Turn off (not disable) Action Center icon via registry

    You don't even need to go into the System Registry but as these 4 screens will show is very familiar. First a right click on the main taskbar helps! You must by now be familiar with the Taskbar & Start properties screen


    Turn off (not disable) Action Center icon via registry [​IMG]


    and look there's the "Customize notification area button!


    Turn off (not disable) Action Center icon via registry [​IMG]


    Now we see the next screen appear for all those icons and their options for showing both icon and notications, Only show notifications. or Hide both icon and notifications.


    Turn off (not disable) Action Center icon via registry [​IMG]


    Now we come to the link for the System Icons which will come up on the last screen.


    Turn off (not disable) Action Center icon via registry [​IMG]


    And there you have it! You can show or hide the volume, clock, network, power, and Action Center icon with the on/off switch for each. This won't be around forever however since MS seems to have some plans to do away with these types of screens along with the Control Panel still found intact in 10.
     
    Night Hawk, Nov 5, 2015
    #4
  5. omidsolo Win User
    Well thanks dude, but must be through registry! I am creating a huge .reg file to make highly customized oem pcs rapidly.
    Must be .reg or .bat!
     
    omidsolo, Nov 5, 2015
    #5
  6. That's one thing in the registry I never even looked to change but simply get the icon in the sys tray out of there due to the number of others that collect. I suspected you were planning on reg mod which might mean adding a new key in to see that happen where you can vanish the icon entirely with one mod and see it put with another.

    I would think having a reg mod that simply sees the setting change made to see the AC out of sight out of mind automatically as well as having the reverse option would be more likely something that could be scripted. Generally for the existing on/off switches all you need to find is the key with Dword32 or 64 value to modify to 0 or 1. But you won't anything in the various branches of the system reg with the name Action Center on it. Then you also have some things best left to the system administrator.
     
    Night Hawk, Nov 5, 2015
    #6
  7. omidsolo Win User
    Thanks dude, yes I am aware of your suggestion.
    In my post I already mentioned "DisableNotificationCenter"=dword:00000001 will disable that button, and I just want to turn it off.
    However, I will see if anyone else knows a solution for that working in Windows 10?! *Smile
     
    omidsolo, Nov 6, 2015
    #7
  8. Turn off (not disable) Action Center icon via registry

    The problem is each app will end up having it's own switch. Trying to write a single script will only work for what comes with Windows depending on the type of install that is since the upgrade install will see updates for things you would pay separately for on a clean install such as the Windows DVD Player. When performing a clean install you lose that as a freebie as part of the free upgrade promotion. $30 sold separately!

    Another problem you can run into on multiple systems would be some people wanting something you disable. That applies to multiple OEM type systems for sale of course not just a tweak for Windows option. What many dealership do is have a branded app with their brand added to an existing app if not a totally new app developed like Dell has their name tag on things MS came out with as one example of affiliation being seen there to some extent. Instead of hiding you would be adding in that example.
     
    Night Hawk, Apr 4, 2018
    #8
Thema:

Turn off (not disable) Action Center icon via registry

Loading...
  1. Turn off (not disable) Action Center icon via registry - Similar Threads - Turn off disable

  2. How to disable notifications in Notifications and actions settings via registry

    in Windows 10 Customization
    How to disable notifications in Notifications and actions settings via registry: We are trying to Disable side notifications, Specially the windows 11 Upgrade\update notifications. We are trying to prevent end user to see/edit/click any notification from the side bar. We are trying to do this using registry and not GPO because many of our clients doesn't...
  3. undo action center turn off notifications

    in Windows 10 Customization
    undo action center turn off notifications: accidentally turned off all notifications from Laravel Mix, is there a way to bring them back? https://answers.microsoft.com/en-us/windows/forum/all/undo-action-center-turn-off-notifications/04a0f64c-0133-4b6b-9a9a-0651c16dabaa
  4. Disable Action Center

    in Windows 10 Customization
    Disable Action Center: I am running windows 10 with a Planar touchscreen and can not get the action center completely disabled. There are two computers, each running the same programs and hardware setup. I was able to disable action center on one of the two computers, by disabling it in the...
  5. Action Center keeps turning off notifications

    in Windows 10 BSOD Crashes and Debugging
    Action Center keeps turning off notifications: I have Windows 10 and have been having an ongoing problem with my Action Center. Every few days, something happens and, even though the action center icon is white and appears to have messages, when I open it there are no messages. I put my cursor over the icon and see "New...
  6. How do you disable the Action Center icon via GPO?

    in Windows 10 Customization
    How do you disable the Action Center icon via GPO?: On build 1809 LTSC, we have "Remove Notifications and Action Center" enabled in User Configuration/Administrative Templates/Start Menu and Taskbar. Policy is being correctly applied to workstation. However, the Action Center icon is still showing. We did not see this...
  7. Set Action Center Icon Off

    in Windows 10 Customization
    Set Action Center Icon Off: Howdy, Settings : Personalization : Taskbar : Turn system icons on or off. Turn off Action Center. How to do it via registry? I searched a lot to find the registry key to turn it off and no luck. Everywhere mentioned that to disable it this code can work:...
  8. Action Center via Hot Corner

    in Windows 10 Customization
    Action Center via Hot Corner: There's anyway to open action center like the Charm Bar from Windows 8? 39522
  9. Turned off action center, still getting popups?

    in Windows 10 Support
    Turned off action center, still getting popups?: Followed this, Action Center - Enable or Disable in Windows 10 - Windows 10 Forums Action center is gone, but I am still getting "Turn on Windows Firewall" and other such popups that seem to originate from the action center? How do I turn these off as well? 61286
  10. Turn On or Off Show App Icons on Action Center Icon in Windows 10

    in Windows 10 Tutorials
    Turn On or Off Show App Icons on Action Center Icon in Windows 10: How to: Turn On or Off Show App Icons on Action Center Icon in Windows 10 How to Turn On or Off Show App Icons on Action Center Icon in Windows 10 [img] Information The Action Center in Windows 10 collects and shows toast notifications and alerts from traditional...