Record the WebDAV mounted on alist in Windows 10 or Windows 11

Both Windows10 and Windows11 support the mounting of WebDAV services, but the http protocol support is not enabled by default, only WebDAV of https can be used, and http support needs to be enabled by modifying the registry.

Mount WebDAV

Go to This PC and find the mapped network drive:

image-20230311101526496

Sometimes there may be no [Map Network Drive] option, I don’t know if it is bug of Windows11 , it may appear again after restarting.

Enter your own alist address: http://192.168.31.126:5244/dav , the suffix /dav is required.

image-20230311101838912

Error message: network error, in fact the network is good, you can use a browser to visit and try, in fact, http support is not enabled for the mount.

image-20230311101915165

Enable http support

You need to modify the registry, run WIN+R , enter: regedit , start the registry editor:

Enter the address:计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters , find BasicAuthLevel , and change the value from 1 to 2 .

image-20230311101002963

restart service

Run WIN+R , enter services.msc , find WebClient , you can use Ctrl+F to search for WebClient

image-20230311101203216

Or use the task manager ( Ctrl+Shift+Esc ), find the service label, search for WebClient , and then right-click to restart WebClient , the effect is the same.

image-20230311101237905

Then you can successfully mount WebDAV service under http protocol.

image-20230311101351288

This article is transferred from https://fugary.com/?p=442
This site is only for collection, and the copyright belongs to the original author.