date
-
- Posts: 10
- Joined: Mon Feb 26, 2024 10:45 am
date
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?
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?
-
- Posts: 10
- Joined: Mon Feb 26, 2024 10:45 am
Re: date
where is edit? i can't even open the path through everything
-
- Posts: 10
- Joined: Mon Feb 26, 2024 10:45 am
Re: date
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.
...\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.
Re: date
"As always", is not expected.also had to refresh the database as always
(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.)
-
- Posts: 10
- Joined: Mon Feb 26, 2024 10:45 am
Re: date
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.
-
- Posts: 10
- Joined: Mon Feb 26, 2024 10:45 am
Re: date
after lots of bad experiences with ReFS, i switched and remained back on ntfs. OT: and on linux btrfs > ext4
Re: date
It was introduced in Everything 1.5 and can be found in the main menu (Menu => Edit => Advanced => Set File Time )lucadeputa wrote: ↑Mon Feb 26, 2024 3:39 pm where is edit? i can't even open the path through everything
-
- Posts: 10
- Joined: Mon Feb 26, 2024 10:45 am
Re: date
for reasons i am only using stable versions of very software that exists.
Re: date
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.
Re: date
So you miss a lot of new features and more speed.lucadeputa wrote: ↑Mon Feb 26, 2024 9:11 pm for reasons i am only using stable versions of very software that exists.
You will have to wait a very long time before Everything 1.5 goes beta and final.