Created
July 19, 2019 10:58
-
-
Save kenji-miyake/155ab12f1bde3d4f562cc7ec1ac4428f to your computer and use it in GitHub Desktop.
Change Windows Naming Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\NamingTemplates /t REG_SZ /v CopyNameTemplate /d "%%s" /f | |
| reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\NamingTemplates /t REG_SZ /v RenameNameTemplate /d "new" /f | |
| reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\NamingTemplates /t REG_SZ /v ShortcutNameTemplate /d "%%s.lnk" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment