Showing Running Processes On A Remote Machine
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: