3

I just installed Windows 10 and I can't connect to any of the shared drives on my QNAP station.

My network is a private network and I have enabled file and printer sharing, network discovery and file sharing for devices that use 40 or 56-bit encryption.

On the QNAP, the Microsoft networking service is enabled (as a standalone server) and it has the latest firmware update.

I have another Windows 10 PC in the network (still on an Insider preview), which does have access to the same shares.

Kenneth
  • 141

3 Answers3

2
  1. Run Registry Editor (REGEDIT).
  2. Navigate to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters

  3. Name the new value as AllowInsecureGuestAuth and set its value data to 1.

or:

c:\windows\system32> set-smbserverconfiguration -enablesmb2protocol $false
geek1011
  • 1,270
0

I resolve same problem (on Windows 10 Build 17134) by :

Run PowerShell as administrator and execute this commande :

sc.exe config mrxsmb20 start= disabled 
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
0

I am using a Seagate BA-NAS and had an issue similar to this.

I couldn't access it using the path in explorer but it can find it if you map it as a network drive.

Just make sure you enter the username including the hostname/ip

e.g. 10.10.10.100\username

Once it was mapped I could access the shares with the path like normal.