How to add "Copy path" and "Copy name" to context menu?

Page 2 of 2 FirstFirst 12

  1. Posts : 927
    windows 7 ultimate
       #11

    Ztruker,

    Copy Name Extended:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\*\Shell\Copy File Name]
    @="Copy Name"
    "Extended"=""
    
    [HKEY_CLASSES_ROOT\*\Shell\Copy File Name\Command]
    @="\"C:\\Windows\\Copy\\arg2cn.exe\" \"%1\""
    
    [HKEY_CLASSES_ROOT\Directory\Shell\Copy Folder Name]
    @="Copy Name"
    "Extended"=""
    
    [HKEY_CLASSES_ROOT\Directory\Shell\Copy Folder Name\Command]
    @="\"C:\\Windows\\Copy\\arg2cn.exe\" \"%1\""
    
    [-HKEY_CLASSES_ROOT\Folder\Shell\Copy Folder Name]
    Copy Path Extended:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\*\Shell\Copy File Path]
    @="Copy Path"
    "Extended"=""
    
    [HKEY_CLASSES_ROOT\*\Shell\Copy File Path\Command]
    @="\"C:\\Windows\\Copy\\arg2cp.exe\" \"%1\""
    
    [HKEY_CLASSES_ROOT\Directory\Shell\Copy Folder Path]
    @="Copy Path"
    "Extended"=""
    
    [HKEY_CLASSES_ROOT\Directory\Shell\Copy Folder Path\Command]
    @="\"C:\\Windows\\Copy\\arg2cp.exe\" \"%1\""
    
    
    [-HKEY_CLASSES_ROOT\Folder\Shell\Copy Folder Path]
      My Computer


  2. Posts : 6,285
    Windows 10 Pro X64
       #12

    Neither work. Both look for a program to open the file I Shift-Right click on. Same thing happened with the previous version without the Exterd="" addition.
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:37.
Find Us