How to Rename Quick Access Shortcuts in Windows 10 File Explorer

Quick access is a handy feature in Windows 10 that lets you pin your frequently used folders. But it has its drawbacks. One of the biggest hindrances is that Quick access doesn’t let you rename the pinned items. There are situations especially in a production environment where you want to rename links in the Quick access without changing the name of the target folder.

This article tells you how to change the name of pinned Quick access shortcuts/folders.

Why would someone need to rename Pinned items in Quick access?

Let’s say you have a folder structure like this:

C:\..\Accounts
├───2017
│ ├───Daybook
│ └───Statements
├───2018
│ ├───Daybook
│ └───Statements
└───2019
│ ├───Daybook
│ └───Statements

When you pin the Statements sub-folder under each folder to Quick access, it appears like this:

how to rename quick access pinned folders in windows 10

There is no way you can distinguish between the pinned items as to which parent folder (i.e., year) each link belongs. And Quick access doesn’t allow you to rename the pinned folders.

How to Rename Pinned Quick access folders in Windows 10

Guides are floating around the internet on renaming Quick access items using symbolic links using mklink.exe. But this article presents an even better and secure method for you to have personalized names for pinned Quick access items without renaming the folder itself.



Let’s put the Libraries feature to work!

Use the Libraries feature

Windows permits you to create as many custom libraries as you need. For each Statements folder that you want to pin, you can create a custom library with the desired name (i.e., mention the year)

  1. Open the parent folder of the folder you want to pin to Quick access.
  2. Right-click the folder you want to pin, click Include in library, click Create new library.
    how to rename pinned quick access folders in windows 10
  3. Open Libraries, and rename the newly created library as required. In this case, I’d mention the year in the library name.
    how to rename pinned quick access folders in windows 10
  4. Optionally, you can assign the regular folder icon for your libraries. To do so, right-click on the library, and click Properties.
  5. Click Change library icon, and pick the “folder” icon, and click OK, OK.
    how to rename pinned quick access folders in windows 10
  6. Open the library, right-click an empty area, click Arrange Icons, and choose Name. This makes the library view similar to the folder view.
    how to rename pinned quick access folders in windows 10
  7. Right-click on the newly created library and click Pin to Quick access.
  8. Repeat the above steps for each folder you want to pin to Quick access.
  9. Now, the pinned items appear like this:
    how to rename pinned quick access folders in windows 10

That certainly a neat way to change the name of pinned folders than using symbolic links. Isn’t it?

Note: You can also add network locations to a Library by using the UNC paths (\\computername\sharename) instead of the mapped drive letter.

rename quick access pinned folders - libraries

Fun Tip! Rename the “Quick access” section header (Caption)

We saw how to change the Quick access icon in a previous article. This post tells you how to rename “Quick access” to use a caption text of your choice. Again, this involves editing the registry.

  1. Start the Registry Editor (Regedit.exe) and go to the following branch:
    HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID
  2. Create a subkey named {679f85cb-0220-4080-b29b-5540cc05aab6} if it doesn’t already exist.
  3. With the key {679f85cb-0220-4080-b29b-5540cc05aab6} selected, in the right-pane, create a string value named LocalizedString.
  4. Double-click LocalizedString and set a custom name (for example, Favorites) for the Quick access folder.rename quick access
  5. Under {679f85cb-0220-4080-b29b-5540cc05aab6}, create a subkey named ShellFolder
  6. With the {679f85cb-0220-4080-b29b-5540cc05aab6}\ShellFolder key selected, create the following DWORD values, and set the corresponding data.
    Value : Attributes
    Data  : b080010d (hex)
    
    Value : FolderValueFlags
    Data  : 00042220 (hex)
    

    rename quick access

  7. Next, go to the following key:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel
  8. Create a DWORD value named {679f85cb-0220-4080-b29b-5540cc05aab6} and set its value data to 1. This step is required to prevent the now renamed Quick access icon from appearing on the desktop.
  9. Exit the Registry Editor.
  10. Log off and login back for the changes to take effect. Or close all folder windows and Exit and Restart the Explorer shell.

One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Screenshots – Before and after renaming Quick access caption text

rename quick access caption
Quick access – default icon and caption
rename Quick access in Windows 10
Quick access (renamed to “Favorites”)
rename quick access caption
Quick access renamed to “Favorites” and its icon changed.

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

5 thoughts on “How to Rename Quick Access Shortcuts in Windows 10 File Explorer”

  1. Thank you! This is an excellent solution – never thought about using the library option instead, as I primarily work with Total Commander.
    But having instant access to both my steam-folder in 1 library renamed as I like and with a proper icon is nice!

    Reply

Leave a Comment