Try to disable roaming cache
1. Go to Run and type Regedit.
2. Navigate to this path: **HKLM\Software\Policies\Microsoft\Windows\System.
3. Create a new DWORD called DeleteRoamingCache .
4. Setting a hex value of 00000001 deletes all local roaming profiles.
This registry dword, DeleteRoamingCache, controls if the local computer saves a copy of a user's roaming profile when the user logs off.
More information you can find
here.