Station Cloud HelpHelp Center
PocketCloud
  • English
  • 简体中文
PocketCloud
Old Version
PocketCloud
  • Video Tutorial

  • Hardware Installation

  • Quick Start

  • Remote Access

  • Photos

  • Cinema

  • File

  • File Service

    • How to Access PocketCloud Files via FTP?
    • How to Access PocketCloud Files via NFS?
    • How to Access PocketCloud Files via Samba?
    • How to Access PocketCloud Files via WebDAV?
    • When accessing a WebDAV service in Windows, an error message appears for files larger than 50MB (error code: 0x800700DF)
    • Window failed to mount WebDAV to local computer
    • File Manager freezes after a failed WebDAV connection in Windows
    • Mounting WebDAV on a Local Computer in Windows
  • Backup

  • Docker

  • Settings

  • Compatible List

  • FAQ

  • Contact Us
  1. PocketCloud
  2. /
  3. File Service

  4. /
  5. Window failed to mount WebDAV to local computer

¶ 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

  1. Press the Windows logo key + R to open the Run window, enter regedit, and click OK to open the Registry Editor window.
  1. Navigate to the following path: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters. Double-click the BasicAuthLevel entry in the right pane and change the value data to "2". Click OK to save the changes.
  1. 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.
  1. 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.

Prev: When accessing a WebDAV service in Windows, an error message appears for files larger than 50MB (error code: 0x800700DF) Next: File Manager freezes after a failed WebDAV connection in Windows
  • Configure WebClient to Allow HTTP Link Mounts