Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 0x80070035 Network Path was Not Found ====== From [[https://answers.microsoft.com/en-us/windows/forum/all/how-to-fix-network-error-0x80070035-on-windows-11/9a22d852-a1b9-421a-8a59-eace7ab970eb#:~:text=Network%20error%200x80070035%20usually%20means,Enable%20or%20disable%20Windows%20features%E2%80%9D.|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: <code> Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force Set-SmbClientConfiguration -RequireSecuritySignature $false -Force Set-SmbServerConfiguration -RequireSecuritySignature $false -Force </code> After running the commands, restart the computer. knowledgebase/general/0x80070035-network-path-was-not-found.txt Last modified: 2025/05/14 16:34by lseadmin