Page 1 of 1

Windows10 SMBv1 is no more

Posted: Wed Nov 01, 2017 12:25 am
by LePeR1898
So with the Windows 10 fall creators update 1709 SMBv1 is now disabled as it's a security risk so I was wondering if there was any plans to add support for v2/3 For network shares.

Re: Windows10 SMBv1 is no more

Posted: Wed Nov 01, 2017 12:43 am
by fcatrin
No plans unless there is an Android/Java compatible library to handle those protocols.
Currently there is only jCIFS and it only supports SMB1

Re: Windows10 SMBv1 is no more

Posted: Wed Nov 01, 2017 12:44 am
by fcatrin
I think this is the same issue:

viewtopic.php?f=3&t=269

Re: Windows10 SMBv1 is no more

Posted: Tue Nov 28, 2017 8:53 pm
by NiTTaKu
For all of you pulling off your hair because samba 1&2 is disabled on win10, fear not! Registry is your friend (when you don't break it).

To enable or disable SMBv1 on the SMB server, configure the following registry key:

Registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
Registry entry: SMB1
REG_DWORD: 0 = Disabled
REG_DWORD: 1 = Enabled
Default: 1 = Enabled (No registry key is created)
To enable or disable SMBv2 on the SMB server, configure the following registry key:

Registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
Registry entry: SMB2
REG_DWORD: 0 = Disabled
REG_DWORD: 1 = Enabled
Default: 1 = Enabled (No registry key is created)
Note You must restart the computer after you make these changes

Re: Windows10 SMBv1 is no more

Posted: Tue Nov 28, 2017 11:04 pm
by fcatrin
This is awesome!

Can I copy it to the official RetroX site?

Re: Windows10 SMBv1 is no more

Posted: Wed Dec 27, 2017 9:02 am
by NiTTaKu
fcatrin wrote:This is awesome!

Can I copy it to the official RetroX site?


Ofc you can ;)

Just point out that SMB1 was deprecated for a good reason, it's a gruyere cheese full of holes. If it's used on a home environment it should be good, though :) All in all, it's a viable workaround until something can be implemented.