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: about 2 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T07:42:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T03:49:17.341Z (over 1 year 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}
```