Add programs to Windows 7 Start Menu search

6,968

Solution 1

The 'Programs' section in the search results is for items that were found in the "All Programs" part of the start-menu.
I don't think that can be changed.

You can add a shortcut to that folder ["All Programs" or its sub-folders] for each program you want to appear in the programs results section.
The path for it [in Win7] is usually: C:\ProgramData\Microsoft\Windows\Start Menu\Programs.
And you can also cut-&-paste directly to the start-menu (after clicking the all programs).

Solution 2

That's determined from where the folder lies - Windows Search knows that .exe files in some specific folders (most notably the the default system "Program Files" folders). Windows Search pulls its folder list from an old friend I always seem to be recurring to - the environment variable %PATH%. It's basically a list of folders that Windows searches for programs - for instance, when you type "notepad" in a command-line window, it refers to that list to determine where the program is.

Since it's such an old and dear friend to the denizens of Super User, you can find many topics on how to deal with it - for instance, this one.

Solution 3

I can usually achieve this by dropping a shortcut to the program into the following directory:

C:\Users\$USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

whereby $USERNAME would of course be your windows username. This works for programs that seem to have bad installation methods (i.e. don't include themselves in the start menu search index).

Share:
6,968

Related videos on Youtube

Nirmal Patel
Author by

Nirmal Patel

Updated on September 17, 2022

Comments

  • Nirmal Patel
    Nirmal Patel almost 2 years

    I have some of my programs installed under D:\Program Files

    I added this path in the "Indexing Options" and now when i type in the search box of start menu does show files from these folders, but they (*.exe) appear under Files subsection instead of Programs... which is further down and I have to press the down key so many times to reach them...

    e.g., I have Notepad++ installed at D:\Program Files\npp\Notepad++.exe

    Now I start keying "notepad" in the start menu's search box... it shows Notepad.exe under Programs and Notepad++.exe under Files

    Any way to get Notepad++.exe under Programs or a shortcut to jump to Files section of the Start menu Search results?

  • jadkins4
    jadkins4 over 13 years
    BTW, when you install programs they usually put a shortcut to themselves in the start-menu, unless you choose not to where they give you the option. I think Notepad++ does this as-well, so the problem described probably stems from having chosen not to have that shortcut there in the first place.
  • ajax992
    ajax992 over 13 years
    I disagree. It takes five, maybe ten seconds and it's hardly "messing".
  • Naidim
    Naidim over 13 years
    Simply add D:/Program Files to %PATH% with setx PATH "%PATH%;D:/Program Files".
  • jadkins4
    jadkins4 over 13 years
    I fail to see how this solves the question, it's not going to make any exe file in that path appear in the "Programs" part of the start-menu search results.
  • Naidim
    Naidim over 13 years
    @Xenorose: Yes it does. I do it all the time with a directory of portable applications which I sync across all my computers and VMs.
  • jadkins4
    jadkins4 over 13 years
    I tried and it didn't work for me, I added a new folder in C:\ and put an exe file in it, added the folder to the indexing options and the path as described by you with setx and it only appeared as "files" not as "programs".
  • Naidim
    Naidim over 13 years
    @Xenorose: I don't know what's wrong with your system, but they appear under programs here. It's possible that it is because they are not indexed yet. I also often execute batch scripts this way.
  • jadkins4
    jadkins4 over 13 years
    Hmm, sorry, it seems you are right, I'm not sure what went wrong for me the first time. Well I cannot un-downvote it unless it was edited, but I would upvote it if I could. :\ once again, sorry.
  • Nirmal Patel
    Nirmal Patel over 13 years
    I am using the zip package from NP++ and not the installer.
  • Nirmal Patel
    Nirmal Patel over 13 years
    Doesnt work for me either... Added "D:\Program Files" to Path but still no change in the Program section of start menu.