• Skip to main content
  • Skip to primary sidebar

Technipages

Tutorials and fixes for smartphone, gadget, and computer problems

  • Topics
    • Android
    • Browsers
    • Gaming
    • Hardware
    • Internet
    • iPhone
    • Linux
    • macOS
    • Office
    • Reviews
    • Software
    • Windows
    • Definitions
  • Product Reviews
  • Downloads
  • About
Fix Cannot Access Network Shares on Windows 10

Fix Cannot Access Network Shares on Windows 10

November 27, 2020 by Madalina Dinita 26 Comments

Not being able to access network shares can be really annoying. For example, if other computers can detect the shared folders and yours cannot, you need to fix this issue. In this guide, we’ll show you how you can solve this problem.

My Computer Doesn’t Detect Network Shares

Use the same sharing protocol

First of all, make sure all the computers are using the same sharing protocol. That is to say, there should be no incompatibility issues at this level.

  1. First, type features in the Windows search box.
  2. Select Turn Windows features on and off.turn windows features on or off
  3. Then expand the \SMB 1.0/CIFS File Sharing Support category.
  4. The next step is to check all the options. As a result, your computer will support all the sharing protocols.enable sharing protocols windows 10
  5. Apply the changes and restart your computer.

Enable Public Sharing

If the public sharing feature is disabled, certain folders may not visible over the network.

  1. The first step is to launch the Control Panel.
  2. Then go to Network and Internet.
  3. Select Network and Sharing Center.
  4. Go to Change advanced sharing settings.change advanced sharing settings
  5. After that, expand All networks.
  6. Locate the Public folder sharing option and make sure it’s checked.enable public folder sharing
  7. Then restart your computer.

Check the sharing settings for individual folders

Equally important, make sure to check the sharing settings for the folder you’re trying to share.

  1. Right-click on the folder.
  2. Then click on the Sharing Tab.
  3. Hit the Share button.folder sharing options
  4. Go to Choose people to share with.
  5. Select Everyone from the drop-down menu.share folder with everyone windows 10
  6. Go to Advanced Sharing.
  7. Check the Share this folder option.
  8. Go to Permissions and make sure it’s set to Everyone.

advanced sharing permissions folder windows 10

If you can’t find the Permissions tab, click on the Add option. Then, click on Advanced, and then Find Now. The computer will list all the users. Select Everyone and you’re ready to go.

Disable your firewall

Some users said that disabling the firewall did the trick. If you’re using Windows 10’s built-in firewall, open the Control Panel. Select Turn Windows Defender Firewall on and off.

disable windows defender firewall

You can then disable the firewall, and restart your computer. Check if the network shares are visible now.

Enable LanMan Workstation

This policy allows users to block or accept insecure guest logons. It could be the reason why users can’t access network shares.

  1. To check if the policy is enabled, enter regedit in the Windows search box and launch the Registry Editor.
  2. Next, go to HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order  and HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\HWOrder
  3. Check if the RDPNP,LanmanWorkstation value is set for both of these keys.

check lanman workstation settings

If it’s not, you can enable it via the Group Policy Editor.

  1. Press Windows + R and type gpedit.msc in the Run window
  2. Press Enter to open the editor
  3. Go to
    ComputerConfiguration\Administrative Templates\Network\Lanman Workstation
  4. Double click on Enable insecure guest logonsenable insecure guest logons windows 10
  5. Set the option to Enabled
  6. Save the changes and restart your computer.

In case the Group Policy Editor fails to edit the Lanman Registry key, follow the steps below. Use the same steps if GPEdit is not available on your computer.

  1. Open the Registry Editor (type regedit in the Windows search bar and select the Registry Editor)
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
  3. Then locate the AllowInsecureGuestAuth keylanman workstation registry editor
  4. Double-click on it and make sure the DWORD value is set to 1.

Of course, if the AllowInsecureGuestAuth key is not visible, you need to create it yourself. Right-click on Parameters → New → DWORD Value.

In conclusion, fixing any sharing protocol issues is crucial. Certainly, the sharing settings for individual folders are worth checking as well.

Meanwhile, let us know if you managed to fix this problem with the help of this guide.

You Might Also Like

  • How to Reset Network Adapter in Windows 10 Using Network Reset
    How to Reset Network Adapter in Windows 10 Using Network…
  • Windows: Disable "Windows cannot connect to all network drives" Notification
    Windows: Disable "Windows cannot connect to all network…
  • How to Network Two Windows 10 Computers
    How to Network Two Windows 10 Computers
  • What to Do if Windows Cannot Map Network Drive
    What to Do if Windows Cannot Map Network Drive
  • Windows 11: How to Fix Windows 11 Won't Connect to a Network
    Windows 11: How to Fix Windows 11 Won't Connect to a Network
  • Windows 10: How to Share Network Printer
    Windows 10: How to Share Network Printer

Filed Under: Windows Tagged With: Windows 10

Reader Interactions

Comments

  1. Parlin Simanjuntak says

    January 8, 2023 at 11:22 am

    I can connect and open shared network using this: \\ComputerName (or IP Address)\drive.
    But I cannot connect to : \\ComputerName (or IP Address)
    The error message:
    \\ComputerName (or IP Address) is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
    Access is denied.

  2. Mak Zoltan says

    October 26, 2022 at 3:56 pm

    Finally!!!!
    Tried many things only Enable LanMan Workstation help.
    Thank you!

  3. TonyM says

    October 1, 2022 at 6:59 am

    I tried everything, but it wasn’t until I disabled Windows (10) Firewall on my private network that it started working (being able to see my other network device from Windows File Explorer). Unfortunately, I did that last. I should have done it first.

  4. Brian says

    September 30, 2022 at 10:07 am

    I followed everything to the letter and I am still not able to share a folder, I even shut off McAfee firewall and still nothing

  5. Mohsen says

    August 30, 2022 at 2:45 am

    Thanks a lot, it worked for me.

  6. Crom says

    May 10, 2022 at 8:44 am

    This was a great help! Ended up being “Enable LanMan Workstation”. Once I did that I was able to connect to network share drive. Big thanks!

  7. Shaun says

    March 18, 2022 at 7:58 am

    Months of researching. Enable LanMan Workstation was the answer for me. Madalina Dinita, thank you for this article.

  8. Patrick Halff says

    March 15, 2022 at 3:20 am

    This tutorial was very helpful.
    I recently installed Ubuntu Server 20.04 Focal Fossa with a samba server on top of it.
    Also i installed WSDD on this Linux machine in order for my Samba shares to be found from within Windows.

    My Windows 10 Enterprise machine could see the Ubuntu server fine. Just not the samba shares.
    This tutorial helped me a lot. After adjusting the group policy, the registry still did not show the AllowInsecureGuestAuth D-word value, so that had to be made manually.
    And that was finally the solution. Everything is visible and accessible now.

    I can see how lots of people bang their heads against the wall when confronted with these type of problems.
    Once again, thank you very much.

  9. Alan says

    March 1, 2022 at 2:01 pm

    Nope. To see the Linux systems I had to install WDDS. There’s ionstructions on how to install WDDS in Debian and Ubuntu forums. Only have 2 windows systems left and their about to become linux machines…

  10. Md. Al Islam says

    February 5, 2022 at 5:45 am

    “”AllowInsecureGuestAuth
    is the right solution for me and it fixed the problem

    Thanks a lot

  11. Mike Ernst says

    January 26, 2022 at 8:10 pm

    None of this fixed the problem on my pc’s. IN fact what is even more interesting, I have 3 drives on one pc, all shared. and all giving Everyone full access. But from my other pc, only one of the 3 drives shows up at all and when I try to access it, I am told that I do not have permission.

  12. barbatus says

    November 7, 2021 at 10:04 am

    the key “AllowInsecureGuestAuth” in the registry was the solution for me.
    thank you!!!

  13. Troubleshooter says

    September 12, 2021 at 1:50 pm

    I have Windows 10 Pro Education on a tablet. Lanman was enabled in group policy, but allowinsecureguestauth was not in the registry. Thank you

  14. Hotshot says

    September 9, 2021 at 10:38 am

    Thanks a lot, it worked for me.

  15. Freonpsandoz says

    September 3, 2021 at 6:10 pm

    Thanks. “Restart your computer” is essential after enabling SMB 1.0/CIFS File Sharing Support, and I missed it at first, because Windows doesn’t prompt the user to restart after making this change. Maybe you should put this in bold text.

  16. James Rodemeyer says

    July 15, 2021 at 2:32 pm

    I have 2 “new” Win 10 installs on HP Business computers connected to an Asus Router. Every thing works fine if I put my Windows 7 hard drives back in, but with 10 they cant see each other. I have reinstalled, and tried all the tips on Google, but no joy, I waited as long as I could before changing to 10 and I feel it was a waste.

  17. ian morris says

    June 26, 2021 at 12:40 am

    Thank you, after days of frustration these tips finally got my net shares back, using the” Enable LanMan Workstation” procedure worked for me. (had to upgrade from W10 Home to Enterprise to enable the group policy editor)

  18. Lee Mc Call says

    June 17, 2021 at 3:28 am

    THANK YOU!!!! After literally weeks of trying EVERYTHING, this has worked

  19. Sys says

    May 19, 2021 at 1:21 am

    The one about “insecure guest” did the trick for me. Thanks a lot!

  20. Robert Tucker says

    May 3, 2021 at 3:52 pm

    None of these worked for me. I can see them but can’t access them.

  21. Jerwin Ejida says

    April 27, 2021 at 3:49 am

    very thankful for many times searching on internet atlast the problem was solved thanks for this guide.

  22. Kim says

    March 16, 2021 at 4:20 pm

    Yes, Thanks a bunch. Been racking my brain over this one. One day worked next not….Who knows these days

  23. Paul Hawkins says

    March 14, 2021 at 5:08 pm

    No did not help.
    I can see an xp machine but xp cannot see windows 10 machine

  24. kreylinost says

    March 11, 2021 at 3:55 am

    this fixed my sons laptop but made my pc worse. He can see all the clients and I can only see my own PC.

  25. Nipun says

    February 18, 2021 at 2:38 am

    Couldn’t be more thankful…. This solved my issue after a long time trying.

  26. Gary Dillon says

    February 17, 2021 at 6:16 am

    After many weeks of searching without a good result, this worked perfectly for me. Thank you for the steps and details!

Did this help? Let us know!

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Recent Posts

  • How to Print Labels from Excel Using MS Word Mail Merge
  • What Is NVMe Over TCP (NVMe/TCP)
  • Android Mobile Hotspot: How to Change the Password and Name
  • Windows 10: How to Force Quit and App
  • What is Dumpster Diving?
  • How to Download iOS 16 Beta 3 on iPhone or iPad
  • What is a Security Compromise?
  • Mastodon: How to DM Someone

Who’s Behind Technipages?

Baby and Daddy My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

You May Also Like

  • Ring Network
  • Physical Network
  • Class B Network
  • Public Data Network (PDN)
  • Packet-Switching Network
  • Random Access Memory (RAM)
  • Windows 95/98
  • Microsoft Windows NT

© Copyright 2023 Guiding Tech Media · All Rights Reserved · Privacy