Forum Discussion
sandrocpereira
Microsoft
Jan 08, 2024File Explorer is slow when traversing files synced with OneDrive
Hello team,
I have this customer who have this AVD deployment in production, they are managing with Nerdio and they recently move their storages to Azure NetApp. Event with this very optimized...
DJanmaat
Dec 12, 2024Copper Contributor
Like described in my previous post :
Customer with 4 AVD-servers still has this problem. On each server the exact same versions installed :
- Windows 11 Build 23H2 version 22631.4602
- Microsoft FSLogix Apps version 2.9.8884.27471
- MS OneDrive version 24.211.1103.0003
- No applications like Citrix installed
I change the permissions on the newest OneDrive key under 'HKEY_CLASSES_ROOT\PackagedCom\Package' and then immediatelly is the delay gone.
I did some further research. When I change the permissions on this key without saving, and immediately revert and save the changes the delay is also gone.
For this I created a PowerShell oneliner :
gci "REGISTRY::HKEY_CLASSES_ROOT\PackagedCom\Package"|Where{$_.PSChildName-Match"OneDrive"}|%{$P=$_.Name;Set-Acl "REGISTRY::$P" $(Get-ACL "REGISTRY::$P")}
Execute this and the same permissions are applied and delay is gone.