Changes between Version 5 and Version 6 of SysTray


Ignore:
Timestamp:
09/17/09 20:45:50 (4 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysTray

    v5 v6  
    22= SysTray.dll = 
    33A 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 
     7On Vista you enable the shared session like so: 
     8{{{ 
     9[Settings] 
     10... 
     11shared_Session=1 
     12}}} 
    413 
    514For 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.