Home > Uncategorized > Showing Running Processes On A Remote Machine

Showing Running Processes On A Remote Machine

February 9th, 2010 Angel Leave a comment Go to comments

Description

With this solution you will know  the current list of processes that runs on a remote machine.

Of course you need a user and a password with administration rights in the destination computer and the remote firewall computer has to be proper configured.

Solution

1. Press Windows Key + R, type cmd, and press enter.

2. Type

tasklist /S %computer% /U %user /P %password%

For example for a computer named comp with a user named john and a password named fill the command is:

tasklist /S comp /U john /P fill

Related posts:

  1. How To Execute Programs On Remote Systems
  2. How To Execute A Program With Other User Not Showing The Password
  3. Shutting Down A Computer Remotely
  4. Not Showing The Last User To Log On
  5. Explorer Hangs Showing A Folder
Categories: Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.