Skip to content

Instantly share code, notes, and snippets.

@kenji-miyake
Created July 19, 2019 10:58
Show Gist options
  • Select an option

  • Save kenji-miyake/155ab12f1bde3d4f562cc7ec1ac4428f to your computer and use it in GitHub Desktop.

Select an option

Save kenji-miyake/155ab12f1bde3d4f562cc7ec1ac4428f to your computer and use it in GitHub Desktop.
Change Windows Naming Template
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