Windows 10 network sharing settings

NukeULater

Gawd
Joined
Sep 12, 2006
Messages
917
This is a pretty dumb question but nothing I've found has worked so far. What settings do you need to access public folders on windows 7 computers from windows 10? They are in the same workgroup and I can see the other computers from the windows 10 machine. It just can't access them and the generic 0x80070035 error pops up. You can access the windows 10 machine from the windows 7 computers though. I have SMB1 turned on, but it really shouldn't be needed for these two os's.

I know I'm overlooking something basic, just don't know what it might be.
 
This is a pretty dumb question but nothing I've found has worked so far. What settings do you need to access public folders on windows 7 computers from windows 10? They are in the same workgroup and I can see the other computers from the windows 10 machine. It just can't access them and the generic 0x80070035 error pops up. You can access the windows 10 machine from the windows 7 computers though. I have SMB1 turned on, but it really shouldn't be needed for these two os's.

I know I'm overlooking something basic, just don't know what it might be.

Can you access the shares using the IP address?

Eg: //IP Address/folder name
 
Can you access the shares using the IP address?

Eg: //IP Address/folder name
Just tested that and the following error comes up.

"You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network."

All the sharing settings are set to allow access to public folders on both public and private networks. I can also ping the other machines. I'm really stumped since I've never had any issues with basic network settings before.
 
This is a pretty dumb question but nothing I've found has worked so far. What settings do you need to access public folders on windows 7 computers from windows 10? They are in the same workgroup and I can see the other computers from the windows 10 machine. It just can't access them and the generic 0x80070035 error pops up. You can access the windows 10 machine from the windows 7 computers though. I have SMB1 turned on, but it really shouldn't be needed for these two os's.

I know I'm overlooking something basic, just don't know what it might be.
firewall?
try going into settings and enable the lower encryption.
https://www.tenforums.com/tutorials/51024-change-file-sharing-encryption-level-windows-10-a.html
 
It sounds like you don't have guest access turned on for Windows 7 but you do for Windows 10.
 
Map the drives using //IP Address/share.

As Easius has stated, SMB1 has, thankfully, been depreciated under all OS's and not just Windows, it even affects network discovery under Linux. The easiest thing to do is to simply map shares as IP addresses, or make use of the hosts file if an IP address is too difficult to remember.
 
Finally found the issue last night. There's a problem with running admin privileges on both machines. Apparently it messes up basic network access and disables SMBv2 sharing. Change the following registry key and everything will work like normal again.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]"AllowInsecureGuestAuth"=dword:1
 
Finally found the issue last night. There's a problem with running admin privileges on both machines. Apparently it messes up basic network access and disables SMBv2 sharing. Change the following registry key and everything will work like normal again.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]"AllowInsecureGuestAuth"=dword:1

Just wanted to THANK YOU for your excellent solution to networking on 1809 version of win 10. This was driving me nuts for the last couple of days. I had to enable SMB v1 in order to get it to work. Your solution was great - a simple mod to the registry. I have a simple network at home with windows 7, 8, and a Linux laptop. Now I have this windows 10 laptop. It all now works again - my win10 laptop can now access the shared folders on win7.
 
I wonder if this will fix Win 10 to Win 10 machines?
Trying to access the Company File for Quickbooks from a laptop but cant see the Master PC.
 
I wonder if this will fix Win 10 to Win 10 machines?
Trying to access the Company File for Quickbooks from a laptop but cant see the Master PC.
this fix might help with explorer finding the network shares but you should have a mapped drive for that.
 
Back
Top