programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

How to see all running processes in windows

we can get see all processes

we can get see all processes in two ways

i) from front end
ii) from command line using tasklist command

i) from front end
right click on the taskbar

click on Task Manager

click on Processes Tab

ii) from command line using tasklist command

D:\> tasklist