Do you know which registry setting allows you to open the Links (Common Places FS Folder) explorer navigation pin as a drop down, as was the default behavior prior to the quick access pin being added in Win10?
For example, the Reg below will pin the Links folder back to the Explorer Nav Pane, however since the placeholders in the Links folder are shortcuts and not actual directories, no dropdown is able to be produced in the way that Windows 8 and backwards was able to.
- Quick Access unfortunately doesn't offer the ability to rename anything pinned to it.
- For example, I have a shortcut in the Links folder for both Start Menu locations (ProgramData and AppData), which I've renamed to differentiate between the two, however doing the same with Quick Access pins two folders named Start Menu as pinned placeholders... obviously a programmer missed that caveat of Quick Access.
Code:
Windows Registry Editor Version 5.00 ; explorer shell:::{d34a6ca6-62c2-4c34-8a7c-14709c1ad938} ; Links Folder (Common Places FS Folder)[HKEY_CURRENT_USERSoftwareClassesWow6432NodeCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}] @="Links" "System.IsPinnedToNamespaceTree"=dword:00000001 "SortOrderIndex"=dword:00000042 [HKEY_CURRENT_USERSoftwareClassesWow6432NodeCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}ShellFolder] "FolderValueFlags"=dword:00000028 "Attributes"=dword:f080004d [HKEY_CURRENT_USERSoftwareClassesCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}] @="Links" "System.IsPinnedToNamespaceTree"=dword:00000001 "SortOrderIndex"=dword:00000042 [HKEY_CURRENT_USERSoftwareClassesCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}ShellFolder] "FolderValueFlags"=dword:00000028 "Attributes"=dword:f080004d [HKEY_CURRENT_USERSoftwareClassesWow6432NodeCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}DefaultIcon] @="C:\ProgramData\Alienware\Windows 10\Favorites.ico,0" [HKEY_CURRENT_USERSoftwareClassesWow6432NodeCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}Instance] "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}" [HKEY_CURRENT_USERSoftwareClassesWow6432NodeCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}InstanceInitPropertyBag] "Attributes"=dword:00000011 "TargetFolderPath"="explorer shell:::{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}" [HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerHideDesktopIconsNewStartPanel] "{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}"=dword:00000001 [HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerDesktopNameSpace{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}] @="Links" [HKEY_CURRENT_USERSoftwareClassesCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}DefaultIcon] @="C:\ProgramData\Alienware\Windows 10\Favorites.ico,0" [HKEY_CURRENT_USERSoftwareClassesCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}Instance] "CLSID"="{0E5AAE11-A475-4c5b-AB00-C66DE400274E}" [HKEY_CURRENT_USERSoftwareClassesCLSID{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}InstanceInitPropertyBag] "Attributes"=dword:00000011 "TargetFolderPath"="explorer shell:::{d34a6ca6-62c2-4c34-8a7c-14709c1ad938}"