I've searched through all of these examples, but have yet to find a good answer that actually resolves the issues.
https://answers.microsoft.com/en-us/windows/forum/windows_10-files-winpc/windows-10-file-explorer-not-responding/60cc0e18-942a-427f-a1b8-31cd33d2cabf
I've gone through this old locked thread, and followed the steps, but have not seen any fix actually work.
Issue:
Open File Explorer - Quick Access opens very slowly, "working on it..."
After waiting some time it does open but it's definitely not "quick access".
I can right-click on Quick Access and click on options. Then Clear File Explorer history and uncheck one of two boxes for Privacy to show files and/or folders. This works for a little bit, until the user starts opening more files and folders. It seems to be attached to how large the folder or file is as to how long it takes Quick Access to open up.
I did try this:
from Johnober:
Do this:
- Right-click Start and select Command Prompt (admin).
- Type PowerShell and press enter to open it.
- Copy and paste the below script.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Wait for the Powershell to complete the process. This could take about 10 minutes and at times may look like it stalled. Just continue to let it run. You may see a number of errors reported, especially at the end when the script has completed running. Ignore any errors displayed in the window.
- Close the Command Prompt window. The problem should be fixed.
It did install some stuff, but have yet to test and see if this fixed any issues.
I have gone through PaulSey's advice and his link to a fix. Nothing from that has resolved the issue. Clean boot, DISM and sfc /scannow usually do not fix much of anything. I've yet for "self-healing" of Windows to work for any issues. It seems to be something inherent with Windows and not something these fixes would see as something to fix.
It would be nice to get a good patch that would resolve this issue in a Windows Build fix.
Has anyone found anything that would fix the Quick Access issue?