Skip to content

Optimise Windows 10 WebDAV client settings #5

@fiddyschmitt

Description

@fiddyschmitt
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
      FileAttributesLimitInBytes = 4294967295     //Allows explorer to open folders which contain many items
      FileSizeLimitInBytes = 4294967295           //Allows large files to be opened
      InternetServerTimeoutInSec = 180            //Give the server a longer time to respond
      LocalServerTimeoutInSec = 180               //Give the server a longer time to respond
      SendReceiveTimeoutInSec = 180               //Give the server a longer time to respond
  1. Backup current settings
  2. Apply the settings above
  3. Restart the 'WebClient' service

Note: these actions require Admin privileges. If they don't have that, remind them they can overcome these limitations by using CyberDuck.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions