Win 10 Scan On-Off

Open WindowsShell (Admin) and run this command to operate. Version: 1.0.0001
Supported OS: Windows 10 32-64Bits

Get
Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Enable
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Disable
Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol