knowledgebase:general:0x80070035-network-path-was-not-found

0x80070035 Network Path was Not Found

In PowerShell (run as administrator), run each of the following commands:

Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force 
Set-SmbClientConfiguration -RequireSecuritySignature $false -Force 
Set-SmbServerConfiguration -RequireSecuritySignature $false -Force

After running the commands, restart the computer.

  • knowledgebase/general/0x80070035-network-path-was-not-found.txt
  • Last modified: 2025/05/14 16:34
  • by lseadmin