Remote Task Manager So ... I decided I would post a small HTML application I wrote a little while ago. I've been thinking about how I could improve it, but I don't see much else other than being able to specify a username and password perhaps. I'm sure I could be creative, but that's too much effort :)
Anyway, you're probably itching to know what the HTA does. As you may derive from the title, it is basically a task manager that allows you to view and kill tasks either locally or remotely. Basically, you use it by typing a computer name in the box, and click List Processes. Assuming you are logged on as a user with administrative access to the remote machine (eg. Domain Admin), you'll be able to then view the processes running on the machine, and click the small Kill link beside the respective process to make it go bye-bye. It doesn't really do all that much, but it's still sort of cool. Any comments or recommendations on improvements?