Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkxce/settrayiconvisibility
Set Tray Icon Always Visible (Windows 8+)
https://github.com/dkxce/settrayiconvisibility
dkxce icons minimize notify ontop taskbar tray traybar windows
Last synced: 10 days ago
JSON representation
Set Tray Icon Always Visible (Windows 8+)
- Host: GitHub
- URL: https://github.com/dkxce/settrayiconvisibility
- Owner: dkxce
- License: mit
- Created: 2024-05-27T10:44:02.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T07:42:40.000Z (7 months ago)
- Last Synced: 2024-11-08T00:49:49.679Z (2 months ago)
- Topics: dkxce, icons, minimize, notify, ontop, taskbar, tray, traybar, windows
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Set Tray Icon Visibility
Set Tray Icon Always Visible (Windows 8+).
`explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}````
Usage: SetTrayIconVisibility.exe -{VisibilityType} [-noRestartExplorer] [-restartApp] {appExe}
Visible: SetTrayIconVisibility.exe -2 {appExe}
Invisible: SetTrayIconVisibility.exe -1 {appExe}
HiddenL SetTrayIconVisibility.exe -0 {appExe}
```