Hi friends, I want to asks is there a way to build a VB.net / C# project to just monitor my lab Pc's status (shutdown,log off,log in) without using service in the lab pc's
A shut downed machine will not run your program :-D. If you for example, consider the machine is shut down if the program is in unreachable state, you may have a problem if the problem was only a network connection issue.
Not sure if you can monitor log off without a service.
Comment