windows 10 smb1 not working code example
Example: windows 10 smb1 not working
#In Windows 10 PowerShell:
Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol