Windows 11 computer can no longer access Windows 10 computer shared files after update

Anonymous
2025-02-11T13:14:03+00:00

I recently got the update package for Windows 11. Immediately after, I can no longer access network shares on a Windows 10 computer in the same network. I've tried adjusting sharing settings on both computers, but nothing changes the prompting for a password due to "network security".

My PC doesn't even show in the shared list.

What settings were changed with this update that could prevent sharing?

*** Moved from Windows / Windows 11 / Files, folders, and storage ***

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

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-02-12T15:06:16+00:00

    Hello

    If your system is Windows 11 24H2 version, I suspect the issue is caused by SMB signing. I recommend that you open PowerShell as an administrator and run the following command to disable SMB signing and restart your computer to see if the issue can be resolved:

    Set-SmbClientConfiguration -RequireSecuritySignature $false

    Set-SmbServerConfiguration -RequireSecuritySignature $false

    Control SMB signing behavior | Microsoft Learn

    If the problem persists, please reply here with a screenshot of the error message that appears when you try to access a shared file, as this will help us troubleshoot the issue.

    Best Reagrds

    Zunhui

    0 comments No comments