Last active
November 12, 2024 11:16
-
-
Save domportera/451487759425f7964c120f9036df8bdd to your computer and use it in GitHub Desktop.
See updated repo: https://github.com/domportera/doublecmd-default-on-windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Drive\shell] | |
@="open" | |
[HKEY_CLASSES_ROOT\Drive\shell\open\command] | |
@="C:\\Program Files\\Double Commander\\doublecmd.exe -P L -T \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\shell] | |
@="open" | |
[HKEY_CLASSES_ROOT\Directory\shell\open\command] | |
@="C:\\Program Files\\Double Commander\\doublecmd.exe -P L -T \"%1\"" |
I can confirm this works on Win 11, but if I already have an instance of DC open it won't use the same one and create a new one instead. Is there a way around this?
im happy it helped!! :)
@Robbware If you're trying to replace the Win + E hotkey for doubleCMD, see above for a new powershell script
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
only tested on windows 10 - does not replace Win + E key at this point