Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

It seems that whenever the Windows 8 Task Manager is about to be launched, it first reads the file C:\Windows\System32\launchtm.exe, and then it reads the contents of my C:\Windows\System32\CatRoot folder. Because of the sheer number of files in that folder (> 1000), it takes more than ~2 full seconds on my SSD on a cold boot before Task Manager comes up.

Is there a way to prevent this? Why does it happen, and how can I make the task manager start up quickly as in Windows 7?

share|improve this question
Win8 Consumer Preview still had the old taskmgr.exe, while the new one was called tm.exe. If it's still like that in the final Win8, then you could try to rename tm.exe and hardlink the old one. – gronostaj Feb 28 at 18:24
@gronostaj: It's not like that, but even if it was, that wouldn't help -- the file reading seems to happen inside WinLogon itself. – Mehrdad Feb 28 at 18:25

1 Answer

Replace the new one with the old oneif you like the old more:

How to restore the good old Task Manager in Windows 8

enter image description here

It uses the "debugger" option inside the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options to redirect the call to a different tool.

I've seen the C:\Windows\System32\CatRoot folder in WIn7, too. Heere the audiodg.exe hangs at first start if you have too many CAT files (because of Updates). Maybe you use too many MUI packages on your Win8.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.