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\"" |
@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
im happy it helped!! :)