List all processes with the Windows Command Line
2 Comments Published by Steven 4 years, 4 months ago in Tips and WindowsTo view all the currently running processes in windows from the command line, you can use the command ‘tasklist’. The output will look something like this:
F:\>tasklist
Image Name PID Session Name Session# Mem Usage ===================== ====== ================ ======== ============ System Idle Process 0 Console 0 16 K System 4 Console 0 52 K smss.exe 592 Console 0 108 K csrss.exe 648 Console 0 5,868 K winlogon.exe 680 Console 0 2,632 K services.exe 724 Console 0 2,376 K (...)
2 Responses to “List all processes with the Windows Command Line”
Leave a Reply
You must log in to post a comment.
Search
Categories
- ASP (3)
- ASP Basics (3)
- Blogs (2)
- C# (1)
- Firefox (1)
- Flash (1)
- Google (6)
- Hacks (3)
- Java (1)
- PHP (12)
- Basics (8)
- Files (1)
- Image Handling (3)
- Ruby (1)
- Tips (10)
- Web Hosting (3)
- Web Hosting Articles (1)
- Web Hosting News (2)
- Windows (6)
- Wordpress (2)
Related Entries
- No related posts.
Thanks, I found this very helpful. Learn something new every day!
It was really great to find about this new commmand that u have shared.Thanks.