Installed Apps Seach function
-
Hike
- Posts: 1
- Joined: Thu Dec 16, 2021 7:49 pm
Installed Apps Seach function
I was planning on completely replacing the windows 10 search with everything search. I had a trouble on searching my installed apps, it searches the executable/shortcut files. I was wondering if its possible to search installed app as a priority search
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Installed Apps Seach function
Do you mean a list of all the applications in your start menu?
In that case, you could:
Bonus: You can show a dropdownlist of all filters next to the search bar through Menu:View > Filters.
Bonus 2: You can make this "Installed Apps" filter the default one when you start Everything by setting the default filter (under Menu:Tools > Options > General > Home)
In that case, you could:
- Select Menu:Search > Organize Filters
- Click on the New button
- Fill in the fields:
Code: Select all
Name : Installed Apps Search : shell:"start menu" | shell:"common start menu" ext:lnk - Press the OK button
- Press the OK button
- Done.
Bonus: You can show a dropdownlist of all filters next to the search bar through Menu:View > Filters.
Bonus 2: You can make this "Installed Apps" filter the default one when you start Everything by setting the default filter (under Menu:Tools > Options > General > Home)
-
harryray2
- Posts: 1147
- Joined: Sat Oct 15, 2016 9:56 am
Re: Installed Apps Seach function
@notnull..good tip.
Do you have any idea how I could do the same (if possible) for my shortcuts items that show when I click the start button on Windows 7?
Do you have any idea how I could do the same (if possible) for my shortcuts items that show when I click the start button on Windows 7?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Installed Apps Seach function
Shell: folder shortcuts
So maybe, shell:"user pinned".
(Never realized I had win32pad "pinned" to my Start Menu.
I've got other stuff on my Start Menu. No idea how that gets there either, particularly. Never use it.)
So maybe, shell:"user pinned".
(Never realized I had win32pad "pinned" to my Start Menu.
I've got other stuff on my Start Menu. No idea how that gets there either, particularly. Never use it.)
-
harryray2
- Posts: 1147
- Joined: Sat Oct 15, 2016 9:56 am
Re: Installed Apps Seach function
Thanks, it didn't really work, I suspect the entries are contained in the registry.
The ss64 website is useful though.
The ss64 website is useful though.
-
raccoon
- Posts: 1017
- Joined: Thu Oct 18, 2018 1:24 am
Re: Installed Apps Seach function
Start menu entries are not contained in the system registry. The search bookmark works fine for me in Windows 7.
ext:lnk <shell:"common start menu"|shell:"start menu"|shell:"user pinned">
C:\ProgramData\Microsoft\Windows\Start Menu
C:\Users\EasterBunny\AppData\Roaming\Microsoft\Windows\Start Menu
C:\Users\EasterBunny\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned
I prefer just using the start menu.
(Note: It is important to use bracket grouping in forum examples because users change their AND>OR priority setting.)
ext:lnk <shell:"common start menu"|shell:"start menu"|shell:"user pinned">
C:\ProgramData\Microsoft\Windows\Start Menu
C:\Users\EasterBunny\AppData\Roaming\Microsoft\Windows\Start Menu
C:\Users\EasterBunny\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned
I prefer just using the start menu.
(Note: It is important to use bracket grouping in forum examples because users change their AND>OR priority setting.)
-
harryray2
- Posts: 1147
- Joined: Sat Oct 15, 2016 9:56 am
Re: Installed Apps Seach function
It's not the start menu I'm after..it's the entries that appear when the start button is clicked (or the windows key is pressed).
I looked through the registry and the entries are buried in:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
I looked through the registry and the entries are buried in:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
You do not have the required permissions to view the files attached to this post.