Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Saturday, October 17, 2015 12:53 PM
I have two machines , one was upgraded to windows 10, the other I installed from scratch.
I have converted the scratch version network to private and enabled network discovery.
I have a FreeNAS SAN with a CIFS share on it.
both machines are enabled to use it.
the upgraded windows 10 allows me to do this
dir \192.168.1.250\myshare
I see my files.
the scratch loaded windows 10
dir \192.168.1.250\myshare
The specified server cannot perform the requested operation.
I can view files from scratch 10->upgraded 10 without issue.
any suggestions as to why this doesn't work?
All replies (1)
Tuesday, October 20, 2015 5:38 AM ✅Answered
Please check if SMB 1.0 has been configured on the scratched 10.
1. Run PowerShell as Administrator
2. Set-SmbClientConfiguration -RequireSecuritySignature 1
Answer Y when prompted to confirm the modification.
3. Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force
Then open turn Features on and off to check the SMB 1.0:
Control Panel / Programs and Features / Turn Windows Features On or Off and make sure SMB 1.0/CIFS File Sharing Support is ticked
After that, please check if the issue can be fixed.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].