How to Replace Task Manager with Process Explorer

Windows Sysinternals Process Explorer is an advanced process management utility often called “Task Manager on steroids”. If you want to replace Task Manager with Process Explorer, this article is for you.

After following the instructions, Process Explorer will launch whenever you launch Task Manager using Ctrl + Shift + Esc or other methods.

Replace Task Manager with Process Explorer

Option 1: Using Process Explorer

  1. Download Process Explorer from Sysinternals.
  2. Unzip and extract procexp.exe and procexp64.exe to a permanent folder — e.g., C:\Tools
  3. Start Process Explorer.
  4. From the Options menu, click Replace Task Manager.
    replace taskmgr with process explorer
  5. Click Yes when you see the UAC consent dialog.

Important: If you later decide to move procexp.exe or procexp64.exe to a different folder, please undo the above steps and redo them. Otherwise, you’ll see an error when launching Task Manager.




Option 2: Using the Registry Editor

  1. Start the Registry Editor (regedit.exe)
  2. Go to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\
  3. Create a subkey named taskmgr.exe.
  4. Select taskmgr.exe. Create a REG_SZ value named Debugger.
  5. Double-click “Debugger” and type the full path to ProcExp.exe or ProcExp64.exe. Enclose the entry within double quotes, especially if the path contains a space.
    replace taskmgr with process explorer using registry
  6. Exit the Registry Editor.

You’ve now replaced Task Manager with Process Explorer.

Note: If a future Feature Update reverses the above setting, you may need to redo the above steps. But you can back up that registry key by exporting it to a .REG file. To reapply the setting in the future, all you need to do is run the .REG file. Also, if you plan to move procexp.exe or procexp64.exe to a different folder, please edit the path in the registry accordingly.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment