Text output of running processes
If you open up the "Command Prompt" and type "tasklist" then it lists tasks on the system.
C:\>tasklistImage Name PID Session Name Session# Mem Usage========================= ====== ================ ======== ============System Idle Process 0 Console 0 16 KSystem 4 Console 0 224 KSMSS.EXE 388 Console 0 372 KCSRSS.EXE 460 Console 0 2 828 KWINLOGON.EXE 580 Console 0 6 448 KSERVICES.EXE 632 Console 0 4 168 KLSASS.EXE 644 Console 0 1 256 KSVCHOST.EXE 824 Console 0 4 456 KSVCHOST.EXE 892 Console 0 3 824 KSVCHOST.EXE 964 Console 0 18 512 KSVCHOST.EXE 1128 Console 0 3 104 KEXPLORER.EXE 1168 Console 0 9 268 KSVCHOST.EXE 776 Console 0 4 024 Kcmd.exe 1404 Console 0 2 460 Ktasklist.exe 988 Console 0 3 968 Kwmiprvse.exe 560 Console 0 5 376 K
Kinda like the Windows Task Manager, but from the console with data that can you copy and paste, write on forums, etc.
I wonder why the Windows Task Manager doesn't have any "Export to data to text file" option.
More detailed information in Windows Task Manager
Open the Windows Task Manager, select the "Processes" tab, select the "View" menu, then choose "Select Columns...", from here you can choose to enable more columns that present more data about the processes that are running on your operating system.
Which process runs what services?
Open "Command Prompt", type "tasklist /SVC".
C:\>tasklist /SVCImage Name PID Services========================= ====== =============================================System Idle Process 0 N/ASystem 4 N/ASMSS.EXE 388 N/ACSRSS.EXE 460 N/AWINLOGON.EXE 580 N/ASERVICES.EXE 632 Eventlog, PlugPlayLSASS.EXE 644 ProtectedStorage, SamSsSVCHOST.EXE 824 DcomLaunch, TermServiceSVCHOST.EXE 892 RpcSsSVCHOST.EXE 964 AudioSrv, CryptSvc, Dhcp, dmserver, EventSystem, Netman, Nla, RasMan, Schedule, seclogon, SENS, SharedAccess, ShellHWDetection, srservice, TapiSrv, winmgmt, wscsvc, wuauservSVCHOST.EXE 1128 DnscacheEXPLORER.EXE 1168 N/AFIREFOX.EXE 1108 N/ASVCHOST.EXE 776 stisvccmd.exe 952 N/Atasklist.exe 816 N/Awmiprvse.exe 1340 N/A