Terry Thibodeau's Blog

Welcome to Terry Thibodeau's Blog Sign in | Join | Help

Task manager shortcut / replacement

I can't believe I didn't know about this shortcut until just today!

Did you know that you can start the task manager in Windows by pressing CTRL+SHIFT+ESC!??!! I didn't until just now. :)

Now, if you're still using the crappy task manager that comes standard with Windows, might I recommend SysInternals' (now owned by Microsoft) Process Explorer. It's an amazing utility (as are all of the utilities that have come from SysInternals) that really comes in handy.

-- EDIT -- To replace the default task manager with Process Explorer, choose Replace Task Manager in the Options menu (thanks Justice!).

I automate this setting during a custom unattended Windows installation* by using the following.reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe]
"Debugger"="\"C:\\PROGRAM FILES\\SYSINTERNALS UTILS\\PROCESS EXPLORER\\PROCEXP.EXE\""

 

* more explanation on automating this in the upcoming Pimp Your OS - Part 2. Yes, I promise, it is actually almost done.

Published Monday, August 13, 2007 3:33 PM by Terry Thibodeau
Filed under: ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

Justice~! said:

A popular alternative to copying that .reg file is to Click Options->Replace Task Manager in Process Explorer.  ;)

August 13, 2007 5:54 PM
 

Terry Thibodeau said:

OMG, I completely forgot about that :D

The reason I use the .reg file is for my automated installs. Then this setting is done for me when I do a new Windows installation and I don't always have to remember to go into the Process Explorer menu every time.

And...BTW, I did notice that you tagged me in the "how are you improving yourself in the next 6 months" thing that's been going around, I'm just too damn busy improving that I haven't had time to blog about it. ;) I will...I promise...

August 13, 2007 7:00 PM

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server (Personal Edition), by Telligent Systems