win11 smbv1

我心飞扬~ / 2024-10-12 / 原文

简单的说就是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