How to fix network share issues ?

Louis Caille 0 Reputation points
2026-06-18T17:22:29.4133333+00:00

Windows cannot access my \WDMYCLOUDMIRROR network device and map as a drive.

Error code : 0x80070035 (the network path was not found

However, I can access it via Mycloud website but it os way too long to transfer files.

What should I do to solve the problem ?

Windows for home | Other | Internet and connectivity
0 comments No comments

3 answers

Sort by: Most helpful
  1. Mubashir Iqbal 160 Reputation points
    2026-06-19T04:25:02.6733333+00:00

    To fix network share issues, verify network connectivity, ensure both devices are on the same network, check sharing permissions, confirm firewall settings allow file sharing, and restart affected systems. Also, update network drivers and verify correct credentials are being used to access shared resources.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-06-18T17:22:46.07+00:00

    Follow these steps in order and test access to \\WDMYCLOUDMIRROR after each major step.

    1. Verify the device and network
      • Make sure the WD My Cloud Mirror is powered on and connected to the same router/network as the Windows PC.
      • Confirm the PC is on the same network (same router/Wi‑Fi SSID) and that internet and local network access work.
    2. Try accessing by IP address
      • In File Explorer, enter \\<device-IP> (for example, \\192.168.1.50) in the address bar instead of \\WDMYCLOUDMIRROR.
      • If this works but the name does not, the issue is name resolution rather than connectivity.
    3. Turn on network discovery and file sharing (Windows 11/10)
      • Open Settings → in the Find a setting box type manage advanced sharing settings → select Manage advanced sharing settings.
      • Under Private networks, turn on Network discovery and File and printer sharing.
      • Under All Networks, temporarily turn off Password protected sharing to test.
    4. Ensure the network is set to Private
      • In Settings, go to Network & Internet → select the active connection (Wi‑Fi or Ethernet).
      • Make sure the network profile is set to Private.
    5. Start required sharing services
      • Press Windows key + R, type services.msc, press Enter.
      • For each of these services, right‑click → Properties → set Startup type to Automatic and start them if stopped:
        • Function Discovery Provider Host
        • Function Discovery Resource Publication
        • SSDP Discovery
        • UPnP Device Host
    6. Check SMB/guest access policies (if share uses guest/anonymous access)
      • If the NAS is configured for guest (no‑password) access and Windows shows messages about guest access being blocked, enable insecure guest logons:
        • Registry method (Home editions):
          1. Open Registry Editor (regedit).
          2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation (create the key if it does not exist).
          3. Create a DWORD (32‑bit) Value named AllowInsecureGuestAuth and set Value data to 1.
        • Or Local Group Policy (Pro/Enterprise):
          1. Run gpedit.msc.
          2. Go to Computer Configuration → Administrative Templates → Network → Lanman Workstation.
          3. Open Enable insecure guest logons, set to Enabled.
      • Restart the PC and try \\WDMYCLOUDMIRROR again.
    7. Check SMB protocol and security negotiation
      • Some NAS devices use older SMB/security settings that newer Windows builds reject.
      • Open Windows PowerShell (Admin) and run:
             Set-SmbClientConfiguration -RequireSecuritySignature $false
             Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
        
      • Restart the PC and test access.
    8. If still failing with 0x80070035
      • Try again by IP (\\<device-IP>).
      • If IP also fails, temporarily disable third‑party firewall/antivirus and test.
      • If IP works but name does not, add a static entry for WDMYCLOUDMIRROR in your router’s DNS or the Windows hosts file (advanced) so the name resolves correctly.

    If the device is reachable by IP and the above Windows settings are applied, 0x80070035 (network path not found) should be resolved in most home‑network scenarios.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    6 people found this answer helpful.
  3. Hendrix-V 16,080 Reputation points Microsoft External Staff Moderator
    2026-06-19T04:15:18.5133333+00:00

    Hi Louis Caille,

    Thank you for posting your question.

    Network share issues can occur for a variety of reasons, including changes to network discovery, file sharing settings, stored credentials, or authentication policies after a Windows update. Based on the information provided, it would be helpful to first identify the exact error message you're receiving, as this can significantly narrow down the cause.

    In the meantime, I recommend checking the following:

    • Verify that both devices are connected to the same network and that the network profile is set to Private.
    • Ensure Network Discovery and File and Printer Sharing are enabled on the devices involved.
    • Remove any outdated entries for the shared device from Credential Manager and reconnect to the share.
    • Try accessing the share using both the server's name (\ServerName\Share) and its IP address to determine whether the issue is related to name resolution.
    • If the share previously allowed access without credentials, review any recent changes to sharing permissions or authentication settings.

    I hope this helps point you in the right direction. Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    4 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.