Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Command Prompt - Commands for System Information & Managing Active Tasks
#1
How to View Your System Information

Command Prompt allows you to view system information by using a simple command:
Code:
systeminfo
[Image: cmd_info1.jpg]

Display the List of Currently Running Processes

To view the list of currently running processes, you have to use the tasklist command:

Code:
tasklist
[Image: cmd_info2.jpg]

Stop a Process Using Taskkill

To kill or stop a running process, you need to use the taskkill command:

Code:
taskkill
[Image: cmd_info3.jpg]

If you want to kill the process that has a PID of 3224, you will type taskkill /PID 3224 and the press Enter.
Code:
taskkill /pid 3224

NOTE: In order to kill any running process, you need to have administrative permissions and run the Command Prompt as administrator.

7tutorials
Someone with no history is nothing but suspicious.
Reply
#2
Cool, you should put some more on here!
Reply
#3
Useful information! There have been times when I was trying to access task manager and it was blocked by rogue software but now that I know this will work I have an alternate option.
Reply
#4
you can also locate systeminfo.exe through your start menu, but I usually use cmd prompt anyway Smile
Reply
#5
Useful information, OP. Will try to explore them and find something interesting.
Reply
#6
Some good information, never knew this existed.
[Image: 2pzmq21.png]
Reply
#7
Thank you very much for the share, I hope to see some more added to this list in the future.
"I'm not slacking off... my code it compiling"
Reply
#8
Cool thread I didn't know that...
Reply
#9
Thanks for this! Add some more commands that are useful. Bookmarked!
Reply
#10
Hmmm nice commands Thanks
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  "This program is blocked by group policy. For more information contact your system-- Blackheim 17 32,739 10-10-2011, 02:22 PM
Last Post: Greyersting
  [RandomTut] View Detailed System Information Resistance 10 2,810 09-26-2011, 01:26 PM
Last Post: Tony Montana
  Net User Command ChuckR 1 712 09-07-2010, 01:45 PM
Last Post: Sam
  Can i have a straight answer on how to use msg command Sico Music 4 2,112 03-19-2010, 08:31 AM
Last Post: Sico Music

Forum Jump:


Users browsing this thread: 1 Guest(s)