VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

NT Task Manager 'Processes' clone using Windows Terminal Services APIs

SKoW  (11 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This isn't a task manager clone, but it does show all the information from the Processes window (well, process id, session id, user id, process name). I didn't actually code 90% of this so please don't vote for it, I just added the username lookup routine.. This code is from microsoft's msdn collection which i stumbled on in my journies. The main benifit of this to me is to enumerate the users currently logged on to a Windows 2000/XP machine. And specificly to find the active username if you are logged on as a service.. but that's another story. (ps I don't use this to find that out but this is what I found while looking for that)..
Code is not to complex, apart from a few pointers.

Assumes
Requires Windows 2000/XP.. Will not work in Win98 as it is not a terminal service operating system.

Rate NT Task Manager 'Processes' clone using Windows Terminal Services APIs (7(7 Vote))

Download NT Task Manager 'Processes' clone using Windows Terminal Services APIs

NT Task Manager 'Processes' clone using Windows Terminal Services APIs Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters