Last active
March 7, 2024 14:12
-
-
Save Wchua/2afe207ced275a2a89a68d29c015baeb to your computer and use it in GitHub Desktop.
windows-context-menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Fork] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Fork] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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