hi ,
This is for a library application (helping them), Need to provide the active logged in users data in a web api from which others can access it.
several users are logged into a single pc using display terminals. Need to logoff a user out of multiple users currently logged in pc.
I have googled and checked the below which can be done using a console application. https://stackoverflow.com/questions/5207506/logoff-interactive-users-in-windows-from-a-service
Is there a way to do that witout uing terminal services. Thanks in advance