Koozali.org: home of the SME Server

Adding a Window 10 client to SME Server 9

Offline joost

  • 19
  • +0/-0
Adding a Window 10 client to SME Server 9
« on: December 30, 2019, 09:18:14 PM »
Hi,

When adding a Window 10 client to SME Server 9 the following didn;t work for me: https://wiki.contribs.org/Windows_10_Support

Adding the Win10 registry patch (win10samba.reg) did nothing. I solved this with the following steps:

On the windows client:

Start Powershell:
Code: [Select]
Powershell
Run as superuser:
Code: [Select]
start-process powershell –verb runAs

Check Client settings:
Code: [Select]
Get-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol"

Enable SMB1:
Code: [Select]
Enable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol" -All
If you want to disable it:
Code: [Select]
Disable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol"
Source: https://winaero.com/blog/enable-smb1-sharig-protocol-windows-10/

Hope I helped someone.

Offline ReetP

  • *
  • 3,722
  • +5/-0
Re: Adding a Window 10 client to SME Server 9
« Reply #1 on: January 01, 2020, 07:07:57 PM »
That should go on the Wiki....

Nice work
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation