I've always loved streaming my media through XBMC, so thanks everyone and Buzz for all that you do!
I've never had problems accessing SMB shares until I switched over to Windows 10. This was never an issue with Windows 7 Ultimate.. should never have upgraded :/
I've searched for solutions online and at Microsoft support and seen various suggestions but nothing is doing it for me. I can see the WORKGROUP in xbmc but as soon as I go to click on my "Movies" or any folder on my NAS... nothing happens.
Is anyone else experiencing this problem? Has anyone found a way to figure this out??? Please help
Have you set your computer to login with a Microsoft account? if so you can't provide a share using an insecure method such as smb it require a secure method such as a homegroup this is the new grouppolicy with win 10 it explains it somewhere in the new smb3 documentation.
Your options are to either sign in with a local account or apply the patch below to allow Insecure Guest Authorisation for smb.
cut and paste the below into a txt editor and rename it to .reg and import it into your registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"AllowInsecureGuestAuth"=dword:00000001
This was one of the first annoyance I found with win 10 and I don't think there is a simple method to change the group policy directly with out a reg editor or reg patch.
you must make sure the user everyone has security access to the share also like what you did with windows 7
Also consider switching from 128 bit encryption to 40 or 56 bit to support older SMB clients - go to Network and Sharing Center > Change advanced sharing settings (left) > Private or All Networks > File Sharing connections section.
Ah yes, the great switch to Windows 10. I made the same move a couple of months back and I don't have too much to complain about. I did however run into two problems that impacted my ability to share with some of my other home systems.
First I had to re-join my homegroup on my windows 10 machine. Fortunately I was able to get my password from one of my other Windows PCs.
A bit later I noticed shares for the media center not working. I just checked my registry and 'AllowInsecureGuestAuth' is set to 1 for me.
You may also want to navigate to: Control Panel > Network and Internet > Network and Sharing Center > Advanced sharing settings
Then expand the 'All Networks' section and look for your 'Password Protected Sharing' setting. I have various shares on my internal network that I don't mind giving anonymous access to so I turned off my password protected sharing. I found this helped in my instance.
AFAIK it has been this way since Win7? Or was it a service pack update that brought Win7 to this standard after the fact?
Generally, unless you are on a secure connection or a completely untrusted network, you should always set a password for your Administrator. It is just best practice anyway.
fxmech wrote:AFAIK it has been this way since Win7? Or was it a service pack update that brought Win7 to this standard after the fact?
Generally, unless you are on a secure connection or a completely untrusted network, you should always set a password for your Administrator. It is just best practice anyway.
not sort of the same thing really.
windows 10 now added the necessity to have a trust relation ship between computers in a private network that is really the only difference except for smb3 that came with win 10.
if you have your computer linked to a Microsoft account it blocks the ability for guests to connect to the network and mess with fileshares reason is that someone could login and drop malicious code on the share that could compromise the network, as with a Microsoft account you can link it in to your shop etc some one could go wild and zap your credit card etc...
it is just to add security on top of what win 7 and 8 had because of the new online live account system and shop intergration.
I believe I am in the correct thread, but want to make certain before I make changes to my reg. I've had no trouble with my SMB shares on Windows 10 until very recently, and suspect that an OS update a couple days back caused SMB sharing to persistently fail (keeps asking for the username and password).
Just wanted confirm that this is a similar issue (and wondering why it would work for a while, and then stop). Thanks in advance for any insight/advice.