Posted in windows
192
6:42 am, August 11, 2021
 

Turn on SMB file sharing in windows 10 to fix network share connectivity

Unable to connect to network shares from windows 10...

One of the issues i had recently was being unable to browse shares on my local private network, my NAS is super old, and only supports a really old file sharing protocol, so to get my other devices to see this one in windows i had to do the following.

Check to make sure that SMB 1.0 is turned on. Open Control Panel and select Programs and Features and then Turn windows features on or off. Go down the list and make sure SMB 1.0/CIFS file sharing is checked. Restart using Start > Power > Restart.

Try again.

I guess you get the same response to your user and password whether you use a connection via a mapped drive or Networks in File Explorer.

 

View Statistics
This Week
95
This Month
442
This Year
1241

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

You could also follow me on twitter. I have a couple of youtube channels if you want to see some video related content. RuneScape 3, Minecraft and also a coding channel here Web Dev.

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote

'Dawnie' used to say, "It's really quite simple: Be kind, and the rest takes care of itself. Never do anything that's not kind".


Dawn Atherton
Random CSS Property

inset-block

The inset-block CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the top and bottom, or right and left properties depending on the values defined for writing-mode, direction, and text-orientation.
inset-block css reference