Change the Default Appended Name for New Folders
Written by Eric Wyatt (last updated January 20, 2020)
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.
- Press Windows+R. Windows opens the Run window.
- Type "regedit" (without quotes) and press Enter. Windows opens the Registry Editor.
- In the left-side panel, navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer.
- 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.)

Figure 1. New subkey named NamingTemplates.
- Select the new subkey that you created. (You can do this by clicking on it once.)
- 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.
- 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.
- Double-click on the CopyNameTemplate data value. This opens the Edit String dialog box.
- 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.)

Figure 2. CopyNameTemplate with new value data entered.
- Click OK to close the Edit String dialog box.
- Close the Registry Editor. The changes you created take effect immediately.
- 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.)

Figure 3. A copied folder using the new copy naming template.
- 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).
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. Learn more about Eric...
Turning on Night Light
When you work on your computer late at night the glow from your computer monitor can affect your sleep. Why not setup ...
Discover More
Shortcuts Every Windows User Should Know
Shortcuts improve productivity and speed up repetitive tasks. Here are twenty basic Windows shortcuts you should know.
Discover More
Customize Edge's Kids Mode
Microsoft Edge Chromium's Kids Mode allows for restricted viewing for child safety. See how to customize Kids Mode to ...
Discover More
Five Windows 10 Services that are Safe to Disable
Windows 10 is built using services that perform tasks. In this tip you'll discover five services that you can disable safely.
Discover More
Changing Your Screen Saver
Screen savers can be works of art to bring some aesthetics to your computer monitor. This tip tells you how to change ...
Discover More
Understanding and Changing AutoPlay Settings
You can configure Windows to perform some tasks automatically. This includes telling it what to do whenever Windows ...
Discover More
Comments