get the list of open applications on windows
Posted
by noam
on Server Fault
See other posts from Server Fault
or by noam
Published on 2010-03-12T13:09:52Z
Indexed on
2010/03/12
13:17 UTC
Read the original article
Hit count: 208
I want to have a script that does the following thing:
- connect to a remote windows machine
- get the list of applications that are currently open on the machine, e.g exactly what I would get in the "applications" tab in the task manager, and print it.
Is it possible to do that in batch? If not, what other options do I have?
© Server Fault or respective owner