Skip to content

Instantly share code, notes, and snippets.

@Wchua
Last active March 7, 2024 14:12
Show Gist options
  • Select an option

  • Save Wchua/2afe207ced275a2a89a68d29c015baeb to your computer and use it in GitHub Desktop.

Select an option

Save Wchua/2afe207ced275a2a89a68d29c015baeb to your computer and use it in GitHub Desktop.
windows-context-menu
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Fork]
[-HKEY_CLASSES_ROOT\Directory\shell\Fork]
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Fork]
@="Open with Fork"
"Icon"="C:\\Users\\<username>\\AppData\\Local\\Fork\\Fork.exe,0"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Fork\command]
@="\"C:\\Users\\<username>\\AppData\\Local\\Fork\\Fork.exe\" \"%V\""
[HKEY_CLASSES_ROOT\Directory\shell\Fork]
@="Open with Fork"
"Icon"="C:\\Users\\<username>\\AppData\\Local\\Fork\\Fork.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Fork\command]
@="\"C:\\Users\\<username>\\AppData\\Local\\Fork\\Fork.exe\" \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment