Can't see NAS drives in your network on Windows 10? Here is the solution:
1/ run cmd as admin
2/ sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
3/ sc.exe config mrxsmb20 start= disabled
Restart and you are done!
I signed up for the Forum, just so I can thank you for this post!!
I have no idea what this does, or what the parameters are, but this not only fixed my NAS viewing problem, it also fixed my server viewing problem at work.
Thank you, thank you, THANK YOU!
I found more info about this in another forum:
The fall update broke the SMB (Server Message Block) component of the OS. Below is a work around that will fix your issue until such time as Microsoft patches this issue.
1. Open an administrator cmd prompt.
2. type the following: (press Enter after each line)
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
then Restart the computer
To reverse this change and re-enable SMBv3 run the following commands at at the elevated command prompt
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto
then Restart the computer