What is the equivalent of 'ps' (that is, a command which shows the running process list) command in Linux, for Windows CE (whose command-line, I'm accessing through telnet)?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
From Microsoft Power Toys for CE, use RAPI debug. |
|||
|
|
|
Type in |
||||
|
|
|
Try PSList.exe from Sysinternals. It can give you a list for the local computer or a remote system. I've no idea if it will work on WinCE systems, but it's not very large and shouldn't take long to try out.
|
|||||
|
|
From the commandline, type: TASKLIST (Uppercase, lowercase, doesn't matter. It's not Unix...) Add /? to get an overview of commandline options. Tested this with Vista, don't know if it's available on XP and lower... Oops... Windows CE, you say? That's the Windows version for mobile devices. I wonder if it allows the same command but I don't think so. |
|||||
|
