Skip to content

Instantly share code, notes, and snippets.

@domportera
Created June 5, 2024 15:41
Show Gist options
  • Save domportera/451487759425f7964c120f9036df8bdd to your computer and use it in GitHub Desktop.
Save domportera/451487759425f7964c120f9036df8bdd to your computer and use it in GitHub Desktop.
Double Commander as default file manager on Windows 10
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 -P L -T \"%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 -P L -T \"%1\""
@domportera
Copy link
Author

only tested on windows 10 - does not replace Win + E key at this point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment