Skip to content

Instantly share code, notes, and snippets.

View lem0nify's full-sized avatar

lem0nify lem0nify

View GitHub Profile
@lem0nify
lem0nify / prompts.reg
Created January 29, 2020 13:06
REG file to add `Windows Console here` into Explorer directory context menu
Windows Registry Editor Version 5.00
; Command Prompt
[HKEY_CLASSES_ROOT\Directory\shell\01MenuCmd]
"MUIVerb"="Command Prompts"
"Icon"="cmd.exe"
"ExtendedSubCommandsKey"="Directory\\ContextMenus\\MenuCmd"
[HKEY_CLASSES_ROOT\Directory\background\shell\01MenuCmd]