Where are the Win 10 Quick Access settings stored?

Where are the Windows 10 Quick Access settings stored?

I have a large number of Win 10 computers and I want to deploy a "Pinned Folder" into user's Quick Access section of Windows Explorer using group policy.

1

2 Answers

The Quick Access items are stored in this file:

%appdata%\microsoft\windows\Recent\AutomaticDestinations\f01b4d95cf55d32a.automaticDestinations-ms
11

You can do this with group policy - here is how I do it: Create shortcuts to the shares in %USERPROFILE%\Links:GP preferences - shortcuts

Set the shortcut details:GPPref details

Then again use GP Prefs files to delete the jumplist file %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations\f01b4d95cf55d32a.automaticDestinations-ms:enter image description here

The jumplist file will recreate a moment later with the contents of the links folder

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like