date

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
lucadeputa
Posts: 5
Joined: Mon Feb 26, 2024 10:45 am

date

Post by lucadeputa »

i'd like to sort the list of files in everything by date. there is one problem.

around 40 files are dated to 01.01.2098 an that means if i sort by date, i have to scroll down until i find the relevant files.

should i delete the files and refresh the list?

how can this date happen?
froggie
Posts: 297
Joined: Wed Jun 12, 2013 10:43 pm

Re: date

Post by froggie »

Consider using edit==>advanced==>set file time to change the dates to something more current

I have several files like that, copied from external sources or old DOS created files.
lucadeputa
Posts: 5
Joined: Mon Feb 26, 2024 10:45 am

Re: date

Post by lucadeputa »

where is edit? i can't even open the path through everything
lucadeputa
Posts: 5
Joined: Mon Feb 26, 2024 10:45 am

Re: date

Post by lucadeputa »

i have deleted them. this was the path:

...\AppData\Local\Microsoft\Edge\User Data\Default\Extensions

and the same here ....\AppData\Local\Avira

now it's fine. edge also works.

i had to delete them through windows explorer because everything didn't do anything. also had to refresh the database as always.
Last edited by lucadeputa on Mon Feb 26, 2024 3:59 pm, edited 1 time in total.
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: date

Post by therube »

also had to refresh the database as always
"As always", is not expected.

(Now it could be that the particular areas are "protected" ?, so by default Everything might not have sufficient permissions [to delete], but one would expect changes to be seen.)
lucadeputa
Posts: 5
Joined: Mon Feb 26, 2024 10:45 am

Re: date

Post by lucadeputa »

if i see a normal file in everything like c:\cats-are-mammals.txt and i delete it in windows explorer, it's still visible in everything but i don't care. i really don't care. it's a shortcut in ...\Recent. don't know what that is and i really don't care.
therube
Posts: 4610
Joined: Thu Sep 03, 2009 6:48 pm

Re: date

Post by therube »

it's still visible in everything
That's abnormal, unless you've specifically made (non-default) changes to
Tools | Options | Indexes -> NTFS
.
(And assuming we're talking about an NTFS drive).
lucadeputa
Posts: 5
Joined: Mon Feb 26, 2024 10:45 am

Re: date

Post by lucadeputa »

after lots of bad experiences with ReFS, i switched and remained back on ntfs. OT: and on linux btrfs > ext4
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: date

Post by NotNull »

lucadeputa wrote: Mon Feb 26, 2024 3:39 pm where is edit? i can't even open the path through everything
It was introduced in Everything 1.5 and can be found in the main menu (Menu => Edit => Advanced => Set File Time )
lucadeputa
Posts: 5
Joined: Mon Feb 26, 2024 10:45 am

Re: date

Post by lucadeputa »

for reasons i am only using stable versions of very software that exists.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: date

Post by void »

To set the date modified timestamp for a file to today's date:
  • From the Start menu, search for:
    powershell
  • Click Powershell
  • In powershell, run the following command:
    (Get-Item "C:\path\to\file.txt").LastWriteTime = (Get-Date -Format "yyyy-MM-dd")
    Change C:\path\to\file.txt to your filename
    You can use Ctrl + Shift + C to copy the filename from Everything.
horst.epp
Posts: 1344
Joined: Fri Apr 04, 2014 3:24 pm

Re: date

Post by horst.epp »

lucadeputa wrote: Mon Feb 26, 2024 9:11 pm for reasons i am only using stable versions of very software that exists.
So you miss a lot of new features and more speed.
You will have to wait a very long time before Everything 1.5 goes beta and final.
Post Reply