Forum Discussion
"Show all icons in system tray" option in windows11
- Dec 19, 2022
To always show all the Icons in the System Tray or Notification area of Windows 11/10, follow these steps:
1. Press Win+R to open the Run prompt.
2. Enter this value: explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
3. Tick the Always show all icons and notifications on the taskbar checkbox.
4. Click the OK button.Hope this helps everyone!
1.Right-click on the taskbar.
2.Select "Taskbar settings" from the context menu.
3.In the Taskbar settings window, scroll down to the "Notification area" section.
4.Click on "Turn system icons on or off."
5.Toggle on the switches next to the system icons you want to display in the system tray. By default, this list includes icons like Clock, Volume, Network, and Power.
- SwadelusApr 13, 2024Copper Contributor
IT DOES NOT PERSIST SOME ITEMS WILL HIDE THEMSELFS AGAIN. AND THIS ISNT NEW Urrrrgh Why do we keep getting these generic answers from people that are not actually listening to what we are saying. Sidney1685
- sanekreedApr 14, 2024Copper Contributor
Swadelus The issue is that by default any new icon is hidden. This normally wouldn't be an issue, but some applications (for example discord) are not always recognised as the same application when they update (it also means that whenever I pin it to taskbar and it updated the link breaks because it is to a removed "old" executable and not the new one.
The thing which saved this in Win 10 is that by default it showed all icons in the tray unless you hide them, so it didn't matter that it was a "new" icon, it was still visible. I guess, in this way if you did have an app that kept updating but you wanted to hide then you kept having to do that, but I think I prefer the old approach.They should at least include some options to either show all icons or to show new icons by default, but they really want everyone to have a clean mac-like interface rather than the kind of full interface with a taskbar full of information that a lot of power users end up with.
I don't mind that they changed the default, since it matches what they think most people want, its removing the customisability that annoys me.
- AKkola2070May 08, 2024Copper Contributor
sanekreed
there is a registry hack
https://www.elevenforum.com/t/turn-on-or-off-hidden-icon-menu-on-taskbar-system-tray-in-windows-11.5132/
- AMDMan64Apr 14, 2024Copper Contributor
Dragging out icons and such will never be as reliable as using either a PowerShell or Script / Executable solution that run on a timer. Even after unhiding a particular program, some programs love to hide themselves again (Skype, etc...)
To overcome this, I wrote a simple executable compatible with .NET Framework 4.8 that can be placed in startup to unhide the tray icons at whatever interval a user desires.I uploaded the entire source to GitHub (https://github.com/KMSD-Tech/TrayIconUnhide-4.8/), but feel free to grab my precompiled .exe:
https://github.com/KMSD-Tech/TrayIconUnhide-4.8/blob/main/TrayIconUnhide/bin/Release/net48/TrayIconUnhide.exe
The source is available here:
https://github.com/KMSD-Tech/TrayIconUnhide-4.8/blob/main/TrayIconUnhide/TrayIconUnhide.csBasically, pick a spot on your computer to store the executable (I would store it in a spot that is accessible to all users):
For example c:\programdata\scripts\TrayIconUnhide.exe
Open Regedit:
Create a REG_SZ under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run with the name TrayIconUnhide - point the value to wherever you stored the script (e.g. c:\programdata\scripts\TrayIconUnhide.exe)
The default unhide interval is 50 seconds, but you can set this to whatever you want
Simply use "c:\programdata\scripts\TrayIconUnhide.exe" --refresh 10 (where 10 is the desired interval in seconds)
I wrote this primarily for enterprise use, but I am using it on my home computer as well and it works great. I also added a feature to just check once and then close - so it could run just when you log in and then not again until you reboot next time. I hope this is helpful for you.- ZebigbosDec 24, 2024Copper Contributor
Thanks for this
- vaiiumApr 10, 2024Brass ContributorLol so i checked your account. And I'd like to drag everyone who replied in this post along. Do you know you're an ad?
https://media1.tenor.com/m/oc-JRyc4c10AAAAC/south-park-jimmy.gif - vaiiumApr 10, 2024Brass ContributorSee, you say this. So they either changed it recently. In which case. Still F em. This should never have been removed. The start menu in windows 11 is still garbage. And its still one big unorganized S-show as. Windows 11 is an homage to terribleness. The right click menu can only be turned normal through the registry. And i could go on. But I'm tired. Completely done with windows 11. And convinced you are lying about the option you are describing. Because this thread wouldn't exist if that option would have been there.
Also, rereading your comment. "a new approach that allows you to individually choose which icons to show in the system tray" THIS WAS ALWAYS THERE. ITS NOT NEW, THEY CANT REBRAND AN OLD OPTION AS "A NEW APPROACH". YOU WHERE ALWAYS ABLE TO SELECT INDIVIDUALLY. YOUR POST IS BAD AND YOU SHOULD FEEL BAD. THIS IS NOT NEW YOU GARBAGE HUMAN BEING.- JoshuaMIllenApr 10, 2024Copper Contributor
I think this is the section they are trying to reference... but it still does not behave as expected.
This does need to be an easy GPO (gpedit) or reg setting that can be changed globally for the machine.
- vaiiumApr 10, 2024Brass ContributorAh, alright. So in there there's also not an option to just "show all, always". I think its super weird and annoyingh they removed this option and replaced it with "you gotta click all of m, and click m again if a program had an update" Its honestly beyond me :')
I agree with that it should be easy, and would take it further. It should not be anything more than a check mark or switch. Same with the right click menu and the start menu.
I still hopefully have about 40 to 50 years of computer use to go. And if this is where were going to, I will have to learn how to make an operating system, or how to keep windows 10 relevant for that duration.
If its less than 40 years its because will have died on this hill.
- mg509Apr 10, 2024Copper Contributorvaiium how do you update the right click menu to normal through the registry? been searching for this
- vaiiumApr 10, 2024Brass Contributor
Happy to see the rest of my post isn't too off putting for a serious question :')
My first advice would be ditch windows 11. Every downgrade is a vote! You should be able to downgrade on your current windows 11 key. ( https://www.youtube.com/watch?v=r63pangkWJU )
If you don't want to or that's not an option for you. This should do the trick:
1-Right-click the Start button and choose Windows Terminal.
2-Copy the command from below, paste it into Windows Terminal Window, and press enter.
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
3-(????) Restart File Explorer or your computer for the changes to take effect.
4-(profit) You would see the Legacy Right Click Context menu by default.
I've straight up copied that information from this link:
https://answers.microsoft.com/en-us/windows/forum/all/restore-old-right-click-context-menu-in-windows-11/a62e797c-eaf3-411b-aeec-e460e6e5a82a
Edit: Do please take note, this worked about a year ago. Maybe it does not anymore.
Hope this helps!