I'm also needing the binaries and drivers. Windows 11 22h2 completely removed the ability for me to connect. Even trying to enable it from the optionalfeatures. It shows enabled but does not work.
I try to run the command in powershell:
Get-SmbServerConfiguration | Format-List EnableSMB1Protocol
I get this message:
Set-SmbServerConfiguration : The specified service does not exist.
At line:1 char:1
+ Set-SmbServerConfiguration -EnableSMB1Protocol 1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (MSFT_SmbServerConfiguration:ROOT/Microsoft/...erConfiguration) [Set-SmbSe
rverConfiguration], CimException
+ FullyQualifiedErrorId : Windows System Error 1243,Set-SmbServerConfiguration
I've found no way to get this working.
I've also noticed some Windows 10 22h2 also having the same issue. Other Versions will still allow me to enable the feature.