[Feature] please show column with original path for files found in $Recycle.Bin

Have a suggestion for "Everything"? Please post it here.
Post Reply
JensOd2
Posts: 1
Joined: Wed Jan 03, 2024 2:48 pm

[Feature] please show column with original path for files found in $Recycle.Bin

Post by JensOd2 »

Feature request:
When search result include files found in $Recycle.Bin show a column with original location. Like when browsing Recycle Bin with Windows Explorer
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: [Feature] please show column with original path for files found in $Recycle.Bin

Post by NotNull »

With Everything 1.5 :
  • Right-click the header of the result-list
  • Select Add Columns from the context menu
  • In the left pane, select Windows Property System
  • In the Search field, type original
  • Select Original location from the list.
  • Press the OK buttoon
An extra column "Original location" will be shown in the result list containing the original paths.
Thy Grand Voidinesss
Posts: 606
Joined: Wed Jun 01, 2022 5:01 pm

Re: [Feature] please show column with original path for files found in $Recycle.Bin

Post by Thy Grand Voidinesss »

And if anyone is interested, this can also be achieved by using

Code: Select all

system.recycle.deletedfrom
within a Search field of a Filter
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Feature] please show column with original path for files found in $Recycle.Bin

Post by void »

If you are looking to search for this information, please try the following search:

:\$recycle.bin\ $r* property-system:System.Recycle.DeletedFrom:"C:\my original folder path\"
Post Reply