May 11 2022 11:03 AM
Hello there. Subject said that all. This option was available till windows10 in taskbar and start menu settings, but in windows11, I found a settings to enable notification icons one by one, and not all icons remain enabled at the time. How to do this (show all icons in system tray) in windows11?
Feb 21 2023 01:21 AM
Feb 22 2023 04:54 AM
Feb 22 2023 05:00 AM
Feb 22 2023 07:33 AM
Feb 28 2023 03:39 AM
Mar 07 2023 07:29 PM - edited Mar 07 2023 07:30 PM
@abdullah5490solution is greatly appreciated, but unfortunately this seems to be a temporary solution. This is incredibly frustrating as this is not merely a cosmetic issue but affects whether you know an upload has finished synchronising, status notifications from other apps. Having to keep clicking on the up arrow to make sure if a change has occured (dropbox, for example) is a waste of time.
Mar 08 2023 12:39 AM
Mar 08 2023 02:33 AM
@hughletheren The OneNote icon getting pushed back to the hidden ones with each update. So does the Dropbox one. As well as the Discord one.
I wonder if one could just script the api-calls required to get them back.
Mar 08 2023 03:24 AM
Mar 10 2023 02:10 AM
Honestly, this seems like such a no-brainer fix. The system tray is sometimes the only way you can tell that certain programs are running or performing tasks. Someone at Microsoft had to actually take the time to remove a function that I'm pretty sure has been present since XP. This is right up there with changing the four basic edit commands into meaningless unlabeled icons. This regressive push towards hieroglyphics and mystery interfaces needs to stop.
Mar 16 2023 12:02 PM
Works with: Windows 10/11 (but you can use the Task Bar setting in W10)
Steps:
That's it. The icon will remain visible after a restart (tested).
And no, I too had no idea you could do this (even in W10). I found the answer on an MS Support page:
And yes, it was driving me nuts too.
Apr 14 2023 01:22 PM
Jun 14 2023 10:41 AM
Jun 22 2023 02:31 AM
@haruncosovic
awesome, straight to the point.
Jun 30 2023 08:32 AM
Aug 07 2023 03:08 PM
Aug 25 2023 06:34 AM
Windows settings (right click on windows logo and click on settings) > Personalization > Taskbar > Other system tray icons (expand the third block) > Turn on which icons you want to show always.
Cheers!
Sep 10 2023 09:46 PM
Here's a powershell script to set currently known app icons to show. Could be set as a scheduled task or something.
Get-ChildItem "HKCU:\Control Panel\NotifyIconSettings" | ForEach-Object {
Set-ItemProperty -Path $_.PSPath -Name 'IsPromoted' -Type 'DWORD' -Value 1
}
(Script execution must be enabled for it to work: Settings -> Privacy & Security -> For Developers -> Powershell)
Oct 12 2023 02:40 AM
@kamrulext
This is a crazy solution respectively it is NO solution. If someone wants to always see every active tools always and every time in the systray, of course he do NOT want to activate it for every icon separately. And the biggest problem is, if there comes a new tool or when there is a change, with Windows 11 you always have to re-active the setting for this icon.
Microsoft, why do you have to make good things worse?
I understand that you want to hide the icons as a standard to make your OS look clean.
But of course you have to make all the icons visible with one checkbox for advanced users who need all the icons really often. It is a crazy idea to force the users to activate each and every icon separately. And of course we have to do it every time again when we install a new software. Crazy, really, really crazy.