Start with the usual ones:
Make it obvious that this is donation supported software - now the only indication is the menu at the top of the download page. Put a banner on the page; put something on the home page; put up a nag screen every few months.
Search found 311 matches
- Tue Feb 11, 2025 3:37 pm
- Forum: Support
- Topic: How to generate more donations for Everything?
- Replies: 12
- Views: 1631
- Sat Feb 08, 2025 9:46 pm
- Forum: Everything 1.5 Alpha
- Topic: Bookmark Quotes Question
- Replies: 5
- Views: 834
Re: Bookmark Quotes Question
Thanks. Good catch. Removing /EXPAND works. I have no memory of why I added /EXPAND when I first wrote this quite a while ago, but it is not needed now for this bookmark, if it ever was.
I still do not understand the new preprocessor syntax, but that is a project for another day.
Minor question ...
I still do not understand the new preprocessor syntax, but that is a project for another day.
Minor question ...
- Sat Feb 08, 2025 8:01 pm
- Forum: Everything 1.5 Alpha
- Topic: Bookmark Quotes Question
- Replies: 5
- Views: 834
Re: Bookmark Quotes Question
I appreciate the useful comments and the quick reply, but it is not the regular search that has the quote problem, it is the search line in a bookmark which needs the triple quotes in 1391a to end up with a single quote on the regular search line. With just a single quote in the bookmark it ends up ...
- Sat Feb 08, 2025 6:25 pm
- Forum: Everything 1.5 Alpha
- Topic: Bookmark Quotes Question
- Replies: 5
- Views: 834
Bookmark Quotes Question
in 1383a the following worked as desired in the search field of a bookmark:
/expand "\current*\" parents:5 columns:"name;;columna;datemodified;size;attributes" add-layout:folders
columna:=if(child-count-from-disk:<2,if(child-count-from-disk:<1,"No Ini",""),"Info Data Exists") a-label:"Info Data ...
/expand "\current*\" parents:5 columns:"name;;columna;datemodified;size;attributes" add-layout:folders
columna:=if(child-count-from-disk:<2,if(child-count-from-disk:<1,"No Ini",""),"Info Data Exists") a-label:"Info Data ...
- Fri Jan 24, 2025 5:02 pm
- Forum: Everything 1.5 Alpha
- Topic: Visible Volume labels into Everything offline indexes
- Replies: 15
- Views: 2170
Re: Visible Volume labels into Everything offline indexes
Chris -
Continuing in the same direction, I labeled all my external backup drives as BACKxxxx and added them to the database following NotNull's comment, and then disconnected them.
I added the term !startwith:volumelabel:ba to my default filter (which is named Everything out of the box, but I ...
Continuing in the same direction, I labeled all my external backup drives as BACKxxxx and added them to the database following NotNull's comment, and then disconnected them.
I added the term !startwith:volumelabel:ba to my default filter (which is named Everything out of the box, but I ...
- Thu Jan 23, 2025 6:28 pm
- Forum: Everything 1.5 Alpha
- Topic: Visible Volume labels into Everything offline indexes
- Replies: 15
- Views: 2170
Re: Visible Volume labels into Everything offline indexes
Or ...
Uncheck Automatically include new removable volumes (Options => Indexes => NTFS).
New external NTFS volumes still can be added manually (select the drive and check Include in database ).
That might well be more convenient than a separate instance. A filter on !F: would keep the ...
- Thu Jan 23, 2025 6:12 pm
- Forum: Everything 1.5 Alpha
- Topic: Visible Volume labels into Everything offline indexes
- Replies: 15
- Views: 2170
Re: Visible Volume labels into Everything offline indexes
Chris -
Thank you for this post. I have a similar situation with my backups and various portable drives and this has inspired me to add volume labels to them and index them more systematically.
Perhaps a separate instance of Everything, set up much as you have detailed, except not indexing my ...
Thank you for this post. I have a similar situation with my backups and various portable drives and this has inspired me to add volume labels to them and index them more systematically.
Perhaps a separate instance of Everything, set up much as you have detailed, except not indexing my ...
- Thu Jan 09, 2025 2:30 pm
- Forum: Support
- Topic: Showing 2 reults for same file
- Replies: 4
- Views: 1063
Re: Showing 2 reults for same file
Look under the FOLDERS tab, not the NTFS tab
- Thu Dec 26, 2024 3:01 pm
- Forum: Everything 1.5 Alpha
- Topic: Cannot get size of a folder
- Replies: 3
- Views: 2283
Re: Cannot get size of a folder
Yes. It is normal.
If you right click WindowsApps then Open, you will get a message saying you do not have permission to read the folder - so Windows can't read it to get file sizes.
If you right click WindowsApps then Open, you will get a message saying you do not have permission to read the folder - so Windows can't read it to get file sizes.
- Thu Nov 28, 2024 6:03 pm
- Forum: Suggestions
- Topic: Calculator?
- Replies: 18
- Views: 10646
Re: Calculator?
Works with a leading zero after the operator: /=4/0.25flamboyant_entropy wrote: Thu Nov 28, 2024 12:38 pm Thank you for following up on this! I'm seeing an issue with fractional values, please see attached image
- Wed Nov 20, 2024 4:23 am
- Forum: General
- Topic: search folderPath:bug
- Replies: 14
- Views: 3132
Re: search folderPath:bug
For instance, in all my past searches, the word path: is always implied.
For instance < xls !.xl s> finds objects like “c:\this folder contains xls files\”
< path:xls !.xls > < xls !path:.xls > all do exactly the same thing. I only use path: when it clarifies my thought process.
Just a thought ...
For instance < xls !.xl s> finds objects like “c:\this folder contains xls files\”
< path:xls !.xls > < xls !path:.xls > all do exactly the same thing. I only use path: when it clarifies my thought process.
Just a thought ...
- Sun Jul 21, 2024 2:38 am
- Forum: Everything 1.5 Alpha
- Topic: Omit: & No-Omit-Results:
- Replies: 3
- Views: 12670
Re: Omit: & No-Omit-Results:
Thank you for your reply. I am looking forward to
enable-result-omissions: (omit:)
disable-result-omissions: (no-omit:)
is-in-result-omission-list: (result-omissions:)
You wrote that result-omissions:
Matches any file/folder that is in your result omissions list.
Index -> "Enable Result ...
enable-result-omissions: (omit:)
disable-result-omissions: (no-omit:)
is-in-result-omission-list: (result-omissions:)
You wrote that result-omissions:
Matches any file/folder that is in your result omissions list.
Index -> "Enable Result ...
- Sat Jul 20, 2024 2:35 pm
- Forum: Everything 1.5 Alpha
- Topic: Omit: & No-Omit-Results:
- Replies: 3
- Views: 12670
Omit: & No-Omit-Results:
Mostly documentation comments, all work as expected, but I was confused for a while:
OMIT: is a Search Function.
NOOMIT: is not documented. but works (the NO prefix is only documented for Search Modifiers).
NO-OMIT-RESULTS: is a Search Modifier.
OMIT-RESULTS: is not documented, but works.
Is ...
OMIT: is a Search Function.
NOOMIT: is not documented. but works (the NO prefix is only documented for Search Modifiers).
NO-OMIT-RESULTS: is a Search Modifier.
OMIT-RESULTS: is not documented, but works.
Is ...
- Sun Jun 02, 2024 4:53 pm
- Forum: Everything 1.5 Alpha
- Topic: Right Click crashing
- Replies: 3
- Views: 1671
Re: Right Click crashing
Looks like it might be AllDup from the log. See this post:
viewtopic.php?t=6829
viewtopic.php?t=6829
Re: date
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.
I have several files like that, copied from external sources or old DOS created files.
- Wed Feb 14, 2024 10:25 pm
- Forum: Everything 1.5 Alpha
- Topic: Advanced Rename problem
- Replies: 5
- Views: 2778
Advanced Rename problem
Sometimes, with ignore extension not checked and using the new case options, the closing ">" is in the wrong place. Cycling ignore extension and applying the case option fixes it for the moment.
Actually it looks like the highlite in the new format box does not extend to the end of the format ...
Actually it looks like the highlite in the new format box does not extend to the end of the format ...
- Thu Feb 08, 2024 9:57 pm
- Forum: Everything 1.5 Alpha
- Topic: Recycle Bin Context Menu Item Positioning
- Replies: 24
- Views: 7542
Re: Recycle Bin Context Menu Item Positioning
Some information about 2/3's of the way down invoid wrote: Wed Feb 07, 2024 4:05 amAppliesTo
Where the <bleep> did you find thisThis is awesome! Documentation seems scarce though.
https://learn.microsoft.com/en-us/windo ... ical-verbs
Cascading menus look interesting. too.
- Sat Feb 03, 2024 10:30 pm
- Forum: Support
- Topic: How to use startwith?
- Replies: 12
- Views: 5038
Re: How to use startwith?
\._ Great. Simple and uncomplicated.
- Sat Feb 03, 2024 7:56 pm
- Forum: Support
- Topic: How to use startwith?
- Replies: 12
- Views: 5038
Re: How to use startwith?
Thanks. That makes it clearer.
So if ^ and startwith: are conceptually the same, shouldn't match_start_of_filename_with_caret affect both (or there should be an equivalent parameter for startwith:), since the same logic applies?
So if ^ and startwith: are conceptually the same, shouldn't match_start_of_filename_with_caret affect both (or there should be an equivalent parameter for startwith:), since the same logic applies?
- Sat Feb 03, 2024 6:56 pm
- Forum: Support
- Topic: How to use startwith?
- Replies: 12
- Views: 5038
Re: How to use startwith?
@NotNull:
I don't understand what the discussion you pointed to has to do with startwith: -- ^ does not seem to work the same as startwith: and startwith: is unaffected by the match_start_of_filename_with_caret setting.
The question is why "startwith:._ " gives no hits at all when match path is ...
I don't understand what the discussion you pointed to has to do with startwith: -- ^ does not seem to work the same as startwith: and startwith: is unaffected by the match_start_of_filename_with_caret setting.
The question is why "startwith:._ " gives no hits at all when match path is ...
- Sat Feb 03, 2024 4:21 pm
- Forum: Support
- Topic: How to use startwith?
- Replies: 12
- Views: 5038
Re: How to use startwith?
try nopath:startwith:._ or uncheck match path in search.
@void: is this the way it is supposed to work?
@void: is this the way it is supposed to work?
- Sat Nov 25, 2023 4:40 pm
- Forum: Support
- Topic: empty: and size:0 folder: What's the difference?
- Replies: 2
- Views: 2617
Re: empty: and size:0 folder: What's the difference?
One case would be a folder that has empty folders in it. Size is 0 but not empty.
- Fri Oct 06, 2023 2:28 pm
- Forum: Everything 1.5 Alpha
- Topic: Tabs
- Replies: 76
- Views: 116418
Re: Tabs
The tab feature is really useful. Thank you for it.
Columns are currently shared between tabs too, I'm undecided if each tab should have their own columns..
I would vote for each tab having its own columns - maybe column layout could optionally be copied to a new tab (right click on current tab ...
Columns are currently shared between tabs too, I'm undecided if each tab should have their own columns..
I would vote for each tab having its own columns - maybe column layout could optionally be copied to a new tab (right click on current tab ...
- Sat Sep 23, 2023 5:00 pm
- Forum: Suggestions
- Topic: Keyboard shortcut for Match Whole Words
- Replies: 3
- Views: 5538
Re: Keyboard shortcut for Match Whole Words
You can set it yourself:
Tools=>Options=>Keyboard
Scroll Down to Match Whole Words
Then select ADD and type your shortcut of choice in the shortcut key box (find one that does not show any entries in the currently used box)
Click OK and you are done
Tools=>Options=>Keyboard
Scroll Down to Match Whole Words
Then select ADD and type your shortcut of choice in the shortcut key box (find one that does not show any entries in the currently used box)
Click OK and you are done
- Thu Sep 21, 2023 1:30 pm
- Forum: Suggestions
- Topic: Added the Hash computing function
- Replies: 7
- Views: 6604
Re: Added the Hash computing function
dupe:size;sha256
Finding duplicates
Three questions about using "e: dupe:size;sha256":
1. It did not honor result omission. Specifically I had the recycle bin in result omission but it showed up in the duplicate results. Is this by design?
2. The wait or cancel prompt showed up in 2 or 3 ...
- Fri Sep 08, 2023 1:59 am
- Forum: Everything 1.5 Alpha
- Topic: context_menu_parent_folder=4
- Replies: 5
- Views: 1895
context_menu_parent_folder=4
context_menu_parent_folder = 4 is not documented in the INI Settings topic.
It is showing as 4 in advanced settings (although I never set it). What should the default be?
It is showing as 4 in advanced settings (although I never set it). What should the default be?
- Fri Aug 18, 2023 1:50 pm
- Forum: Everything 1.5 Alpha
- Topic: Bookmark from Command line issue
- Replies: 6
- Views: 2388
Re: Bookmark from Command line issue
That works! Thanks.
- Fri Aug 18, 2023 12:41 am
- Forum: Everything 1.5 Alpha
- Topic: Bookmark from Command line issue
- Replies: 6
- Views: 2388
Bookmark from Command line issue
I have a bookmark named test1 that contains this command: /explore "E:\User\Desktop\"
I call it from a .bat file with the command: "P:\Everything 1.5a\Everything64.exe" -bookmark "test1"
If there is an open Everything window, it opens the folder tree and selects E:\User\Desktop\ as it should ...
I call it from a .bat file with the command: "P:\Everything 1.5a\Everything64.exe" -bookmark "test1"
If there is an open Everything window, it opens the folder tree and selects E:\User\Desktop\ as it should ...
- Sat Jul 22, 2023 2:19 pm
- Forum: Everything 1.5 Alpha
- Topic: Search for DOCX using Verdana font
- Replies: 13
- Views: 4292
Re: Search for DOCX using Verdana font
Good idea.
Offfiltx.dll is installed in two different places - one from Office 2010 and one from Office 2013. On another system, there are two from Office 2016 (x86 & x64) installed in yet different locations.
.docx came out with Office 2007, so that is the earliest I would expect to (perhaps ...
Offfiltx.dll is installed in two different places - one from Office 2010 and one from Office 2013. On another system, there are two from Office 2016 (x86 & x64) installed in yet different locations.
.docx came out with Office 2007, so that is the earliest I would expect to (perhaps ...
- Sat Jul 22, 2023 2:24 am
- Forum: Everything 1.5 Alpha
- Topic: Search for DOCX using Verdana font
- Replies: 13
- Views: 4292
Re: Search for DOCX using Verdana font
All of the Microsoft Word XML from the WordDoc.zip is in the regmatch1 column (as far as I can expand the width of the column).
So Everything can match whatever is found in the XML (including text in documents)
Using the Nirsoft filter listing tool, there is a "Microsoft Office Open XML Format ...
So Everything can match whatever is found in the XML (including text in documents)
Using the Nirsoft filter listing tool, there is a "Microsoft Office Open XML Format ...
- Sat Jul 22, 2023 1:12 am
- Forum: Everything 1.5 Alpha
- Topic: Search for DOCX using Verdana font
- Replies: 13
- Views: 4292
Re: Search for DOCX using Verdana font
Everything can't do this yet.
@void: Maybe I am missing something, but when there is a xml structure inside a zip (and only then) Everything seems to read the content - is it regarding it as a directory? Is something else strange going on? Other content within a zip does not work, as expected ...
- Sat Jul 22, 2023 12:12 am
- Forum: Everything 1.5 Alpha
- Topic: Search for DOCX using Verdana font
- Replies: 13
- Views: 4292
Re: Search for DOCX using Verdana font
I was aware of the "PK", but was (and am) unsure of what modifications Microsoft might have made, thus my comment.
Nevertheless, content searches for fonts and text in documents(renamed to zip files) work for me.
Maybe it won't be necessary to rename the files: Re: Is it possible to search for ...
Nevertheless, content searches for fonts and text in documents(renamed to zip files) work for me.
Maybe it won't be necessary to rename the files: Re: Is it possible to search for ...
- Fri Jul 21, 2023 6:39 pm
- Forum: Everything 1.5 Alpha
- Topic: Search for DOCX using Verdana font
- Replies: 13
- Views: 4292
Re: Search for DOCX using Verdana font
Word .docx files are compressed very much like .zip files.
If a .docx file, say wd,docx, is renamed to .zip, then this will work to find fonts:
wd.zip content:acme
(Most (all?) word documents contain some default formats, such as Times New Roman.)
If a .docx file, say wd,docx, is renamed to .zip, then this will work to find fonts:
wd.zip content:acme
(Most (all?) word documents contain some default formats, such as Times New Roman.)
- Tue Jul 18, 2023 5:20 pm
- Forum: Support
- Topic: Help with search operators (How to search system index and Everything index)
- Replies: 11
- Views: 5006
Re: Help with search operators (How to search system index and Everything index)
OK, what am I missing?
Why does the OR part need the grouping (in order for the si: part to also have an effect)?
.
Everything - SI Why.png
Because you have operator precedence set to OR>AND
si:X | W Y Z is evaluated as <si:X OR W> AND Y AND Z (or look at it as <si:X AND Y AND Z> OR <W AND Y ...
- Mon Jul 03, 2023 6:59 pm
- Forum: Support
- Topic: Remove Search Everything... from Recycle Bin context menu
- Replies: 6
- Views: 3944
Re: Remove Search Everything... from Recycle Bin context menu
So there isn't a way to simply remove the icon only from R bin? It has to be all special folders?
There is no simple way to remove context menu item on specific folders.
Like if I right click on a C drive to search... I cant. I have to pick a specific folder.
I believe you can add another key to ...
There is no simple way to remove context menu item on specific folders.
Like if I right click on a C drive to search... I cant. I have to pick a specific folder.
I believe you can add another key to ...
- Mon Jul 03, 2023 2:27 pm
- Forum: Support
- Topic: Remove Search Everything... from Recycle Bin context menu
- Replies: 6
- Views: 3944
Re: Remove Search Everything... from Recycle Bin context menu
The thread you quoted explains this.
The Recycle Bin is a "special folder". You have to remove the registry key that puts Everything into the context menu for all folders, including " Special " folders and replace it with one that just adds Everything to the context menu on standard folders. Void's ...
The Recycle Bin is a "special folder". You have to remove the registry key that puts Everything into the context menu for all folders, including " Special " folders and replace it with one that just adds Everything to the context menu on standard folders. Void's ...
- Mon Jun 19, 2023 8:10 pm
- Forum: Everything 1.5 Alpha
- Topic: [SOLVED] Enable Result Omissions Hotkey Missing
- Replies: 2
- Views: 2325
Re: Enable Result Omissions Hotkey Missing
Search keyboard for Omission (no "t").
- Tue Jun 13, 2023 1:56 am
- Forum: Everything 1.5 Alpha
- Topic: Can't run everything as standard user
- Replies: 25
- Views: 15749
Re: Can't run everything as standard user
Tested on Windows 7. Turning UAC off will run standard Admin user as High, turning UAC back on runs same user as Medium.
- Fri Jun 02, 2023 6:42 pm
- Forum: Suggestions
- Topic: Size columns to fit window width
- Replies: 3
- Views: 4515
Re: Size columns to fit window width
Shift right click on heading line and this option is in the context menu. Also, if columns do not fill the entire screen, right click on the empty column title and the same option is available. There is also a keyboard hot key (not tried)
- Sun May 07, 2023 5:28 pm
- Forum: Everything 1.5 Alpha
- Topic: Everything.ini Default Changes
- Replies: 19
- Views: 10940
Re: Everything.ini Default Changes
Yes, very useful. Note that it does not show some (all?) entries that are set with the GUI.horst.epp wrote: Sun May 07, 2023 4:02 pm In 1344a we have the new very helpfull
Options / Advanced
This allows to see all modified entries from default, change single items
and also reset shown filtered list to its defaults.
- Fri May 05, 2023 1:32 pm
- Forum: Everything 1.5 Alpha
- Topic: Finding a folder whose name includes an extension?
- Replies: 19
- Views: 9707
Re: Finding a folder whose name includes an extension?
This is clear to be now, but wasn't obvious before I read this topic. Perhaps a note in .ext documentation would be useful.
- Tue Apr 25, 2023 6:24 pm
- Forum: Everything 1.5 Alpha
- Topic: Size on Disk: strange results.
- Replies: 16
- Views: 9276
Re: Size on Disk: strange results.
(if your VM is still alive: what foldersizes are reported by Windows? )
Not sure what you are asking for, but
Win7 & Win/XP show an empty folder as zero bytes on disk, a folder with a single 2 byte file as 4096 and one with two 2 byte files as 8192 - it is just adding up the incorrect file ...
- Tue Apr 25, 2023 2:59 pm
- Forum: Everything 1.5 Alpha
- Topic: Size on Disk: strange results.
- Replies: 16
- Views: 9276
Re: Size on Disk: strange results.
I'll make Everything show the same as Windows Explorer to help avoid confusion.
Speaking of confusion -- for files stored in the MFT Win10 Explorer-Properties reports Size on Disk as 0 bytes, as it should.
Win7 reports 4096 bytes for the same file, as does Win/XP (in a VM), which is an error ...
- Tue Apr 25, 2023 3:58 am
- Forum: Everything 1.5 Alpha
- Topic: Size on Disk: strange results.
- Replies: 16
- Views: 9276
Re: Size on Disk: strange results.
I'm confused. If the file is stored in the MFT, which is a fixed 1K record, what other room will the file take up on disk?
- Sat Apr 22, 2023 8:54 pm
- Forum: Everything 1.5 Alpha
- Topic: Everything.ini Default Changes
- Replies: 19
- Views: 10940
Re: Everything.ini Default Changes
(Personally, I have a "mini-ini" with all settings that are important to me and when I do no longer "trust" my settings, I overwrite everything.ini with "mini-ini" and start fresh)
Very good idea. I will workout the meaning of all changed settings and create a "mini-ini" with comments that I ...
- Fri Apr 21, 2023 1:26 pm
- Forum: Everything 1.5 Alpha
- Topic: Everything.ini Default Changes
- Replies: 19
- Views: 10940
Everything.ini Default Changes
Under Help==>troubleshooting I see 70 changes to my Everything-1.5a.ini. A few of these I made explicitly, some of the rest I recognize come from the GUI. Some I can not figure out (example: offline_alpha=128 when the default is offline_alpha=160 )
Questions:
When changes are made to ini defaults ...
Questions:
When changes are made to ini defaults ...
- Mon Apr 10, 2023 8:27 pm
- Forum: Everything 1.5 Alpha
- Topic: Omit Results
- Replies: 104
- Views: 215851
Re: Omit Results
Excludes remove entries from the database.
Omits leaves the database alone, but does not display the omitted items - The omit list itself stays until you change it.
Temporarily Omit item(s) by right clicking for the context menu - these items go away with a new search.
Omits leaves the database alone, but does not display the omitted items - The omit list itself stays until you change it.
Temporarily Omit item(s) by right clicking for the context menu - these items go away with a new search.
- Fri Apr 07, 2023 9:21 pm
- Forum: Everything 1.5 Alpha
- Topic: "Add Custom Folder" for beginners ...
- Replies: 6
- Views: 3964
Re: "Add Custom Folder" for beginners ...
Add Custom makes it easier to add paths that are sometimes impossible to add with the stock Select Folder dialog.
Add Custom allows you to add virtual folders such as the Control Panel and FTP sites.
Top
Perhaps some of this could be added to the tooltip on the Folder screen instead of just "Add ...
Add Custom allows you to add virtual folders such as the Control Panel and FTP sites.
Top
Perhaps some of this could be added to the tooltip on the Folder screen instead of just "Add ...
- Mon Mar 20, 2023 1:06 pm
- Forum: Everything 1.5 Alpha
- Topic: Saving Everything's Environment settings
- Replies: 19
- Views: 18248
Re: Saving Everything's Envirnment settings
You should backup the folder "C:\Users\Chris077\AppData\Roaming\Everything", not just the individual files. I have several more files in mine and I am sure I do not have them all - and new ones may be created in the future.
[img]C:\Users\Public\Pictures\[/img]
[img]C:\Users\Public\Pictures\[/img]
- Wed Mar 08, 2023 2:56 pm
- Forum: Everything 1.5 Alpha
- Topic: How To Duplicate Hard Drives Mirror ?
- Replies: 6
- Views: 1922
Re: How To Duplicate Hard Drives Mirror ?
Perhaps Everything is not the right tool for this task.
I would suggest you look at FreeFIleSync, which is designed to do just what you are asking for.
I would suggest you look at FreeFIleSync, which is designed to do just what you are asking for.