Hello -
I am trying to search for and list all the .jpg file names that reside within .zip archives.
I have tried "containerfilenames:.jpg", but this only lists the .zip filenames themselves, that have .jpgs within them. Not the names of the actual .jpg files within the archive.
Edit: Ahh, I see ...
Search found 193 matches
- Thu Dec 26, 2024 9:25 pm
- Forum: Everything 1.5 Alpha
- Topic: Searching for items in archive files
- Replies: 9
- Views: 8687
- Tue Apr 02, 2024 2:32 am
- Forum: Everything 1.5 Alpha
- Topic: Keep offline volumes in index but don't show results if drive is disconnected
- Replies: 2
- Views: 896
- Sun Mar 31, 2024 10:26 pm
- Forum: Everything 1.5 Alpha
- Topic: Keep offline volumes in index but don't show results if drive is disconnected
- Replies: 2
- Views: 896
Keep offline volumes in index but don't show results if drive is disconnected
Hello, I have several drives that I don't always keep plugged in. I have the "remove offline volumes" option checked, because I don't want to see this data when doing a search and the drive is unplugged.
But when I plug them back in, it has to do a full re-index of the drive every time. I have some ...
But when I plug them back in, it has to do a full re-index of the drive every time. I have some ...
- Fri Jan 05, 2024 12:04 am
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
Re: 1.5 not always updating file changes right away
Everything 1.5.0.1364a improves monitoring NTFS volumes.
Everything will now use OpenFileByID to read changes to files instead of reading directly from the NTFS MFT.
Everything should now update instantly.
The OpenFileByID API call was broken on Windows 10.
Using this API would cause Windows ...
- Wed Dec 20, 2023 6:12 am
- Forum: Everything 1.5 Alpha
- Topic: Is it possible to ignore certain symbols in search in 1.5?
- Replies: 8
- Views: 2149
Re: Is it possible to ignore certain symbols in search in 1.5?
Awesome, thanks again for your quick assistance.void wrote: Wed Dec 20, 2023 6:03 am Easiest way to escape the double quote:
<regexreplace:<regexreplace:$newtext:,"[&/#-%\x22]","">,"(.)!","$1">
- Wed Dec 20, 2023 5:59 am
- Forum: Everything 1.5 Alpha
- Topic: Is it possible to ignore certain symbols in search in 1.5?
- Replies: 8
- Views: 2149
Re: Is it possible to ignore certain symbols in search in 1.5?
Please try the following search_edit_paste_format:
<regexreplace:<regexreplace:$newtext:,"[&/]","">,"(.)!","$1">
Apologies void, one more issue.
If I add the quote symbol (") to the ignore group, I start running into issues.
Here is the line - <regexreplace:<regexreplace:$newtext ...
- Wed Dec 20, 2023 4:40 am
- Forum: Everything 1.5 Alpha
- Topic: Is it possible to ignore certain symbols in search in 1.5?
- Replies: 8
- Views: 2149
Re: Is it possible to ignore certain symbols in search in 1.5?
Great thanksvoid wrote: Wed Dec 20, 2023 3:52 am Please try the following search_edit_paste_format:
<regexreplace:<regexreplace:$newtext:,"[&/]","">,"(.)!","$1">
- Wed Dec 20, 2023 3:46 am
- Forum: Everything 1.5 Alpha
- Topic: Is it possible to ignore certain symbols in search in 1.5?
- Replies: 8
- Views: 2149
Re: Is it possible to ignore certain symbols in search in 1.5?
Hello void, would it be possible to ignore the "!" exclamation as well? When I add this to the regex it no longer lets me paste anything because it is the NOT character. Is it possible to still keep this as the NOT character, but ignore it within the names of files when doing a search?
- Wed Dec 20, 2023 3:12 am
- Forum: Everything 1.5 Alpha
- Topic: Is it possible to ignore certain symbols in search in 1.5?
- Replies: 8
- Views: 2149
Re: Is it possible to ignore certain symbols in search in 1.5?
To paste without punctuation:
Press Ctrl + Shift + V in the search box.
-or-
Right click the Search box and click Paste Without Punctuation.
To ignore punctuation in your filenames and search:
In Everything 1.5 , from the Tools menu, click Options .
Click the Advanced tab on the left.
To ...
- Wed Dec 20, 2023 3:01 am
- Forum: Everything 1.5 Alpha
- Topic: Is it possible to ignore certain symbols in search in 1.5?
- Replies: 8
- Views: 2149
Is it possible to ignore certain symbols in search in 1.5?
For example, if I paste something with an "&" or a "/", can I have the search automatically ignore them?
- Sat Dec 16, 2023 3:04 am
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
Re: 1.5 not always updating file changes right away
I'm looking into ways to improve this delay..
Defragging might help, but it could be caused by a os file with several hard links.
Everything 1.4 will often miss filenames and file sizes.
Understood, thanks. To note, the files I'm renaming are not in hardlinked folders, and all the drives I ...
- Sat Dec 16, 2023 2:53 am
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
Re: 1.5 not always updating file changes right away
Thank you for the logs.
2023-12-15 21:15:27.110: 081c000000000045: bad al retrying...
The NTFS attribute list is invalid.
This can happen with fragmented files.
It can take up-to 60 seconds to sync up correctly.
To disable waiting for a valid attribute list:
In Everything 1.5 , from the ...
- Sat Dec 16, 2023 2:24 am
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
Re: 1.5 not always updating file changes right away
The indeterminate "-" check means Everything is not set to run as administrator.
However, Everything was launched as administrator by the parent process.
Please check tuska's post above as to why the parent process is running elevated or why Everything is launching Everything as administrator ...
- Fri Dec 15, 2023 9:06 pm
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
Re: 1.5 not always updating file changes right away
I don't know why it is running as admin.
I've checked the properties of the everything.exe and run as administrator is not checked off.
It currently has the "-" check to run as administrator in everything's general settings,
and everytime I uncheck it and restart everything, the "-" is set ...
- Fri Dec 15, 2023 2:45 pm
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
Re: 1.5 not always updating file changes right away
Thank you for the information.
monitor_thread_mode_background=1
folder_update_thread_mode_background=1
Could you please try disabling thread_mode_background.
Everything will not detect any changes until there's no disk IO.
To disable thread_mode_background:
In Everything 1.5 , from the ...
- Fri Dec 15, 2023 2:53 am
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
Re: 1.5 not always updating file changes right away
Property indexing may cause this.
What properties are you indexing?
What's shown under Help -> Troubleshooting information?
What type of indexes are slow to update? (FAT/network drive/NTFS volume?)
Debug logging may help to capture the issue.
Everything 1.5.0.1362a may help as a ...
- Fri Dec 15, 2023 2:22 am
- Forum: Everything 1.5 Alpha
- Topic: 1.5 not always updating file changes right away
- Replies: 20
- Views: 12498
1.5 not always updating file changes right away
Sometimes I will rename or delete a file in 1.5, and the file will revert back to the old name, or will stay in the list. If I search the new name or if the file is deleted in 1.4, it will show the updated name or that the file is deleted if I had deleted it. If I wait a bit (sometimes 30+ seconds ...
- Tue Aug 08, 2023 1:51 am
- Forum: Everything 1.5 Alpha
- Topic: I get subscribed to random forum posts
- Replies: 4
- Views: 1636
Re: I get subscribed to random forum posts
It's because jacbian originally posted in Properties and I moved his post.
Anyone subscribed to Properties will now be subscribed to the split topic: path-or-comment:
(or maybe you posted under Properties at some stage?)
I'll look into either:
Locking these main posts
-or-
Not carrying over ...
- Tue Aug 08, 2023 12:04 am
- Forum: Everything 1.5 Alpha
- Topic: I get subscribed to random forum posts
- Replies: 4
- Views: 1636
Re: I get subscribed to random forum posts
That's the odd thing. I don't have any forums watched, only individual topics.
- Mon Aug 07, 2023 8:52 pm
- Forum: Everything 1.5 Alpha
- Topic: I get subscribed to random forum posts
- Replies: 4
- Views: 1636
I get subscribed to random forum posts
I'm not sure if this is a forum bug but I get subscribed to random forum posts that I never subscribed to. Then I get an email notification that there was a reply. Just happened with this forum post but has been happening randomly for a while.
- Sun Oct 02, 2022 1:11 am
- Forum: Everything 1.5 Alpha
- Topic: Scroll progress bug with extra large thumbnails
- Replies: 3
- Views: 1628
Re: Scroll progress bug with extra large thumbnails
Thank youvoid wrote: Fri Sep 30, 2022 7:15 am Everything 1.5.0.1320a fixes an issue with losing the scroll position when minimizing the window.
- Wed Sep 28, 2022 2:38 am
- Forum: Everything 1.5 Alpha
- Topic: Scroll progress bug with extra large thumbnails
- Replies: 3
- Views: 1628
Scroll progress bug with extra large thumbnails
I have found a bug when using extra large thumbnails.
In my example I searched something like "cat .wmv". Sorted by size.
If I say scroll to the middle of my results, then I minimize everything 1.5. When I re-open the window, it will not be in the middle of the results as to where I previously ...
In my example I searched something like "cat .wmv". Sorted by size.
If I say scroll to the middle of my results, then I minimize everything 1.5. When I re-open the window, it will not be in the middle of the results as to where I previously ...
- Sun Sep 25, 2022 4:23 pm
- Forum: Support
- Topic: Create a bookmark to list all lettered drivers + mounted drive and show free space left
- Replies: 8
- Views: 4665
Re: Create a bookmark to list all lettered drivers + mounted drive and show free space left
Thanks for the feedback JTCGiants56,
Everything will only update this information when the root folder changes (you create, modify or delete a file or folder directly in C:)
I will look into periodically updating this information.
For now, please press F5 to update this information.
Okay ...
- Sat Sep 24, 2022 11:56 pm
- Forum: Support
- Topic: Create a bookmark to list all lettered drivers + mounted drive and show free space left
- Replies: 8
- Views: 4665
Re: Create a bookmark to list all lettered drivers + mounted drive and show free space left
Everything 1.5.0.1310a will now show 'short' size formats for disk sizes.
Instead of setting the columns with the bookmark, please try including the following in your bookmark search:
add-columns:free-disk-size;total-disk-size
Alternatively, set a filter to temporarily add these columns ...
- Sat Sep 17, 2022 3:24 pm
- Forum: Everything 1.5 Alpha
- Topic: Everything 1.5 does not seem to be catching all changes to hardlinked folders
- Replies: 7
- Views: 10369
Re: Everything 1.5 does not seem to be catching all changes to hardlinked folders
Thanks void!void wrote: Sat Sep 17, 2022 6:20 am Everything 1.5.0.1319a fixes an issue with updating folder junctions with fast rescan enabled.
Everything should now read file information for the root folder correctly.
Previously the information was read incorrectly so the folder would never update if fast rescan was enabled.
- Tue Sep 13, 2022 3:00 am
- Forum: Everything 1.5 Alpha
- Topic: Everything 1.5 does not seem to be catching all changes to hardlinked folders
- Replies: 7
- Views: 10369
Re: Everything 1.5 does not seem to be catching all changes to hardlinked folders
Everything 1.5.0.1301a fixes an issue with updating folder junctions with fast rescan enabled.
Everything was reading the time stamp from the folder junction source (instead of the folder function target).
So Everything would never update any files/folders directly in the folder junction with ...
- Wed Aug 31, 2022 10:40 pm
- Forum: Everything 1.5 Alpha
- Topic: Is accessing android phone storage possible in 1.5?
- Replies: 4
- Views: 4772
Re: Is accessing android phone storage possible in 1.5?
Thanks will test!void wrote: Wed Aug 31, 2022 6:46 am Everything 1.5.0.1316a fixes an issue with populating the search from right clicking a virtual folder and clicking Search Everything....
Everything should now correctly set the search to "Pixel 4XL\"
(where Pixel 4XL is your phones virtual folder)
- Fri Jul 22, 2022 2:46 pm
- Forum: Support
- Topic: Have excluded file type files still contribute to folder size in everything
- Replies: 2
- Views: 1871
- Fri Jul 22, 2022 2:56 am
- Forum: Support
- Topic: Have excluded file type files still contribute to folder size in everything
- Replies: 2
- Views: 1871
Have excluded file type files still contribute to folder size in everything
In everything, I have *.jpg files excluded since they can quickly clog up a search. That's working fine.
My issue is that these excluded files do not contribute to the to the folder size they live in in everything.
So I could have a 50gb folder with all pictures, but it would still show as 0kb in ...
My issue is that these excluded files do not contribute to the to the folder size they live in in everything.
So I could have a 50gb folder with all pictures, but it would still show as 0kb in ...
- Mon Jul 11, 2022 2:32 am
- Forum: Everything 1.5 Alpha
- Topic: Excluded folders for content indexing do not get updated in the results
- Replies: 1
- Views: 1195
Excluded folders for content indexing do not get updated in the results
If I add a folder to exclude, it does not reflect in the results. Even if clearing the search field and re-adding it.
Unchecking index file content, applying, and rechecking it is the only thing that corrects the results for me.
Unchecking index file content, applying, and rechecking it is the only thing that corrects the results for me.
- Mon Jul 11, 2022 12:54 am
- Forum: Everything 1.5 Alpha
- Topic: Computer crashed - lost most of my settings in 1.5 afterwords
- Replies: 7
- Views: 3374
Re: Computer crashed - lost most of my settings in 1.5 afterwords
Thanks!void wrote: Mon Jul 11, 2022 12:43 am %APPDATA%\Everything
%LOCALAPPDATA%\Everything
For the portable version of Everything:
The same location as your Everything.exe
This is off topic, but as I'm re-doing all my settings, I was reminded that a "Minimum size" would be very useful for the properties section.

- Mon Jul 11, 2022 12:20 am
- Forum: Everything 1.5 Alpha
- Topic: Computer crashed - lost most of my settings in 1.5 afterwords
- Replies: 7
- Views: 3374
Re: Computer crashed - lost most of my settings in 1.5 afterwords
Can you please give a list of folders for 1.4 and 1.5 that I should add to my backup list (my directory settings are set to default).void wrote: Sun Jul 10, 2022 11:37 pm There's a lot that can go wrong, so backups is the best option.
- Sun Jul 10, 2022 10:33 pm
- Forum: Everything 1.5 Alpha
- Topic: Computer crashed - lost most of my settings in 1.5 afterwords
- Replies: 7
- Views: 3374
Computer crashed - lost most of my settings in 1.5 afterwords
After a failed wake-up from hibernation, I rebooted my PC and everything 1.5 was pretty much reset. All the settings were reset for folders, index settings etc. Oddly, some of my bookmarks are there, but not all.
It seems like what happened is it's now using a fresh .ini file in the same directory ...
It seems like what happened is it's now using a fresh .ini file in the same directory ...
- Sat Jul 09, 2022 5:58 pm
- Forum: Everything 1.5 Alpha
- Topic: Is accessing android phone storage possible in 1.5?
- Replies: 4
- Views: 4772
Re: Is accessing android phone storage possible in 1.5?
Thanks void.void wrote: Sat Jul 09, 2022 8:36 am I have put this on my Things to fix list.
Thank you for the bug report.
- Fri Jul 08, 2022 2:47 pm
- Forum: Everything 1.5 Alpha
- Topic: Is accessing android phone storage possible in 1.5?
- Replies: 4
- Views: 4772
Is accessing android phone storage possible in 1.5?
I am on Android 12, Pixel 4XL.
When I connect my phone storage to my PC, and right click the storage and choose search with everything 1.5, it inserts the below into my search, but no results show up.
"::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\\?\usb#vid_18d1&pid_4ee1#99191ffba002hm#{6ac27878 ...
When I connect my phone storage to my PC, and right click the storage and choose search with everything 1.5, it inserts the below into my search, but no results show up.
"::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\\?\usb#vid_18d1&pid_4ee1#99191ffba002hm#{6ac27878 ...
- Sun Apr 24, 2022 6:29 am
- Forum: Support
- Topic: Create a bookmark to list all lettered drivers + mounted drive and show free space left
- Replies: 8
- Views: 4665
Re: Create a bookmark to list all lettered drivers + mounted drive and show free space left
Everything 1.5.0.1310a will now show 'short' size formats for disk sizes.
Instead of setting the columns with the bookmark, please try including the following in your bookmark search:
add-columns:free-disk-size;total-disk-size
Alternatively, set a filter to temporarily add these columns ...
- Thu Apr 21, 2022 12:11 am
- Forum: Support
- Topic: Create a bookmark to list all lettered drivers + mounted drive and show free space left
- Replies: 8
- Views: 4665
Re: Create a bookmark to list all lettered drivers + mounted drive and show free space left
The search verb root: will display all indexed volumes.
Try Everything 1.5 Alpha : You can add the columns Free Disk Size or Available Free Disk Size, hopefully one or the other works for all of your volume types.
Thanks, this works pretty good.
One other quick question for anyone. Is it ...
- Wed Apr 20, 2022 6:24 am
- Forum: Support
- Topic: Create a bookmark to list all lettered drivers + mounted drive and show free space left
- Replies: 8
- Views: 4665
Create a bookmark to list all lettered drivers + mounted drive and show free space left
Hello, I am looking to create bookmark with the above.
Windows does not make it easy to quicky show the free space of all mounted drives that don't have drive letters.
I'm wondering if there is an easy way to make a bookmark that shows all drives with letters + mounted drives without letters in ...
Windows does not make it easy to quicky show the free space of all mounted drives that don't have drive letters.
I'm wondering if there is an easy way to make a bookmark that shows all drives with letters + mounted drives without letters in ...
- Mon Apr 11, 2022 5:06 pm
- Forum: Support
- Topic: Everything not usable during file transfers
- Replies: 11
- Views: 6405
Re: Everything not usable during file transfers
Could you please send some debug output:
In Everything 1.5 , from the Tools menu, under the Debug submenu, click Start debug logging .
Perform your copy/paste to cause Everything to hang.
After Everything recovers, In Everything , from the Tools menu, under the Debug submenu, click Stop debug ...
- Sat Apr 09, 2022 8:05 pm
- Forum: Support
- Topic: Everything not usable during file transfers
- Replies: 11
- Views: 6405
Re: Everything not usable during file transfers
It seems that it is still hanging during copies on the latest 1.5 as of today.void wrote: Sun Apr 03, 2022 7:16 am Thanks for the bug report JTCGiants56,
This should be fixed in the Everything 1.5 alpha.
I might have misunderstood and this fix is still in the works.
- Sat Apr 09, 2022 8:03 pm
- Forum: Everything 1.5 Alpha
- Topic: 1307, Teracopy not working in latest Everything release.
- Replies: 19
- Views: 18858
Re: 1307, Teracopy not working in latest Everything release.
With the new release of Everything, when using paste or paste to parent folder, Teracopy does not work any more...I'm getting the standard windows dialogue.
This is causing me problems as I rely on Teracopy for file collisions, copying and moving. I've temporarily had to revert to 1306 ...
- Sat Apr 09, 2022 7:28 pm
- Forum: Everything 1.5 Alpha
- Topic: 1307, Teracopy not working in latest Everything release.
- Replies: 19
- Views: 18858
Re: 1307, Teracopy not working in latest Everything release.
With the new release of Everything, when using paste or paste to parent folder, Teracopy does not work any more...I'm getting the standard windows dialogue.
This is causing me problems as I rely on Teracopy for file collisions, copying and moving. I've temporarily had to revert to 1306.
Thanks ...
- Sun Apr 03, 2022 6:39 pm
- Forum: Support
- Topic: Everything not usable during file transfers
- Replies: 11
- Views: 6405
Re: Everything not usable during file transfers
Everything 1.4 shouldn't be blocking from a paste.
From my tests, the Windows copying/Moving dialog is shown and I can continue to use Everything.
I suspect Everything 1.4 is busy moving a folder in your index.
Moving a folder is very expensive in Everything 1.4.
Moving a folder with many ...
- Sun Apr 03, 2022 7:31 am
- Forum: Support
- Topic: Everything not usable during file transfers
- Replies: 11
- Views: 6405
Re: Everything not usable during file transfers
Thanks for the bug report JTCGiants56,
What version of Everything?
This should be fixed in the Everything 1.5 alpha .
Could you please describe your workflow?
eg:
Are you cutting/copying from Windows Explorer and pasting in Everything?
Are you cutting/copying from Everything and pasting in ...
- Sun Apr 03, 2022 7:12 am
- Forum: Support
- Topic: Everything not usable during file transfers
- Replies: 11
- Views: 6405
Everything not usable during file transfers
I may be misremembering if this was discussed a while ago.
But when starting a file transfer via everything, everything becomes unresponsive\unusable until the file transfer completes. It will just show the little loading circle if you try to go to everything.
This becomes a problem when doing ...
But when starting a file transfer via everything, everything becomes unresponsive\unusable until the file transfer completes. It will just show the little loading circle if you try to go to everything.
This becomes a problem when doing ...
- Wed Feb 09, 2022 1:16 am
- Forum: Everything 1.5 Alpha
- Topic: Everything 1.5 does not seem to be catching all changes to hardlinked folders
- Replies: 7
- Views: 10369
Re: Everything 1.5 does not seem to be catching all changes to hardlinked folders
Thank you for the bug report JTCGiants56,
This is a bug.
Everything is using the date modified from the folder junction source (instead of the target) when performing a fast rescan.
This will be fixed in the next alpha update.
For now, please disable fast rescan from Tools -> Options -> Folders ...
- Tue Feb 08, 2022 3:43 am
- Forum: Everything 1.5 Alpha
- Topic: Everything 1.5 does not seem to be catching all changes to hardlinked folders
- Replies: 7
- Views: 10369
Everything 1.5 does not seem to be catching all changes to hardlinked folders
I have a folder set in everything that is a hardlink. By default I know it will not see changes to this. That is why I set it manually as a folder and for everything to check every 30 minutes for updates. This works fine in 1.4, but 1.5 does not seem to always see changes after hours and hours ...
- Sat Dec 25, 2021 5:37 pm
- Forum: Everything 1.5 Alpha
- Topic: Memory leak with property indexing
- Replies: 15
- Views: 18535
Re: Memory leak with property indexing
If the Run As Admin box is in a mid state, that means that you are running Everything as Administrator yourself, Everything is not doing it.
Check your start menu shortcuts and compatibility settings to make sure they are not set to Run As Administrator. If you are launching Everything from ...
- Sat Dec 25, 2021 5:56 am
- Forum: Everything 1.5 Alpha
- Topic: Memory leak with property indexing
- Replies: 15
- Views: 18535
Re: Memory leak with property indexing
Also to run Everything as a standard user:
Right click your Everything.exe or Everything shortcut.
Click Properties .
Click the Shortcut tab.
Click the Advanced button.
Uncheck Run as administrator .
Click OK .
Click OK .
Check if there is a scheduled task starting Everything on ...
- Thu Dec 02, 2021 1:44 am
- Forum: Everything 1.5 Alpha
- Topic: Memory leak with property indexing
- Replies: 15
- Views: 18535
Re: Memory leak with property indexing
Please try right clicking your Everything.exe and disabling Run this program as an administrator:
Right click your Everything.exe or a shortcut to Everything.
Click Properties .
Click the Compatibility tab.
Uncheck Run this program as an administrator .
Click OK .
This was actually the ...