查看Windows 10是否成功开启smb v1版本协议支持
查看Windows 10是否成功开启smb v1版本协议支持Windows 10 1803以后版本默认为smb 2.0协议
查询方法
运行powershell,输入命令
Get-SmbServerConfiguration | Select EnableSMB1Protocol
Get-SmbServerConfiguration | Select EnableSMB2Protocol
PS C:\Users\Administrator> Get-SmbServerConfiguration | Select EnableSMB1Protocol
EnableSMB1Protocol
------------------
False
PS C:\Users\Administrator> Get-SmbServerConfiguration | Select EnableSMB2Protocol
EnableSMB2Protocol
------------------
True 123dc 发表于 2021/5/8 10:25
PS C:%users\Administrator> Get-SmbServerConfiguration | Select EnableSMB1Protocol
EnableSMB1Proto ...
是的,v1没必要开启了,除非需要使用的软件,,,太老旧只支持v1 {:3027:}{:3039:}
页:
[1]