- Open My Computer
- Click on Tools in the menu bar
- Select Folder options
- Click on Offline files tab
- Unselect the check boxes “Synchronize all offline files when logging on” and “Synchronize all offline files before logging off”.
Alternatively we can also disable logon synchronization through registry keys also. The details are given below.
For disabling logon synchronization at system level set the following registry value to 0. (If the registry value does not exist already you can create it by Right click -> New -> REG_DWORD)
SyncAtLogon
Type: REG_DWORD
Path: HKLMSoftwarePoliciesMicrosoftWindowsNetCache
For disabling logon synchronization at user level set the following registry value to 0.
SyncAtLogon
Type: REG_DWORD
Path: HKCUSoftwarePoliciesMicrosoftWindowsNetCache
For disabling logoff synchronization at system level set the following registry value to 0.
SyncAtLogoff
Type: REG_DWORD
Path: HKLMSoftwarePoliciesMicrosoftWindowsNetCache
For disabling logon synchronization at user level set the following registry value to 0.
SyncAtLogoff
Type: REG_DWORD
Path: HKCUSoftwarePoliciesMicrosoftWindowsNetCache
Thanks for the help!
In Win7, these settings can be configured in group policy in Computer Configuration -> Administrative Templates -> Network -> Offline files