Changes between Version 5 and Version 6 of SysTray
- Timestamp:
- 09/17/09 20:45:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysTray
v5 v6 2 2 = SysTray.dll = 3 3 A simple module to show an icon in the tray when the service is running this module does not export any check commands. 4 5 '''NOTICE''' This is not used on windows vista and above! 6 7 On Vista you enable the shared session like so: 8 {{{ 9 [Settings] 10 ... 11 shared_Session=1 12 }}} 4 13 5 14 For a service to be able to "interact with the desktop" it has to be set to do so. By default (for "security reasons") it is not enabled so if you want to use this module you need to enable that.








