Win+E doesn't launch explorer++
Describe the bug
After configuring explorer++ to replace the original explorer, you still get the original explorer by pressing Win+E.
To Reproduce Steps to reproduce the behavior:
- Configure explorer++ to replace Explorer.
- Press Win+E.
Expected behavior
Launches explorer++
Screenshots
Version (please complete the following information):
- Explorer++ version: 1.4.0.2293 (64-bit build)
- OS: Windows 10
Additional context
I don't think this is a bug,Win + E is a system shortcut, try binding this system shortcut to explorer++
try binding this system shortcut to explorer++
How? Is there a Windows setting for this?
I think Explorer++ should bind it automatically when Replace Explorer is checked.
I used this method:
Modify Win + E shortcut keys Open the registry path:
HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command, modify the default value to the program path you want to open, delete the DelegateExecute key (it is recommended to export a copy before deleting it)
In Windows 10, generally, you have to launch the ahk script with administrator privilege so that it can work normally when focusing on privileged windows, such as Task Manager. This fixes my problem of ahk shortcut scripts not always working as expected.