Skip to content

Instantly share code, notes, and snippets.

@logchan
Created December 13, 2018 20:59
Show Gist options
  • Save logchan/f3e9440f8db3a9bd8a77b25b2abfd813 to your computer and use it in GitHub Desktop.
Save logchan/f3e9440f8db3a9bd8a77b25b2abfd813 to your computer and use it in GitHub Desktop.
Add a "Copy full name" explorer context menus
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Copy full name\command]
@="cmd /c echo | set /p=\"%1\"| clip"
[HKEY_CLASSES_ROOT\*\shell\Copy full name\command]
@="cmd /c echo | set /p=\"%1\"| clip"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment