Search found 12 matches
- Mon Oct 05, 2020 10:43 pm
- Forum: Suggestions
- Topic: Everything Toolbar in the Taskbar
- Replies: 15
- Views: 16797
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-...
- Mon Jul 06, 2020 12:42 pm
- Forum: Suggestions
- Topic: Expose search results to another app
- Replies: 2
- Views: 2442
Re: Expose search results to another app
Excellent, thank you! Now we just need to persuade Christian about this killer opportunity 

- Sun Jul 05, 2020 12:33 pm
- Forum: Suggestions
- Topic: Expose search results to another app
- Replies: 2
- Views: 2442
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
Would help to implement https://www.ghisler.ch/board/viewtopic.php?f=14&t=72211
- Wed Apr 22, 2020 6:13 am
- Forum: Support
- Topic: Total Commander Support
- Replies: 30
- Views: 45789
- Wed Apr 22, 2020 6:01 am
- Forum: Support
- Topic: Total Commander Support
- Replies: 30
- Views: 45789
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_command2=$exec("%COMMANDER_PATH%\TOTALCMD.EXE" ...
- Wed Apr 22, 2020 5:27 am
- Forum: Suggestions
- Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
- Replies: 5
- Views: 4841
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...
- Wed Apr 22, 2020 5:23 am
- Forum: Support
- Topic: Total Commander Support
- Replies: 30
- Views: 45789
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" /O /T /L="%1") I have appended these lines to the...
- Tue Apr 14, 2020 11:06 am
- Forum: Suggestions
- Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
- Replies: 5
- Views: 4841
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 ...
- Tue Apr 14, 2020 4:17 am
- Forum: Bug report
- Topic: .ODS documents are not filtered as "documents"
- Replies: 2
- Views: 5250
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...
- Tue Apr 14, 2020 4:03 am
- Forum: Suggestions
- Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
- Replies: 5
- Views: 4841
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...
- Mon Apr 13, 2020 11:35 pm
- Forum: Bug report
- Topic: .ODS documents are not filtered as "documents"
- Replies: 2
- Views: 5250
.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 and .fodp for presentations .o...
- Mon Apr 13, 2020 8:16 am
- Forum: Suggestions
- Topic: Compile "Everything" with /DYNAMICBASE /NXCOMPAT /guard:cf
- Replies: 5
- Views: 4841
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/A SafeSEH ...