Search found 15 matches

by arkos
Wed May 17, 2023 3:38 am
Forum: Bug report
Topic: Stuck single-threaded loop on unavailable drive
Replies: 3
Views: 5228

Re: Stuck single-threaded loop on unavailable drive

Thank you for the bug report arkos, What version of Windows? What version of Everything? (I have not been able to reproduce the issue on Windows 10 22H2 with Everything 1.4.0.1023 or 1.5.0.1345a) Everything v1.4.1.1023 Windows 21H2 I am, unfortunately, unable to provide a memory dump, however these...
by arkos
Wed May 17, 2023 2:40 am
Forum: Bug report
Topic: Stuck single-threaded loop on unavailable drive
Replies: 3
Views: 5228

Stuck single-threaded loop on unavailable drive

Steps to reproduce: Add a separate, Bitlocker-encrypted drive under the "Indexes - Folders". Make sure this volume does not unlock automatically. Reboot with the Anything service running and volume locked. Observe the bug. Once the volume has been unlocked at least once, using manage-bde -...
by arkos
Thu May 12, 2022 1:16 pm
Forum: General
Topic: Really Useful Set of Bookmark Searches 2.3 for Everything 1.5A
Replies: 72
Views: 366030

Re: Really Useful Set of Bookmark Searches 2.1 for Everything

+1. Do you plan to release the version with menus once the v1.5 final is out?
by arkos
Mon Oct 05, 2020 10:43 pm
Forum: Suggestions
Topic: Everything Toolbar in the Taskbar
Replies: 15
Views: 34387

Re: Everything Toolbar in the Taskbar

I created an Everything deskband to mimic the original Windows 10 taskbar search bar. It's available on github if anybody is interested: https://github.com/stnkl/EverythingToolbar Very cool! Can it be made floating and (ideally) integrated with https://github.com/microsoft/PowerToys/wiki/PowerToys-...
by arkos
Mon Jul 06, 2020 12:42 pm
Forum: Suggestions
Topic: Expose search results to another app
Replies: 2
Views: 6161

Re: Expose search results to another app

Excellent, thank you! Now we just need to persuade Christian about this killer opportunity :D
by arkos
Sun Jul 05, 2020 12:33 pm
Forum: Suggestions
Topic: Expose search results to another app
Replies: 2
Views: 6161

Expose search results to another app

I am not quite across NT systems, but perhaps either RPC or a Socket can be used to allow another application query Everything backend?

Would help to implement https://www.ghisler.ch/board/viewtopic.php?f=14&t=72211
by arkos
Wed Apr 22, 2020 6:13 am
Forum: Support
Topic: Total Commander Support
Replies: 31
Views: 91323

Re: Total Commander Support

void wrote: Wed Apr 22, 2020 6:07 am Note you can also set your commands from this option page, which might be easier than changing the Everything.ini directly:
Neat :) I have overlooked it.
by arkos
Wed Apr 22, 2020 6:01 am
Forum: Support
Topic: Total Commander Support
Replies: 31
Views: 91323

Re: Total Commander Support

Please try using open_folder_path_command2, open_file_command2 and open_folder_command2: open_folder_path_command2=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1") open_file_command2=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1") open_folder_command...
by arkos
Wed Apr 22, 2020 5:27 am
Forum: Suggestions
Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
Replies: 5
Views: 9393

Re: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf

I've compiled the latest nightly with /DYNAMICBASE /NXCOMPAT Please let me know if you have any trouble with this build. Just letting you know that to the day I have not noticed any bugs. I have replied to the topic re. Everything.ini , but doubt these are related: https://www.voidtools.com/forum/v...
by arkos
Wed Apr 22, 2020 5:23 am
Forum: Support
Topic: Total Commander Support
Replies: 31
Views: 91323

Re: Total Commander Support

Sorry for bringing-up the old topic, but... open_folder_path_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1") open_file_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" /O /T /L="%1") open_folder_command=$exec("%COMMANDER_PATH%\TOTALCMD.EXE"...
by arkos
Tue Apr 14, 2020 11:06 am
Forum: Suggestions
Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
Replies: 5
Views: 9393

Re: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf

I've compiled the latest nightly with /DYNAMICBASE /NXCOMPAT Please let me know if you have any trouble with this build. Notice the difference in size (its about 60k larger) Uninstalled previous version, installed latest stable from scratch and replaced binary with the latest nightly (with service ...
by arkos
Tue Apr 14, 2020 4:17 am
Forum: Bug report
Topic: .ODS documents are not filtered as "documents"
Replies: 2
Views: 8492

Re: .ODS documents are not filtered as "documents"

For now, please manually add these extensions to your document filter: In Everything , from the Search menu, click Organize filters... . Select the Documents filter and click Edit... . Change the Search to: ext:c;cc;chm;cpp;cs;css;csv;cxx;doc;docm;docx;dot;dotm;dotx;epub;h;hpp;htm;html;hxx;ini;java...
by arkos
Tue Apr 14, 2020 4:03 am
Forum: Suggestions
Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
Replies: 5
Views: 9393

Re: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf

Thank you for the /DYNAMICBASE /NXCOMPAT /guard:cf suggestions. I'll consider re-enabling these. /NXCOMPAT caused stability issues and was removed in 923. /DYNAMICBASE adds bloat and performance issues. Thank you for the consideration. May I ask what sort of bloat you are referring to? In my limite...
by arkos
Mon Apr 13, 2020 11:35 pm
Forum: Bug report
Topic: .ODS documents are not filtered as "documents"
Replies: 2
Views: 8492

.ODS documents are not filtered as "documents"

When searching for a file, selecting "Documents" under the "Search" menu filters out *.ODS files which certainly belong to the category. Please add these to the "documents" filter: .odt and .fodt for word processing (text) documents .ods and .fods for spreadsheets .odp ...
by arkos
Mon Apr 13, 2020 8:16 am
Forum: Suggestions
Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
Replies: 5
Views: 9393

Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf

Looking at the v1.4.1.969 binary, it is compiled with mitigations turned off: > Get-PESecurity -File "C:\Program Files\Everything\Everything.exe" FileName : C:\Program Files\Everything\Everything.exe ARCH : AMD64 DotNET : False ASLR : False DEP : False Authenticode : True StrongNaming : N/...