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...
Setting Data Usage Limits
Windows 10 allows you to set Data Usage limits for your computer. This is helpful when your computer has a metered ...
Discover More
Launching Your Favorite Apps Using the Windows Key
You can use a lesser-known shortcut to launch your favorite apps. Using the Windows key along with a number key can open ...
Discover More
Using Edge Chromium to Screen Capture a Web Page
Have you ever needed to take a screen capture of a web page? Edge Chromium allows for easy screen capture.
Discover More
Changing the Program that Opens a File
If you have multiple versions of the same program on your system, Windows can become confused as to which version it ...
Discover More
Look to the Background
Windows 10 has several apps that run in the background that help improve performance and function for your system. Some ...
Discover More
Recording Video with the Xbox Game Bar
You can use Xbox Game Bar to record videos of applications running on your system. Let's see how to capture a video of ...
Discover More
Comments