+1 37 Shares

The Recent Places shell folder that showed up under the Favorites area in the navigation pane in earlier Windows OS, is not shown by default in Windows 10. Windows 10’s Quick access (which replaces Favorites in earlier Windows OS) shows the "Frequently" used folders rather than the "Recently" opened folders, even though the Recent Places shell folder still exists in Windows 10.

Recent Places, which is now known as Recent folders, is very useful not just in Explorer but also in Common File Open/Save As dialog boxes in various applications. Today’s post shows you how to:

Pin Recent Places to the Quick access Pin Recent Places as a separate item in the Navigation pane.

Pinning Recent folders in the Quick access area

Open File Explorer and type shell:::{22877a6d-37a1-461a-91b0-dbda5aaebc99} in the Address Bar. Press {ENTER}, and this opens the Recent folders shell folder. Click the Pin to Quick access button in the ribbon, to pin it in the Quick access area. The pinned item can be moved by dragging to the top of the Quick access hierarchy if you want.

Fig 1: Recent folders Pinned to Quick access, shows up in File Explorer

After pinning Recent folders, only File Explorer shows the item but not the Common Dialogs. i.e. Open/Save As or the the Browse dialog boxes from various applications.

Fig 2: Open dialog from Notepad application, not showing Recent folders

To make the Common Dialogs show Recent folders, we need to amend the Attributes shell folder value (SFGAO). I’ve made available the REG file that does it easily. Download Pin_Recent_Places_Quick_Access.zip, unzip and run the enclosed REG file. Logoff and login back, or do a clean restart of the explorer shell.

Fig 3: Open dialog from Notepad application, showing Recent folders

What the REG file does?

This registry file creates the following key:

HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{22877a6d-37a1-461a-91b0-dbda5aaebc99}\ShellFolder

and creates a DWORD (32 bit value) named Attributes, and sets its data to 0x30040000

Pin Recent folders as a separate category, next to Quick access.

If you don’t use Quick access, or have already removed Quick access section from the navigation pane, you can pin Recent folders as a separate category, above This PC. To do this, download Pin_Recent_Places_Separate.zip, and run the enclosed REG file. Logoff and login back, or do a clean restart of the explorer shell.

Recent folders should now show as a separate category in the navigation pane of File Explorer as well as in the Open/Save As / Browse dialogs.

Fig 4: Recent folders pinned as a separate category.

What the REG file does?

This registry fix makes use of the System.IsPinnedToNameSpaceTree DWORD value to Pin shell folders as a separate category, sets Attributes to 0x30040000, and adds the Recent folders GUID {22877a6d-37a1-461a-91b0-dbda5aaebc99} to the Desktop Namespace. The registry files referenced in this page change settings only for the current user profile. And if you want to reverse the changes, simply run the corresponding undo.reg file.

+1 37 Shares