0x80070035 Network Path was Not Found

From answers.microsoft.com/en-us/windows/forum/all/how-to-fix-network-error-0x80070035-on-windows-11

Method 5: Use PowerShell commands:

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.