How to add Move to a specific folder to the context menu?

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #21

    Sorrymyen said:
    Well, finally I was able to find the command that copies folders between partitions and deletes the source.
    @="cmd /c robocopy /move /s /e "%1" "X:\\anyfolder""

    New problem: The contents of the folder are copied throughout its structure, except for the parent folder itself.
    As a workaround for now, you could use the "Move to Folder" option in the context menu below.

    You could pin your locations to Quick access to make it easier to select them.

    Add 'Copy To folder' and 'Move To folder' Context Menu in Windows 10 | Tutorials
      My Computers


  2. Posts : 31
    Windows 10 v1809
       #22

    It's what help me currently, thanks for.
      My Computer


  3. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #23

      My Computers


  4. Posts : 31
    Windows 10 v1809
       #24

    I am not yet very familiar with the forum and I do not know if this is the place, but as it is a related matter, I will leave here another script that has greatly facilitated my productivity and maybe it is useful to somebody.

    This
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list]
    "SubCommands"=""
    "MUIVerb"="Copy in list"
    "Icon"="D:\\DxpTaskSync_52.ico"
    "SeparatorBefore"=""
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list\shell]
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list\shell\001]
    "MUIVerb"="Names"
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list\shell\001\command]
    @="cmd /c dir \"%1\" /b /a:-d /o:n | clip"
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list\shell\002]
    "MUIVerb"="Details"
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list\shell\002\command]
    @="cmd /c dir \"%1\" /a:-d /o:n | clip"
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list\shell\003]
    "MUIVerb"="Paths"
    
    [HKEY_CLASSES_ROOT\Directory\shell\Copy to list\shell\003\command]
    @="cmd /c dir \"%1\" /s /b /a:-d /o:n | clip"

    does it
    How to add Move to a specific folder to the context menu?-copytolist.png
      My Computer


  5. Posts : 14,020
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #25

    Sorrymyen said:
    I thought we were talking about customizable context menus via registry.

    I also have no issues moving and copying files to different locations, partitions and drives using the native cut and copy commands in W10. My dream of Archimedes is to find a way to put folders as different destinations in a CopyTo menu.


    Please, post your code, it looks interesting.
    I don't have a code, I click once on a file name to highlight it, wait a second and click again to open the name then type an additional letter, click out and go back to do it again but delete a letter, usually a duplicate. That duplicate may be a capital of one already there, just something to remind me to remove it. The same thing can be accomplished with right-click of a file and choose Rename but because of the length of the context menu the mouse has to be moved to it.
      My Computers


  6. Posts : 56,830
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #26

    Berton said:
    I don't have a code, I click once on a file name to highlight it, wait a second and click again to open the name then type an additional letter, click out and go back to do it again but delete a letter, usually a duplicate. That duplicate may be a capital of one already there, just something to remind me to remove it. The same thing can be accomplished with right-click of a file and choose Rename but because of the length of the context menu the mouse has to be moved to it.
    Sometimes forgotten trick for renaming file/folders. Hover over the file name and hit F2.
      My Computers


  7. Posts : 2
    Windows 10
       #27

    Brink said:
    Sorry for the necromancy @Brink but your reg file stops working if more than 15 files are selected at the same time, do you know how to fix it?
      My Computer


  8. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #28

    Wantthis said:
    Sorry for the necromancy @Brink but your reg file stops working if more than 15 files are selected at the same time, do you know how to fix it?
    Hello Wantthis, and welcome to Ten Forums.

    It sounds related to the same issue in the tutorial below. Specifying a number higher than 15 should fix this if it's the same issue.

    Fix Context Menu Items Missing when more than 15 Selected in Windows
      My Computers


  9. Posts : 2
    Windows 10
       #29
      My Computer


  10. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #30

    Wantthis said:
    Thank you!! It worked
    Great news. You're most welcome.
      My Computers


 

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

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




Windows 10 Forums