Windows 10: Rename pinned items in Windows Explorer's Quick Access
Windows 10: Rename pinned items in Windows Explorer's Quick Access
Windows 10: Rename pinned items in Windows Explorer's Quick Access
Re: Windows 10: Rename pinned items in Windows Explorer's Quick Access
Sort of a hack, but I ended up using [mklink](https://technet.microsoft.com/en-us/library/cc753194.aspx) to create Directory Junctions with the names I wanted, since they took away my beloved Favorites.
So, if I have a directory "c:\dir1", which I want to be named "Directory 1" in the Quick Access list, I would run:
```
mklink /J "c:\whatever\Directory 1" "c:\dir1"
```
Then you'll see "Directory 1" in "c:\whatever", which you can add to Quick Access, and it will be named "Directory 1".
So, if I have a directory "c:\dir1", which I want to be named "Directory 1" in the Quick Access list, I would run:
```
mklink /J "c:\whatever\Directory 1" "c:\dir1"
```
Then you'll see "Directory 1" in "c:\whatever", which you can add to Quick Access, and it will be named "Directory 1".