Onsite or Remote Support
Call (519) 573-3759
If you try to access an SMB 1 share from Windows 10 you may receive the following error message:
You can’t connect to the file share because it’s not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack.
Press Windows Key + R to bring up the run dialog and type: optionalfeatures
Expand “SMB 1.0/CIFS File Sharing Support” and then check the box next to “SMB 1.0/CIFS Client“
Click OK, and then Restart your PC
The installation will now proceed and you should be able to access shares using the SMB 1 Protocol again.
If you would prefer to do a command line installation, use the following command from an elevated PowerShell Prompt:
Enable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol-Client" -All