0x80070035 error

Hi users,

0x80070035 Windows error is a mess, it seems a common problem for a lot of people here and after a lot of tries, I still can’t access to my drive.

Checked and tried everything here: My Cloud Home and ibi : Share Access Failure - Error Code: 0x80070035 Network Path Not Found on Windows
And here: 10 Ways to Fix Error Code 0x80070035 [With Pictures] - MiniTool Partition Wizard

More a complete installation of Windows 10… I’ve two devices, a desktop LAN connected and a brand new portable wifi connected, none can access to the drive.

Thanks if someone has an idea, keep raging,

Jérôme

It is a Windows problem and usually goes away with a new Windows installation. It is by no means a common problem, occurring only 3 times in the search of the MCH subforum.

Someone here also suggested that this was a group policy setting that blocked access to the network drive.

Some users will just use something like this with nbtstat to see the network drive. nbtstat is a TCP/IP utility that enumerates NetBIOS statistics and displays name tables for local and remote devices in a network.

-----------------------------------

net use * /delete /Z
nbtstat -r
nbtstat -A ip_of_the_nas
nbtstat -a name_of_the_NAS

-----------------------------------

Hello, thanks for answering, here is the result of the commands:

C:\WINDOWS\system32>net use * /delete /Z
L’option /Z est inconnue.

La syntaxe de cette commande est :

NET USE
[devicename | *] [\computername\sharename[\volume] [password | *]]
[/USER:[domainname]username]
[/USER:[dotted domain name]username]
[/USER:[username@dotted domain name]
[/SMARTCARD]
[/SAVECRED]
[/REQUIREINTEGRITY]
[/REQUIREPRIVACY]
[/WRITETHROUGH]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

Vous obtiendrez une aide supplémentaire en entrant NET HELPMSG 3506.

C:\WINDOWS\system32>nbtstat -r

Statistiques des noms NetBIOS définis et inscrits
----------------------------------------------------

Définis par diffusion        = 6
Définis par serveur de noms  = 0

Inscrits par diffusion       = 8
Inscrits par serveur de noms = 0

Noms NetBIOS définis par diffusion

       MYCLOUD-ZUPPJ2
       MYCLOUD-ZUPPJ2 <00>
       MYCLOUD-ZUPPJ2
       MYCLOUD-ZUPPJ2
       MYCLOUD-ZUPPJ2 <00>
       MYCLOUD-ZUPPJ2

C:\WINDOWS\system32>nbtstat -A 192.168.1.129

Ethernet:
Adresse IP du noeud : [192.168.1.130] ID d’étendue :

Table de noms NetBIOS des ordinateurs distants

   Nom                Type         État
---------------------------------------------
MYCLOUD-ZUPPJ2 <00>  UNIQUE      Inscrit
MYCLOUD-ZUPPJ2 <03>  UNIQUE      Inscrit
MYCLOUD-ZUPPJ2 <20>  UNIQUE      Inscrit
☺☻__MSBROWSE__☻<01>  Groupe      Inscrit
WORKGROUP      <00>  Groupe      Inscrit
WORKGROUP      <1D>  UNIQUE      Inscrit
WORKGROUP      <1E>  Groupe      Inscrit

Adresse MAC = 00-00-00-00-00-00

C:\WINDOWS\system32>nbtstat -A MYCLOUD-ZUPPJ2

Ethernet:
Adresse IP du noeud : [192.168.1.130] ID d’étendue :

L’adresse IP n’est pas au bon format. Elle doit être
décimale pointée, par exemple 11.11.12.13
Vous avez entré "MYCLOUD-ZUPPJ2"

I did that too : https://www.techcrumble.net/2018/03/you-cant-access-this-shared-folder-because-your-organizations-security-policies-block-unauthenticated-guest-access/

Thanks