Skip to content

Instantly share code, notes, and snippets.

@meteozond
Created December 1, 2014 13:41
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save meteozond/efb5d02fbae3ff939238 to your computer and use it in GitHub Desktop.
Save meteozond/efb5d02fbae3ff939238 to your computer and use it in GitHub Desktop.
Windows Webdav max size fix (FileSizeLimitInBytes)
REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters /v FileSizeLimitInBytes /t REG_DWORD /d 0xffffffff /f
REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters /v FsCtlRequestTimeoutInSec /t REG_DWORD /d 0xffffffff /f
net stop WEBCLIENT
net start WEBCLIENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment