Change the Default Appended Name for New Folders

Written by Eric Wyatt (last updated January 20, 2020)

2

A common task when using Windows 10 is the need to copy a file or duplicate a folder. There are a wide variety of reasons why you might need to do this. You can also copy or duplicate an item multiple ways, such as selecting the item, then pressing Ctrl+C, then pressing Ctrl+V.

Whatever your reason is or how you copied the item, when the item is copied there is one constant that happens—Windows appends the file or folder name with "- Copy" at the end. In another tip we covered how to use the Registry to change the default name for new folders. By using the Registry again, you can change what is appended at the end of the copied file or folder name.

  1. Press Windows+R. Windows opens the Run window.
  2. Type "regedit" (without quotes) and press Enter. Windows opens the Registry Editor.
  3. In the left-side panel, navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer.
  4. If you don't see a subkey called "NamingTemplates" you will need to create a new subkey and name it (without quotes) "NamingTemplates". You will see what appears to be a folder in the left side titled NamingTemplates. (See Figure 1.)
  5. Figure 1. New subkey named NamingTemplates.

  6. Select the new subkey that you created. (You can do this by clicking on it once.)
  7. In a blank area of the right-hand window, right-click and choose New>String Value from the pop-up window. This creates a new, unnamed data value.
  8. Name the new data value "CopyNameTemplate" (without quotes) and press Enter to commit the new name. You should see two Reg_SZ data values in the right-hand window—one called (Default) and the other is the new CopyNameTemplate data value you just created. If you followed the previously mentioned tip above, you may have a third data value: RenameNameTemplate.
  9. Double-click on the CopyNameTemplate data value. This opens the Edit String dialog box.
  10. In the Value Data field enter the new text you want to appear when you copy an item. For me, I entered "%s Not Original". (See Figure 2.)
  11. Figure 2. CopyNameTemplate with new value data entered.

  12. Click OK to close the Edit String dialog box.
  13. Close the Registry Editor. The changes you created take effect immediately.
  1. Now whenever I copy an item into the same window, rather than "- Copy" being added to the end of the file name, "- Not Original" is added. Just as it had before, the new addition to the name is added to the end of the file name copied from the previous file. (See Figure 3.)
  2. Figure 3. A copied folder using the new copy naming template.

  3. If you prefer for nothing to be added such as "- Copy" or "- Not Original," in step 9 above you simply enter "%s" in the Value Data field (step 9). Since Windows cannot name two files with the same name within the same folder Windows will add a sequential number to the end of the file name wrapped in parentheses, such as (2) or (3).
  4. Altering the way Windows adds to your copied or duplicated files allows you to clearly label the newly created files with an easy name modifier that makes sense to you. This also allows you to have the name be appended with the name that best suits your work environment.

 This tip (13728) applies to Windows 10.

Author Bio

Eric Wyatt

Eric Wyatt is a swell guy (or so his friends tell him). He is a formally trained designer and branding expert, bringing a wide range of skills to his Tips.Net articles. ...

MORE FROM ERIC

Navigate File Explorer Without a Mouse

Navigating Windows 10 File Explorer with your mouse is easy. As easy as using your mouse might be, using keyboard ...

Discover More

Finding Your Wi-Fi Password

Connecting devices to your wireless network is generally easy, you select the network and enter the password. But, what ...

Discover More

Applying Color Filters

Windows 10 Ease of Access settings offer a wide range of settings that are aimed at helping users of all types use their ...

Discover More
More WindowsTips

Notice Your Notifications

Windows 10, by default, displays alerts or notifications for five seconds. If that's not enough time, you can increase ...

Discover More

Settings Compared to Control Panel

Windows 10 has moved a lot of the settings previously found in Control Panel to the Settings app. How is the settings app ...

Discover More

Swapping Mouse Buttons for Left-Handed Users

By default, the mouse is configured such that the primary mouse button is the left one, and the secondary mouse button is ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 6 - 0?

2021-01-27 07:58:05

ErQC

It's a great tip but I always found it annoying that the numbering started with (2) and leaving you with 'File', 'File (2)', 'File (3)'...
As often Google(*) brought me the answer: enter "%s (1)" in the Value Data field (step 9) and the numbering will start with 1.
(*) www.tenforums.com/tutorials/35493-change-copy-name-extension-template-windows.html


2020-01-21 16:53:18

Tony

Just for clarity, in step 9 you have "%s Not Original", I belive you're missing the dash.


Newest Tips