1. Home
  2. Windows Tips
  3. Change default new folder name

How to change default new folder name on Windows 10

New folders on Windows 10 are named ‘New Folder’ by default. Users have the option to rename a new folder when it is created, or to name it later whenever they want but a folder cannot be nameless. This is why there’s a default folder name.

When several new folders are created, and user does not change their name, a number is added to the end of each folder to differentiate it from the other. The default name remains the same i.e., New Folder.

New Folder is a reasonable default name for a folder but if you need to use a different default folder name, you can change it by editing the Windows registry.

Change default New Folder name

To change the default New Folder name on Windows 10, we will have to edit the Windows registry and to do that, you need admin rights.

  1. Tap the Win+R keyboard shortcut to open the Run box.
  2. In the run box, enter: regedit and tap the Enter key.
  3. Navigate to this location:HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
  4. Select the NameTemplate key or if it isn’t present, check for a key called NamingTemplates.
  5. If the key is not present, create it. Right-click the Explorer key and select New>Key from the context menu.
  6. Name the key: NamingTemplates.
  7. Right-click the NameTemplate key, and select New>String Value.
  8. Name the value RenameNameTemplate.

  1. Double-click it, and enter a new name. Avoid using these characters in the name: \ / ? : * " > < | " ' *.
  2. Click OK, and close the registry editor.
  3. Go to your desktop or to any folder of your choice and right-click on an empty area.
  4. Select New>Folder.
  5. The new folder will have the new default name.
  6. Restart Explorer.

Folder name to current date

The one shortcoming the above method has is that you cannot set it up so that new folders are named after the current date. That said, there is a simple workaround if you want to create a new folder that is given the current date as a name. Again, we have to modify the registry so you will need admin rights for this.

1. Change date format

In order for this registry hack to work, you need modify the date format so that the individual items on the date are separated by a hyphen and not a slash. The slash in the date format prevents this trick from working.

  1. Open the Settings app (Win+I keyboard shortcut).
  2. Go to Time & Language.
  3. Select the Region tab.
  4. Select ‘Change date format’ at the bottom.
  5. Open the Short date dropdown.
  6. Select the format that separates the day, month, and year by a hyphen.

2. New Folder entry

We’re now ready to add a new entry to the registry for creating folders that are automatically named after the current date.

  1. Tap the Win+R keyboard shortcut to open the Run box.
  2. In the run box, enter regedit, and tap the Enter key.
  3. Go to this key: HKEY_CLASSES_ROOT\Directory\shell
  4. Right-click the ‘Shell’ key and select New>Key from the context menu.
  5. Name the key Folder.
  6. Right-click the Folder key and select New>Key.
  7. Name the key command.
  8. Double-click the Default value under the command key and enter this:cmd.exe /c md "%1/%%DATE%%"
  9. Click Ok and exit the registry editor.
  10. Restart Explorer.

3. Creating a folder

The new context menu option has now been added. Follow these steps to use it.

  1. Open File Explorer.
  2. Navigate to the folder you want to create a new folder under.
  3. Right-click the folder.
  4. From the context menu, select the new Folder option.
  5. Open the folder.
  6. A new folder with the current date as the name will be created under it.

Conclusion

The default folder name template is unable to accept the same date parameters that work for a folder’s context menu. This is an unfortunate shortcoming. For many, the ‘New Folder’ name may work but if folders were named after the current date or if users had the option to switch to this format, the new folder name would be more meaningful even if a user never changes it.

1 Comment