How to open a task manager in a windows application

amitchauhan

Distinguished
Jun 8, 2011
1
0
18,510
Hello,
I want to open task manager on click of a button in windows application. So how can i achive this.
Thnks
 
Just do ctrl-shift-esc. This should open the task manager regardless of which application is running.

Or if you meant within a program you've written, you need to start taskmgr.exe. How this is done depends on the language you are using.