How to add Copy Path to context menu without " "?

Discussion in 'Windows 10' started by MonarchX, Apr 13, 2019.

  1. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
  2. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,260
    3,267
    90
    I played around with these in Windows 7, I´m not sure if it is what you was shooting for?
     

    Attached Files:

  3. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,396
    1,322
    120
    Here is Windows 10 - 1809 default
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\CopyAsPathMenu]
    @="{f3d06e7c-1e45-4a26-847e-f9fcdee59be0}"
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    752
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    Thanks! What's the difference between the 3 replies? Could I get a Enable and DISABLE versions too, please?
     
  6. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    This one surely didn't work.
     
  7. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    That worked beautifully!
     
  8. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    752
    60
    Mine works. :bye1:
    Disable:
    Code:
    reg delete "HKLM\SOFTWARE\Classes\Directory\shell\Copy as Path\command" /f
    reg delete "HKLM\SOFTWARE\Classes\*\shell\Copy as Path\Command" /f
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    380
    361
    10
    @Mr.X, that "Path Copy Copy" program is excellent with lots of options... Thanks for sharing... :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...