Here's how to remap WinKey+E via registry (Windows Vista/7/10)

Ask any support questions here
Post Reply
jmaton
Posts: 2
Joined: Fri Jun 05, 2020 4:14 am

Here's how to remap WinKey+E via registry (Windows Vista/7/10)

Post by jmaton »

Use notepad to create a text file named something like "remap_winkey-e.reg"

Paste in these lines (if you put Explorer++.exe somewhere other than c:\bin, then change that part below.)

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{52205fd8-5dfb-447d-801a-d0b52f2e83e1}\shell\opennewwindow\command]
@="C:\\bin\\Explorer++.exe"
"DelegateExecute"=""
Save it.
Double-click it, answer yes to the warning about modifying your registry.

Press WinKey+E to test it out!
Post Reply