Closed shodanx2 closed 1 year ago
Often there are multiple files but it is not obvious which file is the good one, example this search for calc
I propose displaying the file path in the currently empty space between file name and file date as follows
right click and view detail for each files until your find the right one
adding more exclusion filters to the search terms to reduce spurious results
Being able to right click on a file and "add this file path to the search exclusion paths" would be great !
Example here this file is
C:\Windows\WinSxS\amd64_microsoft-windows-calc_31bf3856ad364e35_10.0.19041.1_none_5faf0ebeba197e78\calc.exe
So I would add C:\Windows\WinSxS\amd64_microsoft-windows-calc* the exclusion path
<"%SystemRoot%"|"%PROGRAMFILES%"|"%PROGRAMFILES(X86)%"|"%PROGRAMDATA%"|"%userprofile%" *.exe|*.bat|*.vbs|*.cmd|*.ps1>|<"%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|"%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" *.lnk> !"%userprofile%\AppData\Local\Packages\Microsoft.Windows.Search"
would become (I changed it)
<"%SystemRoot%"|"%PROGRAMFILES%"|"%PROGRAMFILES(X86)%"|"%PROGRAMDATA%"|"%userprofile%" *.exe|*.bat|*.vbs|*.cmd|*.ps1>|<"%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|"%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" *.lnk> !"%userprofile%\AppData\Local\Packages\Microsoft.Windows.Search" !"C:\Windows\WinSxS\" !"C:\Windows\servicing\LCU"
NOTE I was not able to update these filters to demonstrate screenshot as I'm running Everything 1.5 and EverythingToolbar can't find %USERPROFILE%\AppData\Roaming\Everything\Filters-1.5a.csv
No response
This feature already exists via the "view" option:
Works great thanks !!
I really like "Compact (Detailed)
Preflight Checklist
Problem Description
Often there are multiple files but it is not obvious which file is the good one, example this search for calc
Proposed Solution
I propose displaying the file path in the currently empty space between file name and file date as follows
Alternatives Considered
right click and view detail for each files until your find the right one
adding more exclusion filters to the search terms to reduce spurious results
Being able to right click on a file and "add this file path to the search exclusion paths" would be great !
Example here this file is
C:\Windows\WinSxS\amd64_microsoft-windows-calc_31bf3856ad364e35_10.0.19041.1_none_5faf0ebeba197e78\calc.exe
So I would add C:\Windows\WinSxS\amd64_microsoft-windows-calc* the exclusion path
<"%SystemRoot%"|"%PROGRAMFILES%"|"%PROGRAMFILES(X86)%"|"%PROGRAMDATA%"|"%userprofile%" *.exe|*.bat|*.vbs|*.cmd|*.ps1>|<"%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|"%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" *.lnk> !"%userprofile%\AppData\Local\Packages\Microsoft.Windows.Search"
would become (I changed it)
<"%SystemRoot%"|"%PROGRAMFILES%"|"%PROGRAMFILES(X86)%"|"%PROGRAMDATA%"|"%userprofile%" *.exe|*.bat|*.vbs|*.cmd|*.ps1>|<"%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|"%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" *.lnk> !"%userprofile%\AppData\Local\Packages\Microsoft.Windows.Search" !"C:\Windows\WinSxS\" !"C:\Windows\servicing\LCU"
NOTE I was not able to update these filters to demonstrate screenshot as I'm running Everything 1.5 and EverythingToolbar can't find %USERPROFILE%\AppData\Roaming\Everything\Filters-1.5a.csv
Additional Information
No response