Is there a command equivalent to 'ps' on Unix that can list all processes on a Windows machine?
Answer
Working with cmd.exe:
If you have Powershell:
Via WMI:
wmic process
(you can query remote machines as well with /node:ComputerOrIP
, and there are a LOT more ways to customize this command: link)
No comments:
Post a Comment