Post
FollowHow do you set the bandwidth upload/download speed in the registry?
Since version 6.1 of the Windows Desktop Client, you may use the below registry entries to limit your bandwidth speed in the Windows Registry, depending on the network type:
PublicDownloadBandwidth
PublicUploadBandwidth
PrivateDownloadBandwidth
PrivateUploadBandwidth
MeteredDownloadBandwidth
MeteredUploadBandwidth
EnterpriseDownloadBandwidth
EnterpriseUploadBandwidth
The registry entries should be added under the [HKEY_CURRENT_USER\Software\Syncplicity\1.0\BandwidthLimits] Windows Registry path and should be of type DWORD. The value of the entries could vary depending on your preferences, for example for 1MBPS, the actual value in the registry in decimal would be 131072 and in hex, it would be 0x0002000.
Please sign in to leave a comment.