Where do copies go?


  1. Posts : 26
    Windows 10
       #1

    Where do copies go?


    Just a simple question. In my Documents Directory, I can select an individual file or a folder with multiple files in it.
    If I right click on it, I get the option to Copy (among others).
    If I choose Copy, nothing seems to happen ? Did it copy? And if it did where did they go? How can I find them?
    Would it be preferable to use the CLI to Copy, and designate a destination for the copied files?
    Thank you.
      My Computer


  2. Posts : 17,838
    Windows 10
       #2

    dorian mode said:
    Just a simple question. In my Documents Directory, I can select an individual file or a folder with multiple files in it.
    If I right click on it, I get the option to Copy (among others).
    If I choose Copy, nothing seems to happen ? Did it copy? And if it did where did they go? How can I find them?
    Would it be preferable to use the CLI to Copy, and designate a destination for the copied files?
    Thank you.
    It copies the item to the 'Clipboard', then you go 'Paste' it somewhere.

    You could also add 'Copy To'/'Move To' to your right click context menu by saving the following code to Notepad as a .reg file then merge it:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
    @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
     
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
    @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
    Where do copies go?-000017.png
      My Computer


  3. Posts : 26
    Windows 10
    Thread Starter
       #3

    Edwin said:
    It copies the item to the 'Clipboard', then you go 'Paste' it somewhere.
    Okay, Thank you.
    That brings up another question then. If I copy a folder containing multiple files, Is the actual content of the folder copied?
    ie: all the files?
      My Computer


  4. Posts : 17,838
    Windows 10
       #4

    dorian mode said:
    Okay, Thank you.
    That brings up another question then. If I copy a folder containing multiple files, Is the actual content of the folder copied?
    ie: all the files?
    Yes, the folder and everything in it.
      My Computer


  5. Posts : 26
    Windows 10
    Thread Starter
       #5

    Edwin said:
    Yes, the folder and everything in it.
    Yes, Thank you, I just tried this and it worked like a charm. This is simple stuff, but something I didn't know.
    This will come in very handy, Much appreciated.
      My Computer


  6. Posts : 26
    Windows 10
    Thread Starter
       #6

    Edwin said:
    It copies the item to the 'Clipboard', then you go 'Paste' it somewhere.

    You could also add 'Copy To'/'Move To' to your right click context menu by saving the following code to Notepad as a .reg file then merge it:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
    @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
     
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
    @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
    Where do copies go?-000017.png
    Could you elaborate on this please. Is this a one time procedure? What is involved in the "merge" process?
      My Computer


  7. Posts : 31,603
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #7

    dorian mode said:
    You could also add 'Copy To'/'Move To' to your right click context menu by saving the following code to Notepad as a .reg file then merge it:
    Could you elaborate on this please. Is this a one time procedure? What is involved in the "merge" process?
    The default action when you double-click on a .reg file is to run Regedit to add the contents of the .reg file to the registry - a process Microsoft call 'merging'. You'll be asked if you really want to do this...
    Where do copies go?-reg.png
      My Computers


  8. Posts : 17,838
    Windows 10
       #8

    dorian mode said:
    Could you elaborate on this please. Is this a one time procedure? What is involved in the "merge" process?
    What @Bree said.

    If you want to undo the Registry modification, create a .reg file, in like manner, with the following:

    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
     
    [-HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
      My Computer


  9. Posts : 26
    Windows 10
    Thread Starter
       #9

    Thank you.
      My Computer


 

  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 13:24.
Find Us




Windows 10 Forums