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
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
zuzu_kuc
- Posts: 5
- Joined: Fri Feb 14, 2020 11:23 am
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..
-
jhaase.id
- Posts: 4
- Joined: Fri Dec 08, 2023 11:03 pm
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.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
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.
You do not have the required permissions to view the files attached to this post.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
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?jhaase.id wrote: Wed Apr 17, 2024 3:45 pm Can you pls give a little bit more information? Autohotkey inside Everything, or Windows, or is this freeware? What do you mean? Thanks.
Added to my ignore-list.