WinENFET icon indicating copy to clipboard operation
WinENFET copied to clipboard

Make Win + E hotkey open a new File Explorer tab instead of a new window

Results 11 WinENFET issues
Sort by recently updated
recently updated
newest added

Started using this today on 23h2 and not working, have any bypass? ![image](https://github.com/tariibaba/WinENFET/assets/54750285/c9cec8d3-8553-410c-82c6-7933b184f93b) Winkey + E not opening new tab only new explorer window!

The tool is great! But I still am getting used to it so i tipically just close the main window instead of closing the single tab. Doing that, it automatically...

If the active window is an Explorer window, this window should be used first. I tried to figure out how to do this but I'm not great with AHK. I...

``` The same but in AHKv2 syntax. #e::FocusFileExplorer() FocusFileExplorer() { ids := WinGetList("ahk_class CabinetWClass") if (ids.Length != 0) { for id in ids { WinActivate(id) win := WinWaitActive(id,, 2) if...

This should be done by the windows team! This terrible planning on their part. I just recently received an update that file explorer supports drag and drop, which should have...

With this scheduled task, the issue with priviledged / non-priviledged windows disappears, because the Scheduled Task will start the EXE with priviledged permissions. UAC Dialog happens during Task creation and...

To reproduce: Open Task Manager and press on Win+E. Even if there is a File Explorer window already open, it will create a new window instead of a new tab....

The app is really neat! Could you please add it to winget so it will be available like `winget install winenfet` or something? Winget packages: https://github.com/microsoft/winget-pkgs

Not sure if this is out of scope for this project but the purpose seems the same - preventing explorer windows clutter. The idea is to add some way to...