Advertisement
Wasif_Hasan_

CopyFileFolderPathContextMenu.reg

Sep 18th, 2020
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.49 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CLASSES_ROOT\*\shell\CopyFilePath]
  4. "MUIVerb"="Copy File Path..."
  5. "Icon"="imageres.dll,-5357"
  6. "Position"="Bottom"
  7.  
  8. [HKEY_CLASSES_ROOT\*\shell\CopyFilePath\command]
  9. @="cmd.exe /c (echo.|set /p=\"%1\") | clip"
  10.  
  11. [HKEY_CLASSES_ROOT\Directory\shell\CopyFolderPath]
  12. "MUIVerb"="Copy Folder Path..."
  13. "Icon"="imageres.dll,-5357"
  14. "Position"="Bottom"
  15.  
  16. [HKEY_CLASSES_ROOT\Directory\shell\CopyFolderPath\command]
  17. @="cmd.exe /c (echo.|set /p=\"%1\") | clip"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement