Search code examples
windowsauthenticationsystem-traytrayicon

Windows - tray icon to all users?


Is it allowed to have some process's icon to be displayed in all user sessions including terminal/multiple local logons, without spawning another process per each session? I don't need to share any windows between session, just the status icon to be able to check service's status without taking additional actions..


Solution

  • Processes can only access the interactive window station and desktops in the same session as the process. So this means you need one process per session.