Posted in windows
39
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
115
This Month
393
This Year
252

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...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

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


Me
Random CSS Property

repeating-linear-gradient()

The repeating-linear-gradient() CSS function creates an image consisting of repeating linear gradients. It is similar to linear-gradient() and takes the same arguments, but it repeats the color stops infinitely in all directions so as to cover its entire container. The function's result is an object of the <gradient> data type, which is a special kind of <image>.
repeating-linear-gradient() css reference