Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Created November 6, 2023 21:26
Show Gist options
  • Save bobmagicii/492dcf7f795797b20af1ebad4d6ebf6d to your computer and use it in GitHub Desktop.
Save bobmagicii/492dcf7f795797b20af1ebad4d6ebf6d to your computer and use it in GitHub Desktop.
These two Regedit files will add an Executable to your right click folders in Explorer. This example adds my portable install of Windows Terminal.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Windows Terminal (Default)\command]
@="C:\\Apps\\WindowsTerminal\\WindowsTerminal.exe nt -d \"%V\""
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\Windows Terminal (Default)\command]
@="C:\\Apps\\WindowsTerminal\\WindowsTerminal.exe nt -d \"%V\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment