Quick Access not working for users

zero 1 Reputation point
2021-04-15T09:19:24.44+00:00

I have a scenario where pinning items to quick access stops working . This is a citrix VDI hosted environment. I am able to resolve the issue intermittently by carrying out the below

1)del /F /Q %APPDATA%\Microsoft\Windows\Recent*
del /F /Q %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations*

del /F /Q %APPDATA%\Microsoft\Windows\Recent\CustomDestinations*

This resolves the issue for a few days but the issue recurs after a few days and the user gets doc file is corrupted message again when trying to pin items to quick access.

I have also tried sfc /scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth

on the image but that has not helped

I would be grateful if someone could advise on what else can be done as i am not able to find any more information online and the issue has been ongoing for a while

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Teemo Tang 11,461 Reputation points
    2021-04-16T02:35:27.197+00:00

    Please understand that Citrix VDI hosted environment is different with original Windows environment or Windows VDI environment, you need to consult Citrix support for a help.
    On Windows Side, what you have done is enough, del %appdata%\microsoft\windows\recent\automaticdestinations* command can always fix issue.

    From my experience, I usually do the following:
    Go to these two folders:
    %AppData%\Microsoft\Windows\Recent\AutomaticDestinations
    %AppData%\Microsoft\Windows\Recent\CustomDestinations
    Then delete all the files in those folders. This should fix the issue without any further action.

    In Windows Explorer, on the tool-ribbon, in the View tab, under options, select "Change Folder and Search Options," In the Folder Options dialog, in the Privacy section at the bottom:
    uncheck "Show recently used files in Quick access"
    uncheck "Show frequently used folders in Quick access"
    Once I did this, I was able to drag a folder to Quick Access which had only give me the red "forbidden" circle before.
    Source:
    https://superuser.com/questions/969012/unable-to-add-files-folders-to-quick-access-on-windows-10-unspecified-error/969013

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.