Guest User

Untitled

a guest
Sep 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. tasklist /SVC
  2.  
  3. tasklist /M
  4.  
  5. BESClientUI.exe 4296 ntdll.dll, wow64.dll, wow64win.dll,
  6. wow64cpu.dll
  7. SynTPHelper.exe 2216 N/A
  8. sihost.exe 9340 ntdll.dll, KERNEL32.DLL, KERNELBASE.dll,
  9. msvcrt.dll, combase.dll, ucrtbase.dll,
  10. RPCRT4.dll, bcryptPrimitives.dll,
  11. sechost.dll, advapi32.dll,
  12. CoreMessaging.dll, ntmarta.dll,
  13.  
  14. tasklist /M /FI "xxx"
  15.  
  16. Filters:
  17. Filter Name Valid Operators Valid Value(s)
  18. ----------- --------------- --------------------------
  19. STATUS eq, ne RUNNING | SUSPENDED
  20. NOT RESPONDING | UNKNOWN
  21. IMAGENAME eq, ne Image name
  22. PID eq, ne, gt, lt, ge, le PID value
  23. SESSION eq, ne, gt, lt, ge, le Session number
  24. SESSIONNAME eq, ne Session name
  25. CPUTIME eq, ne, gt, lt, ge, le CPU time in the format
  26. of hh:mm:ss.
  27. hh - hours,
  28. mm - minutes, ss - seconds
  29. MEMUSAGE eq, ne, gt, lt, ge, le Memory usage in KB
  30. USERNAME eq, ne User name in [domain]user
  31. format
  32. SERVICES eq, ne Service name
  33. WINDOWTITLE eq, ne Window title
  34. MODULES eq, ne DLL name
  35.  
  36. tasklist /M /FI "IMAGENAME eq explorer.exe"
Add Comment
Please, Sign In to add comment