How to detect enable and disable SMBv1, SMBv2, and SMBv3 in Windows command
How to detect enable and disable SMBv1, SMBv2, and SMBv3 in Windows
SMB v1 on SMB Client
Detect
cmdsc.exe qc lanmanworkstationDisable:
cmdsc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi sc.exe config mrxsmb10 start= disabledEnable:
cmdsc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi sc.exe config mrxsmb10 start= auto
SMB v2/v3 on SMB Client
Detect:
cmdsc.exe qc lanmanworkstationDisable:
cmdsc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi sc.exe config mrxsmb20 start= disabledEnable:
cmdsc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi sc.exe config mrxsmb20 start= auto
Comments
Post a Comment