win11 smbv1
简单的说就是powershell下执行
Set-SmbClientConfiguration -RequireSecuritySignature $false
和
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Set-SmbServerConfiguration -EnableSMB1Protocol $true
https://learn.microsoft.com/zh-cn/windows-server/storage/file-server/troubleshoot/detect-enable-and-disable-smbv1-v2-v3?tabs=server
https://bbs.pcbeta.com/forum.php?mod=viewthread&tid=2009254&highlight=smb