Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This brought back memories, maybe Win98, where you would right click then accidentally mouse over the "New" menu and have the computer swap for 15-20 seconds in order to bring up the large list of new things you could possibly create.



I'm running Windows 10 and the right click menu often takes like 3-10 seconds... :(


Explorer context menu is extensible (via COM), and lots of apps register themselves there for various minor features. The more you have registered, the slower it loads, because it has to instantiate all the components backing those menu items - and they're often registered as out-of-proc servers that require spawning.


Get an SSD


It feels a little weird that what is essentially a query from a dozen items takes longer than 10ms. The SSD shouldn't be needed.


Even if it shouldn’t, does it really matter? If you can’t change it, regardless the reasons, and getting an SSD is a fairly cheap/simple solution, then why wouldn’t you just get an SSD? Nobrainer.


Seek time on HDD is about 10ms for single IO, so it looks reasonable.

Good news: Windows 11 simplifies context menu explorer. It won't show customized menu item by default.


It's reasonable for it to take more than 10ms. It's not reasonable for it to take many seconds.


Bad news (for devs), it is still COM based.


And more often than not you had hovered over the "new" menu on accident




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: