Skip to content

Instantly share code, notes, and snippets.

@1ocalhost
Created December 12, 2018 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ocalhost/de55450d8867c6be80d263d54c56e070 to your computer and use it in GitHub Desktop.
Save 1ocalhost/de55450d8867c6be80d263d54c56e070 to your computer and use it in GitHub Desktop.
Add “Copy Path” to right click menu in Windows Explorer (for Windows XP)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\Copy Path\command]
@="mshta vbscript:Execute(\"set o=CreateObject(\"\"InternetExplorer.Application\"\")\"&vbcrlf&\"o.Navigate(\"\"about:blank\"\")\"&vbcrlf&\"o.document.parentwindow.clipboardData.setData \"\"text\"\", \"\"%1\"\"\"&vbcrlf&\"o.Quit\"&vbcrlf&\"window.close\")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment