
Access older SMB shares on windows 10 and windows 8
Open a new powershell window as administrator and execute the following commands:
Set-SmbClientConfiguration -RequireSecuritySignature 1 Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
You’ll now be able to connect to older SMB shares.