I want a tray icon to appear for every user logged in to a machine, but with only one instance of the script running as a service.
If I monitor for a user logon, how do I enable the tray icon for that user? Can I at all, or do the tray functions only work for the user it is running as?
Currently I have a logon script that runs it for every user during logon, but I'd like to trim it down to only one copy running per machine, if possible.