Configure slow-link mode

This policy setting enables computers running Windows Vista or Windows Server 2008 to use the slow-link mode of Offline Files (it is enabled by default for computers running Windows 7 or Windows Server 2008 R2). This policy also controls when client computers running Windows 7 or Windows Server 2008 R2 transition to the slow-link mode.

When Offline Files is operating in the slow-link mode, all network file requests are satisfied from the Offline Files cache. This is similar to a user working offline. However, users can manually initiate synchronization by using Sync Center. After synchronization completes, computers running Windows Vista or Windows Server 2008 continue to operate in the slow-link mode until the user clicks the Work Online button on the toolbar in Windows Explorer. This transitions the shared folder to the online mode. While in the online mode, Windows periodically checks the connection to the server. If the connection is slow, Offline Files transitions the folder back to the slow-link mode.

On client computers running Windows 7 or Windows Server 2008 R2, a shared folder automatically transitions to the slow-link mode if the round-trip latency of the network is greater than 80 milliseconds, or as configured by this policy. After transitioning a folder to the slow-link mode, Offline Files synchronizes the user's files in the background at regular intervals, or as configured by the 'Configure Background Sync' policy. While in slow-link mode, Windows periodically checks the connection to the folder and brings the folder back online if network speeds improve.

If you enable this policy setting, Offline Files uses the slow-link mode if the network throughput between the client and the server is below (slower than) the Throughput threshold parameter, or if the round-trip network latency is above (slower than) the Latency threshold parameter.

You can configure the slow-link mode by specifying threshold values for Throughput (in bits per second) and/or Latency (in milliseconds) for specific UNC paths. We recommend that you always specify a value for Latency, since the round-trip network latency detection is faster. You can use wildcard characters (*) for specifying UNC paths. If you do not specify a Latency or Throughput value, computers running Windows Vista or Windows Server 2008 will not use the slow-link mode.

If you do not configure this policy setting, computers running Windows Vista or Windows Server 2008 will not transition a shared folder to the slow-link mode. Computers running Windows 7 or Windows Server 2008 R2 will use the default latency value of 80 milliseconds when transitioning a folder to the slow-link mode. To prevent computers running Windows 7 or Windows Server 2008 R2 from using the slow-link mode, disable this policy.

Supported on: At least Windows Vista

Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\Microsoft\Windows\NetCache
Value NameSlowLinkEnabled
Value TypeREG_DWORD
Enabled Value1
Disabled Value0

Allows the administrator to configure when the automatic slow-link transition should happen for the specified UNC paths.

The UNC path should be specified in the Value Name colume. The thresholds for throughput (in bits per second) and/or latency (in milliseconds) should be specified in the Value column.

Examples:

To enable the slow-link mode to apply when network throughput is less than 10000 bits per second and network latency is greater than 50 milliseconds:

Value Name="*" Value="Throughput=10000, Latency=50"

To enable the slow-link mode to apply to all shares on a server named "server" when network latency is greater than 50 milliseconds:

Value Name="\\server\*" Value="Latency=50"

To enable the slow-link mode to apply to the share named "\\server\share" when network throughput is less than 10000 bits per second:

Value Name="\\server\share\*" Value="Throughput=10000"

UNC Paths:

Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\Microsoft\Windows\NetCache\SlowLinkParams
Value Name{number}
Value TypeREG_SZ
Default Value

offlinefiles.admx

Administrative Templates (Computers)

Administrative Templates (Users)