simple-web-file-upload/windows/enable-webdav-basicauth.reg

13 lines
471 B
Reg

Windows Registry Editor Version 5.00
; Enables WebDAV via Basic Auth over plain HTTP and lifts the 50 MB
; file size limit so large uploads/downloads work over a mapped drive.
;
; Rechtsklick -> "Zusammenführen" (als Administrator), dann
; den WebClient-Dienst neu starten:
; net stop WebClient && net start WebClient
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters]
"BasicAuthLevel"=dword:00000002
"FileSizeLimitInBytes"=dword:ffffffff