0

I've implemented a service application, that works fine all the time, both when the user has logged in and when the windows is in log in mode, but need to know whether the user has been logged or windows is in logged off mode. how can i do that?

m-abdi
  • 540
  • 1
  • 7
  • 30

1 Answers1

2

You need to enumerate the active logon sessions.

The answers to this question may help.

Community
  • 1
  • 1
Steve Morgan
  • 12,978
  • 2
  • 40
  • 49