First of all, thank you for the great job.
I'm looking for a setting to reuse/recycle an open Explorer window when I open a file path from the result list. I don't want to have a new Explorer window every time, cause I quickly have ten or more windows open (and to close!) Is there a way to set this? Thanks
Reuse Explorer Window
Re: Reuse Explorer Window
Thank you for your feedback.
Unfortunately, Everything does not have an option to re-use Explorer windows.
I will consider an option to re-use the Explorer window opened from Everything.
Thank you for the suggestion.
Unfortunately, Everything does not have an option to re-use Explorer windows.
I will consider an option to re-use the Explorer window opened from Everything.
Thank you for the suggestion.
Re: Reuse Explorer Window
With Autohotkey its possible.
Shortcut will check if explorer window exist ...then it will use this window..
Shortcut will check if explorer window exist ...then it will use this window..
Re: Reuse Explorer Window
Can you pls give a little bit more information? Autohotkey inside Everything, or Windows, or is this freeware? What do you mean? Thanks.
Re: Reuse Explorer Window
Shortcut isn't even needed. See below.
Are you using Windows 10? Windows 11 uses multiple folder tabs in a window.
In case of Windows 10 (or 7), the following might work for you:
- Extract attached archive to some folder.
(It contains ReuseExplorer.exe and its .ahk (AutoHotKey) sourcecode.) - In Everything, go to Menu => Tools => Options => General => Context Menu
- Open Path : Command = $exec("C:\path to\ReuseExplorer.exe" "%1" SELECT)
- Open (Folders) : Command = $exec("C:\path to\ReuseExplorer.exe" "%1")
- OK
Be aware that the selected/focused file might change: if explorer.exe in the C:\windows folder was selected, opening the path of c:\windows\notepad.exe will select notepad.exe. Or when 20 files were selected (to copy for example) in the folder, that selection will be gone.
Further:
- Not tested on Win10, but should work.
- Does not support Explorer-tabs in Win11
- For 64-bit Windows versions.
- Attachments
-
- ReuseExplorer.7z
- (436.81 KiB) Downloaded 62 times
Re: Reuse Explorer Window
So .. someone makes a considerable effort to answer your questions (and beyond ..) and you don't have the decency to reply?
Added to my ignore-list.