list running applications

  • Thread starter Thread starter Lynn
  • Start date Start date
L

Lynn

Hi,
Anyone has the code to list the applications that are running on a remote
computer?
thanks
 
Try this:
wmic /node:theothercomputer process

.... assuming the WMI permissions are all okay from where you are at.
 
Back
Top