EA van Dijk ← Solid Explorer 2.0 support forums My feedback 1 result found Very slow SMB connection 233 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 30 comments · Solid Explorer 2.0 » Problems · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment EA van Dijk commented · May 8, 2018 · Edit… · Delete… *not a real fix* I've got this problem too. Solved it by disabling SMB2.0 in Windows 10 and enabling SMB1.0 (default is disabled) . Run Powershell as administrator and enter the following commands, then reboot. set-smbserverconfiguration -enablesmb1protocol $true set-smbserverconfiguration -enablesmb2protocol $false You might have to have to add SMB1.0 as an optional part of Windows. The menu can be found in the windows config screen. Now I know this is not the fix you've been hoping for, but it beats nothing. Save Submitting...
*not a real fix*
I've got this problem too. Solved it by disabling SMB2.0 in Windows 10 and enabling SMB1.0 (default is disabled) .
Run Powershell as administrator and enter the following commands, then reboot.
set-smbserverconfiguration -enablesmb1protocol $true
set-smbserverconfiguration -enablesmb2protocol $false
You might have to have to add SMB1.0 as an optional part of Windows. The menu can be found in the windows config screen.
Now I know this is not the fix you've been hoping for, but it beats nothing.