Detect, enable, and disable SMBv1, SMBv2, and SMBv3 in Windows | Microsoft
Powershell
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
net use K: \\samba\sdileni student /user:student /persistent:yes
Detect, enable, and disable SMBv1, SMBv2, and SMBv3 in Windows | Microsoft
Powershell
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
net use K: \\samba\sdileni student /user:student /persistent:yes