Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modify Windows 7 Start menu search algorithm?

I really like the fuzzy matching search algorithm that Sublime Text 2 uses for its command palette and I was hoping to create something similar that runs through the Windows 7 Start menu search.

I already found the Windows API Code Pack for .NET Framework but that only seems to provide API hooks for using the existing Windows Search inside my own applications.

Is there any way to modify or replace the search algorithm that the Start menu search uses for searching installed applications and files?

like image 659
Joshua Sleeper Avatar asked Nov 29 '12 09:11

Joshua Sleeper


Video Answer


1 Answers

I am pretty sure that is not possible. But it shouldn't be hard to program a little something that overlays the search box and (if there is something in the search box) also the results area. With this custom gadget it wouldn't be hard to use any search algo you want.

like image 182
Dakkaron Avatar answered Nov 16 '22 01:11

Dakkaron