12-07-2018, 03:23 AM
Hi,
For myself, I had the exact error 0x8007003b, which I just did a google search again for you and confirm that.https://bugzilla.samba.org/show_bug.cgi?id=12003
I scientific terms :SMB2/SMB3 + Win10 + big transfers over "slow" connections = dog doo doo
In Win10, do this :1. Open an powershell in administrator mode.
2. Enable SMB1 with :Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol
3. Disable SMB2/SMB3 with :Set-SmbServerConfiguration -EnableSMB2Protocol $false
4. Reboot
You can easily reverse the procedure. See the full info here :https://support.microsoft.com/fr-ca/help...indows-and
Note that this problem also also occurs with older models of NAS from QNAP and Synology and probably others with Windows 10.This also occurs when connecting true different VPNs like Fortinet's FortiClient VPN.
Condensed in these few lines are hours of debuging from our whole tech team at work. Provided free here!
Hope this helps!
Cheers!
For myself, I had the exact error 0x8007003b, which I just did a google search again for you and confirm that.https://bugzilla.samba.org/show_bug.cgi?id=12003
I scientific terms :SMB2/SMB3 + Win10 + big transfers over "slow" connections = dog doo doo
In Win10, do this :1. Open an powershell in administrator mode.
2. Enable SMB1 with :Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol
3. Disable SMB2/SMB3 with :Set-SmbServerConfiguration -EnableSMB2Protocol $false
4. Reboot
You can easily reverse the procedure. See the full info here :https://support.microsoft.com/fr-ca/help...indows-and
Note that this problem also also occurs with older models of NAS from QNAP and Synology and probably others with Windows 10.This also occurs when connecting true different VPNs like Fortinet's FortiClient VPN.
Condensed in these few lines are hours of debuging from our whole tech team at work. Provided free here!

Hope this helps!
Cheers!
- TheDead (TheUxNo0b)
If my blabbering was helpful, please click my [Thank] link.
If my blabbering was helpful, please click my [Thank] link.