In Windows system, enable the webdav mounting function that comes with the system.

The method of mounting webdav that comes with the Windows system requires you to perform the following certain steps before you can open it. If you are too lazy to bother, it is more convenient to install the RaiDrive software directly.

Download: https://www.raidrive.com/download

Next is the method that comes with the system, which needs to execute these three contents.

1. Modify the registry contents

2. Start the webclient service

3. Add network mapping

Modify registry contents

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWebClientParameters

Need to modify BasicAuthLevel to 2 and FileSizeLimitInBytes to the maximum value

code part

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWebClientParameters]
"AcceptOfficeAndTahoeServers"=dword:00000001
"BasicAuthLevel"=dword:00000002
"ClientDebug"=dword:00000000
"FileAttributesLimitInBytes"=dword:000f4240
"FileSizeLimitInBytes"=dword:ffffffff
"InternetServerTimeoutInSec"=dword:0000001e
"LocalServerTimeoutInSec"=dword:0000000f
"SendReceiveTimeoutInSec"=dword:0000003c
"ServerNotFoundCacheLifeTimeInSec"=dword:0000003c
"ServiceDebug"=dword:00000000
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,
  00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,
  77,00,65,00,62,00,63,00,6c,00,6e,00,74,00,2e,00,64,00,6c,00,6c,00,00,00
"ServiceDllUnloadOnStop"=dword:00000001
"SupportLocking"=dword:00000001

Or download and run directly, click here:1670650650-windowswebdav2. Start the webclient service

Run CMD as administrator and execute in sequence

net stop webclient
net start webclient

Windows 系统开启系统自带的webdav挂载功能3. Add the network mapping part

Directly on the desktop, this computer, right click, map network drive

Check the box to use other credentials to log in and fill in the sample as followsWindows 系统开启系统自带的webdav挂载功能

Newsletter Updates

Enter your email address below and subscribe to our newsletter