¶ Windows Failed to Mount WebDAV to Local Computer

The cause of this issue is actually very simple. The default WebClient service in Windows only supports the HTTPS protocol, while the locally configured WebDAV service and links are based on the HTTP protocol, resulting in the mount failure.
¶ Configure WebClient to Allow HTTP Link Mounts
- Press the Windows logo key + R to open the Run window, enter
regedit, and click OK to open the Registry Editor window.

- Navigate to the following path:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters. Double-click theBasicAuthLevelentry in the right pane and change the value data to "2". Click OK to save the changes.

- Press the Windows logo key + R again to open the Run window, enter
services.msc, and click OK to open the Services interface. Find the "WebClient" service in the list.

- Right-click on the "WebClient" service to open the options menu, select "Restart", wait a few seconds for the service to restart, and then close the Services interface.

After completing the above steps, the WebClient service will now allow mounting WebDAV using the HTTP protocol. You can now try mounting your WebDAV service again.