SmartContextMenu
SmartContextMenu copied to clipboard
[Feature Request] Hide tray icon optionally
SCM icon in the taskbar doesn't indicate any information, so if possible I want to hide it ( just like microsoft powertoys)
You can hide the system tray icon by editing SmartContextMenu.xml file manually. To do this, follow these steps:
- Open file
c:\Users\YOUR_USER_NAME\AppData\Roaming\SmartContextMenu\1.7.2\SmartContextMenu.xml
- Edit the line from
<systemTrayIcon show="true" />
to
<systemTrayIcon show="false" />
- Restart SCM
You can hide the system tray icon by editing SmartContextMenu.xml file manually. To do this, follow these steps:
- Open file
c:\Users\YOUR_USER_NAME\AppData\Roaming\SmartContextMenu\1.7.2\SmartContextMenu.xml
- Edit the line from
<systemTrayIcon show="true" />to
<systemTrayIcon show="false" />
- Restart SCM
Thank you, hiding tray icon worked.
And is there any way to do the three things below (globally for all existing windows) via command line:
I tried run "SmartContextMenu.exe --clickthrough off" but nothing happens, cause I don't know how to match all windows, thanks a lot !