Skip to content

Instantly share code, notes, and snippets.

View ismanir's full-sized avatar
🎯
Focusing

Isman Irawan ismanir

🎯
Focusing
View GitHub Profile
@ismanir
ismanir / open-cmder-here.md
Created August 18, 2021 23:41 — forked from hamzahamidi/open-cmder-here.md
"Open Cmder Here" in context menu

"Open Cmder Here" in context menu

To add an entry in the Windows Explorer context menu to open Cmder in a specific directory, paste this into a OpenCmderHere.reg file and double-click to install it.

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
    @="Open Cmder Here"
 "Icon"="\"%CMDER_ROOT%\\icons\\cmder.ico\",0"