Search found 4426 matches

by therube
Fri Dec 29, 2023 4:22 pm
Forum: Everything 1.5 Alpha
Topic: Everything uses up to or more than 8 GB RAM
Replies: 14
Views: 1262

Re: Everything uses up to or more than 8 GB RAM

How many files?
What are you indexing?

How big is the .db?

What does your bookmark say to do?

Is not the process (of saving, or whatever) still ongoing at the time of your screenshot?
by therube
Fri Dec 29, 2023 4:15 pm
Forum: General
Topic: Filtering expression for e-mails with date in their names [SOLVED]
Replies: 4
Views: 1638

Re: Filtering expression for e-mails with date in their names

Are you looking for a regex: ?
As a start, maybe something like: regex:(19|20)\d\d[01][1-9][0-31]\w

(There could be some false "dates" with that.)
by therube
Fri Dec 29, 2023 4:05 pm
Forum: Everything 1.5 Alpha
Topic: Consistent Crash hitting escape during network file moves in 1363a
Replies: 14
Views: 1634

Re: Consistent Crash hitting escape during network file moves in 1363a

a file being moved by everything using the standard F7 move process What is "the standard F7 move process"? network drives mounted from my desktop PC while on my laptop, both running 1363a and with the laptop set to get the desktop's file list via network index Explain that more, if you w...
by therube
Fri Dec 29, 2023 3:58 pm
Forum: Everything 1.5 Alpha
Topic: Dupe sort
Replies: 5
Views: 861

Re: Dupe sort

If you create a Filter, with a search of; dupe:dm;name, & use that Filter, then sort by size, does that work for you?
by therube
Thu Dec 28, 2023 4:56 pm
Forum: Everything 1.5 Alpha
Topic: Asking for opinions: What is an Everything theme?
Replies: 8
Views: 1666

Re: Asking for opinions: What is an Everything theme?

(If it looks like XP, is quick & efficient, I'm good. Dark, I don't deal well with. "Homogenized", where you can't tell what program you're in, I don't deal well with. I do use coloring of the results - along with that "grouping" [demarcating] preference, as that helps me to ...
by therube
Thu Dec 28, 2023 4:42 pm
Forum: Everything 1.5 Alpha
Topic: Everything often uses about 25, 40 % of RAM
Replies: 19
Views: 1455

Re: Everything often uses about 25, 40 % of RAM

I have no idea what the "tools" (windbg ...) show, nor what is "in" a .dmp, but you can use tools to view stuff in a dump. After all it is only a file. So you could open it in notepad or a hex viewer or ... & peruse its' contents. You could look for (dump) "text strings&...
by therube
Mon Dec 18, 2023 4:06 pm
Forum: Everything 1.5 Alpha
Topic: Running Everything as Admin or with Service?
Replies: 9
Views: 2465

Re: Running Everything as Admin or with Service?

If the Service is running, Everything (GUI) will run, should normally be running, at a User level (rather then Admin) & so one should not be seeing any UAC prompt. UAC prompt, should only turn up if you were to remove or install the Service. The Service itself uses Admin rights. Likewise, if you...
by therube
Mon Dec 18, 2023 3:55 pm
Forum: Everything 1.5 Alpha
Topic: Not seeing items / real names in Recycle Bin and experiencing filtering drawbacks
Replies: 13
Views: 2582

Re: Not seeing items / real names in Recycle Bin and experiencing filtering drawbacks

Ah, the pertinent part which you nor I picked up on, at first: Click Add Custom.... So not "Add...", but rather "Add Custom...", & with that, "test" will find "test" in "recycle bin/". Mouseover on Add Custom... says, "Add a virtual folder o...
by therube
Fri Dec 15, 2023 3:48 pm
Forum: Everything 1.5 Alpha
Topic: paste_multiline_type=0
Replies: 1
Views: 1727

paste_multiline_type=0

1361. (I've not looked at 1362 yet.)


if paste_multiline_type=0 (0 == search)
! is not "encoded" to &excl:

is that expected?
(all other methods do encode)
by therube
Fri Dec 15, 2023 3:45 pm
Forum: Support
Topic: Crashed drive folder structure view
Replies: 5
Views: 2396

Re: Crashed drive folder structure view

#1, back up your .db file.
Making various periodic backups can't hurt.

#2, Tools | Options | Indexes | NTFS -> Automatically remove offline volumes (uncheck).
(Similar with FAT / ReFS.)


(You can also load old .db into Everything, I believe using the -read-only switch.)
by therube
Mon Dec 11, 2023 7:21 pm
Forum: Everything 1.5 Alpha
Topic: Backup of .db concept flaw
Replies: 3
Views: 2732

Re: Backup of .db concept flaw

A simple backup utility, BACKUP9.EXE . (Each time a desktop shortcut is clicked) backup all the files in the c:\123\mp\ directory to the directory c:\dev\backup\out\. Each time it is run, it will update any changed files to \backup\out\ while maintaining the last 9 copies of each updated file. backu...
by therube
Mon Dec 11, 2023 7:13 pm
Forum: Off-topic discussion
Topic: @void: how do you manage your todo list?
Replies: 3
Views: 5932

Re: @void: how do you manage your todo list?

(Much hard work ;-).)
by therube
Mon Dec 11, 2023 7:10 pm
Forum: Support
Topic: Preview .TXT files not working
Replies: 27
Views: 6201

Re: Preview .TXT files not working

OS?
Version of Everything?

Does anything display in the Preview window?
by therube
Mon Dec 11, 2023 7:09 pm
Forum: Bug report
Topic: missing file from list
Replies: 2
Views: 4025

Re: missing file from list

Which file is that, g++.exe ?
by therube
Thu Dec 07, 2023 6:59 pm
Forum: Everything 1.5 Alpha
Topic: RFE: Paste stem:<list>
Replies: 11
Views: 3803

Re: RFE: Paste stem:<list>

paste_multiline_type -> Stem

This has been working out nicely, thanks :-).
by therube
Thu Dec 07, 2023 6:55 pm
Forum: General
Topic: Delete
Replies: 2
Views: 3450

Re: Delete

Explain?
by therube
Thu Dec 07, 2023 5:06 pm
Forum: Support
Topic: EVERYTHING stuck at loading database but only on one user
Replies: 5
Views: 2815

Re: EVERYTHING stuck at loading database but only on one user

Better to use the Everything Service (Tools | Options | General -> Everything Service) [rather then running Everything "as Admin"].
by therube
Thu Dec 07, 2023 4:54 pm
Forum: Everything 1.5 Alpha
Topic: Everything is not exiting when I close it
Replies: 16
Views: 4892

Re: Everything is not exiting when I close it

I do similar on updates (though manually; everything.exe -uninstall-service...) & can't say I remember running into said issue. Perhaps... if the .db is (really) large, it could still be in the process of writing to disk ? so even though the GUI is gone... but you would think that during that ti...
by therube
Thu Dec 07, 2023 4:47 pm
Forum: Off-topic discussion
Topic: file-id: frn:
Replies: 0
Views: 5130

file-id: frn:

by therube
Wed Dec 06, 2023 7:03 pm
Forum: Support
Topic: How to find empty files?
Replies: 9
Views: 4240

Re: How to find empty files?

Oh that's weird. regex:binarycontent:^\x00+ Is there some sort of limit with that? Or bug? With smaller files (9 bytes or 32,768 or 58,353,664), that does find files that start with any number of nul. But with a larger file, it fails? (In this case "larger" is only 692,897,792 bytes) Oh, i...
by therube
Wed Dec 06, 2023 6:45 pm
Forum: Support
Topic: How to find empty files?
Replies: 9
Views: 4240

Re: How to find empty files?

To find files that start with one or more NULL characters: regex:binarycontent:^\x00+ -or- startwith:hex:content:00 Is that correct? [YES - see below ] Is binarycontent: looking for files that contain ONLY nul? Is startwith: looking for files where the first byte is a nul? I have a ubcd.iso. The fi...
by therube
Wed Dec 06, 2023 6:30 pm
Forum: Everything 1.5 Alpha
Topic: rescan duration setting
Replies: 10
Views: 4410

Re: rescan duration setting

If you make a change to some other setting, is that change preserved after an Everything restart? Do a search for Everything.ini. Do you have more then one (in different locations)? If so, is one being updated & the other (possibly) not? It might have something to do with where you are storing y...
by therube
Wed Dec 06, 2023 6:05 pm
Forum: Everything 1.5 Alpha
Topic: By default, Will every instance I create, also have its own service created for it too?
Replies: 4
Views: 3604

Re: By default, Will every instance I create, also have its own service created for it too?

I were to manually delete these files, to Everything this tester instance does not exist? An Instance is only a "logical" concept, if you will. An Instance (by default) names its set of "data" files; *.ini, *.db... with the specified Instance name. So if the Instance is not runn...
by therube
Wed Dec 06, 2023 5:58 pm
Forum: Everything 1.5 Alpha
Topic: By default, Will every instance I create, also have its own service created for it too?
Replies: 4
Views: 3604

Re: By default, Will every instance I create, also have its own service created for it too?

In 1.5, all Instances use a single Service. (Times past, that was different.) In 1.4, don't know? Though if you're running multiple 1.4 instances & only one Service is running, then I'd say it is (now) the same as with 1.5. everything -instance test1 everything -instance test2 everything -instan...
by therube
Wed Dec 06, 2023 4:27 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

11400010 20e01104 M 00efe290 N 00efe180 OP 511 // HIGH UI PROIRITY found 13470 folders with 1 threads in 0.001691 seconds found 509543 files with 8 threads in 0.014005 seconds SET SORT 0 set sort 0 ascending 1 is valid 1 case 0 already sorted finished sort, time taken 0.000789 seconds total size 17...
by therube
Wed Dec 06, 2023 4:23 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

disconnected from service Everything: 1.5.0.1361a (x86) OS: Windows NT 10.0 19045 (x64) Admin: 0 Service: 6 (connected / partially installed) Command line: -instance NAS Binary: C:\DEV\Locate\NAS\Everything.exe Profile: C:\DEV\Locate\NAS\Everything-NAS.ini Database: C:\DEV\Locate\NAS\Everything-NAS...
by therube
Wed Dec 06, 2023 4:05 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

Might permission settings on the NAS be playing in? On my end On HIDE, I have it set to Index Folder \\NAS, & then I also subsequently added \\NAS\LIB (& set to Monitor) HIDE does not have access to \\NAS\LIB (& various other subdirectories on \\NAS\) If I tell HIDE to rescan \\NAS\LIB, ...
by therube
Tue Dec 05, 2023 4:08 pm
Forum: Everything 1.5 Alpha
Topic: MD5 Property indexing for network drives seems to die
Replies: 26
Views: 11869

Re: MD5 Property indexing for network drives seems to die

I wonder if these network files have the M attribute set?
So Attribute 'M' is "OneDrive" specific?
by therube
Tue Dec 05, 2023 3:56 pm
Forum: Support
Topic: Error 8: Everything IPC window not found.
Replies: 4
Views: 2468

Re: Error 8: Everything IPC window not found.

unless Everything is opened and/or in the background
Correct.
In order for ES (command-line) to work, Everything (the GUI) itself needs to be running.

That is expected.


(Note that the Everything Service does not necessarily need to be running for ES to work, but the GUI is needed.)
by therube
Tue Dec 05, 2023 3:40 pm
Forum: Bug report
Topic: Saved .efu loses folder closing \
Replies: 6
Views: 4603

Re: Saved .efu loses folder closing \

efu_folder_append_path_separator Ah, that's it. in Profile NAS, efu_folder_append_path_separator=1 (true) in Profile OLD, efu_folder_append_path_separator=0 (false) The original source .efu was from Profile NAS, so it did have the closing \. I then opened that .efu (File | Open File List...) in Pro...
by therube
Mon Dec 04, 2023 4:39 pm
Forum: Bug report
Topic: Export List not shows same number of files?
Replies: 9
Views: 9375

Re: Export List not shows same number of files?

Load EliteBook.efu (on 214.) Export that to a new .efu, Elite-new.efu (on 214) Compare EliteBook.efu to Elite-new.efu. (Ensure the visible columns & sort order are the same between 502 & 214.) WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both fol...
by therube
Mon Dec 04, 2023 4:36 pm
Forum: Bug report
Topic: Saved .efu loses folder closing \
Replies: 6
Views: 4603

Saved .efu loses folder closing \

A re-Saved .efu loses a folders closing \.

Save test1.efu
Open test1.efu
Export same to test2.efu

Code: Select all

test1.efu will show a directory name like: "c:\tmp\" (with a closing \)
test2.efu will show a directory name like: "c:\tmp"  (without a closing \)
by therube
Mon Dec 04, 2023 4:07 pm
Forum: Everything 1.5 Alpha
Topic: MD5 Property indexing for network drives seems to die
Replies: 26
Views: 11869

Re: MD5 Property indexing for network drives seems to die

I wouldn't exclude c: from indexing
Correct.
But as you do want to exclude the Property Indexing (of MD5) for C:, you would do that as above.
by therube
Mon Dec 04, 2023 4:00 pm
Forum: Support
Topic: Simple *.csv does not work on some files
Replies: 13
Views: 4343

Re: Simple *.csv does not work on some files

Does
t_0.8_r_0.8_AoA_0_t2_0.8_AoA2_0 ext:csv
find the file name?

Copy (from within Everything or Windows Explorer) & paste the filename, t_0.8_r_0.8_AoA_0_t2_0.8_AoA2_0.csv into the forum (as it might "show" something)?
by therube
Mon Dec 04, 2023 3:50 pm
Forum: Everything 1.5 Alpha
Topic: Tabs
Replies: 48
Views: 71309

Re: Tabs

change the shortcut for closing the active tab from Ctrl-Shift-W Oh, so that's how you do it? if there's only one tab, close the window instead Potentially unwanted (until there is a Session Management feature). > Ctrl+Shift+W Oh, so that's how you do it? Actually, I'm thinking you may have remappe...
by therube
Mon Dec 04, 2023 3:44 pm
Forum: Everything 1.5 Alpha
Topic: Running only on Performance cores option
Replies: 3
Views: 1869

Re: Running only on Performance cores option

What is a "Performance core"?

What CPU do you have?

Do other applications perform better for you on Performance cores?
by therube
Mon Dec 04, 2023 3:39 pm
Forum: Everything 1.5 Alpha
Topic: MD5 Property indexing for network drives seems to die
Replies: 26
Views: 11869

Re: MD5 Property indexing for network drives seems to die

I excluded c: before by "!md5 !c:"
If you want to exclude (from Index rather then display), you do that in:
Tools | Options | Indexes | Properties -> Exclude
.
lots of files
How many is lots?
by therube
Fri Dec 01, 2023 6:22 pm
Forum: Off-topic discussion
Topic: phrase search in this forum
Replies: 2
Views: 2954

Re: phrase search in this forum

I don't think quotes are of value, that it is limitation to phpBB's search feature.

Depending, you might be better off with a Google search?
site:voidtools.com/forum "end of file"
by therube
Fri Dec 01, 2023 6:15 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

So I have 2 computers, SHOW & HIDE. SHOW has full access to NAS. HIDE has limited access to NAS. If I copy SHOW's Everything Profile to HIDE, & open that Profile on HIDE, at that point in time HIDE can see all the "hidden" file names that SHOW can see, but HIDE cannot access or ope...
by therube
Fri Dec 01, 2023 6:00 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

You are running Everything, actually separately, on each computer?

Likewise, each computer has it's own .db that it is referencing?
As in you do not have COMPUTER_HIDDEN using the same .db found on COMPUTER_SEEN's ?
by therube
Fri Dec 01, 2023 5:56 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

Odd, what about with the mapped network drive?
What I have to do?
DIR X:\_BE*
DIR X:\_BE* /ah

Presumably one computer should see the contents of _BE*, & the other should not.
by therube
Fri Dec 01, 2023 5:50 pm
Forum: General
Topic: Is there a way to automatically delete all but one duplicate file that has same name, size, modified date?
Replies: 5
Views: 3488

Re: Is there a way to automatically delete all but one duplicate file that has same name, size, modified date?

There is no way to select "groups", except to manually choose what you want (to delete). Though... depending on your data, how it's laid out... you might be able to sort or filter results such that the particular items you're wanting to delete become more apparent. While Everything is grea...
by therube
Fri Dec 01, 2023 5:39 pm
Forum: Everything 1.5 Alpha
Topic: Advanced Rename
Replies: 50
Views: 18833

Re: Advanced Rename

You can use Properties, so something like:
.
Everything - rename file based on parent folder name.png
Everything - rename file based on parent folder name.png (20.18 KiB) Viewed 13344 times
by therube
Thu Nov 30, 2023 8:35 pm
Forum: General
Topic: Is there a way to automatically delete all but one duplicate file that has same name, size, modified date?
Replies: 5
Views: 3488

Re: Is there a way to automatically delete all but one duplicate file that has same name, size, modified date?

Sounds like you're using Everything 1.4. IMO, you might be better served by Everything 1.5 Alpha . you can do something like dupe:name;size you can limit (filter) what you're checking for dups against, so if you only wanted to look for pictures, & pictures in c:\arewedupdyet\, then dupe:name;siz...
by therube
Thu Nov 30, 2023 8:07 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

Well shouldn't Everything only be able to see files that the particular user (that is running Everything) has access to (in your case via the mapped drive letter - which is how Everything is seeing anything on the NAS)? Lets call your mapped drive, N:. And N: has a directory that his "hidden&qu...
by therube
Thu Nov 30, 2023 7:21 pm
Forum: Support
Topic: Everything shows hidden files on NAS
Replies: 27
Views: 11880

Re: Everything shows hidden files on NAS

What version of Everything?
by therube
Tue Nov 28, 2023 4:48 pm
Forum: Support
Topic: Full word match?
Replies: 3
Views: 1530

Re: Full word match?

Try,
wfn:abc
.

Note that path: (or lack thereof) will affect results.
by therube
Tue Nov 28, 2023 4:05 pm
Forum: Everything 1.5 Alpha
Topic: Extremely inconsistent search behavior in a specific folder?
Replies: 17
Views: 3684

Re: Extremely inconsistent search behavior in a specific folder?

Where is says "OneDrive" that is actually something related to (MS) "onedrive.live.com" (online web storage, virtual or whatever, or some such) [& rather then simply a directory named, "OneDrive"]? If so, maybe that is playing into it? Might "username" in ...