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
  • 1
  • 1
  • 3
  • maybe the same problem that I am experiencing with my media center. http://superuser.com/questions/954210/windows-10-cannot-access-media-center-network-shares – bvdb Aug 09 '15 at 12:32

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,260
  • 10
  • 25
user501317
  • 21
  • 3
  • Hmm, I was hoping this would work for [my issue](https://superuser.com/questions/1273217/cant-create-new-smb-scans-to-windows-10-share-folders), but it didn't. – LonnieBest Nov 30 '17 at 19:32
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.