Заметки сисадмина о интересных вещах из мира IT, инструкции и рецензии. Alt26 Настраиваем Компьютеры/Сервера/1С/SIP-телефонию в Москве

Windows11: Make every systray icon visible by default

2025-10-07 · Posted in PowerShell, Windows – 11

In Windows 10, to always show all icons and notifications on the taskbar, it was enough to create the

In Windows 11, there is no longer a way to set all icons to be displayed. The display is configured on a per-icon basis. One strategy is to create a script that checks which icons are hidden and sets them to be displayed.

If you do want to hide all the icons, the solution would be:

Then you can schedule a task, which will trigger the script at a 1 minute interval, in the context of the local group Users ==> SID S-1-5-32-545.

Leave a Reply