Problem connecting to Windows 7 share – error 0x80070035

Open PowerShell as Administrator and run the following three (3) commands:

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

Leave a comment