Show All Notification Icons
A Custom Batch Script to display all notification icons at all times.
Batch Script
REM This script sets the system tray so that all notification icons are shown at all times.
echo off
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v EnableAutoTray /t REG_DWORD /d 0 /fCustom Script Settings
Create a Show All Notification Icons Script


Last updated