Last active
April 10, 2022 09:28
-
-
Save fardjad/32fac295b24be5f37afe7c1f0e186315 to your computer and use it in GitHub Desktop.
[doublecmd-explorer-integration.reg] Double Commander Explorer Integration #windows #registry #doublecmd
This file contains hidden or 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] | |
[HKEY_CLASSES_ROOT\Drive\shell\open\command] | |
@="C:\\Program Files\\Double Commander\\doublecmd.exe -C \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\shell] | |
@="open" | |
[HKEY_CLASSES_ROOT\Directory\shell\open] | |
[HKEY_CLASSES_ROOT\Directory\shell\open\command] | |
@="C:\\Program Files\\Double Commander\\doublecmd.exe -C \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment