NTUSER.DAT does not unload from the VDA servers after user logoff
book
Article ID: CTX460050
calendar_today
Updated On:
Description
Cached local profile does not get deleted as NTUSER.DAT does not get unloaded.
Resolution
On the problematic VDA execute following PowerShell command to disable opplocks\opportunistic locks
Set-SMBClientConfiguration -DirectoryCacheLifetime 0 -FileNotFoundCacheLifetime 0 -FileInfoCacheLifetime 0 -OplocksDisabled $true -UseOpportunisticLocking $false
Problem Cause
System process keeps holding NTUSER.DAT
Was this article helpful?
thumb_up
Yes
thumb_down
No