Skip to content

Instantly share code, notes, and snippets.

@fardjad
Last active April 10, 2022 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fardjad/32fac295b24be5f37afe7c1f0e186315 to your computer and use it in GitHub Desktop.
Save fardjad/32fac295b24be5f37afe7c1f0e186315 to your computer and use it in GitHub Desktop.
[doublecmd-explorer-integration.reg] Double Commander Explorer Integration #windows #registry #doublecmd
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