SMBv1 を無効に、SMB クライアントで、次のコマンドを実行します。

sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi
sc.exe config mrxsmb10 start= disabled


SMB クライアントでは、SMBv1 を有効にするするには、次のコマンドを実行します。

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb10 start= auto


SMB クライアントで SMBv2 と SMBv3 を無効にするには、次のコマンドを実行します。

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled


SMB クライアントでは、SMBv2 と SMBv3 を有効にするるには、次のコマンドを実行します。

sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto