Share via

Problem with file, folder, and program sharing (Windows 11)

Nadia Zirou 30 Reputation points
2025-09-23T09:37:24.92+00:00

We are experiencing a problem with file, folder, and program sharing on a network between computers running Windows 10 and Windows 11. The new computers with Windows 11 cannot access another computer over the network (error code 0x80070035).

We kindly request your assistance in resolving this issue. This is a serious problem as we are a public sector organization with more than 200 computers on our network.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments

Answer accepted by question author

  1. Henry Mai 8,220 Reputation points Independent Advisor
    2025-09-23T12:37:20.99+00:00

    Hello Nadia, I am Henry and I want to help you with your issue.

    I understand that your new Windows 11 computers are unable to access network resources and are showing error code 0x80070035 ("The network path was not found").

    I've done some research and found a Microsoft support document that may help resolve the issue.

    Additionally, another thread shared a solution using three specific commands, which several users confirmed as effective. For quicker implementation, I've listed those commands below. Note that these steps are essentially the same as those outlined in the original document I mentioned.

    Click the windows key, search for and open PowerShell (run as administrator), enter the following command and press enter:

    • Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force
    • Set-SmbClientConfiguration -RequireSecuritySignature $false -Force
    • Set-SmbServerConfiguration -RequireSecuritySignature $false -Force

    Restart your computer and check if the problem is solved. (Click enter for each of the three commands above)

    I hope this information and these keywords help point you in the right direction for your research. Let me know how it goes, and if this answer helps, feel free to hit “Accept Answer” so others can benefit too

    Was this answer helpful?

    9 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Nadia Zirou 30 Reputation points
    2025-09-24T05:44:45.9533333+00:00

    Henry, our issue has finally been resolved thanks to your clear instructions above.

    I want to express my sincere gratitude to you — we had been struggling with this Windows 11 problem for over a year, and your solution solved it quickly and effectively.

    Many thanks for your support and for sharing this fix so generously. I’m sure it will help many others as well!

    Was this answer helpful?

    2 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.