Share via

Unable to access share folder after updating to latest win 11

Ohidul Mallick 0 Reputation points
2026-06-18T12:12:29.0666667+00:00

Hello,

I have several systems, among them couple of syatems i just updated to latest 25h2 version.. And some are still on win 11 22h2 version.. But after updating share folder on those updated systems are not accessible anymore.. Although i can still access share folder created on the other older version systema from these newly updated systems. But no share folder can be accesible from older to new and also new to new.. I have tried several things like Enable insecure guest logons from gpedit.msc, AllowInsecureGuestAuth inside Regedit.msc.. But my problem not yet solved.. Please help..🙏

Windows for business | Windows Client for IT Pros | User experience | Accessibility
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ohidul Mallick 0 Reputation points
    2026-06-19T06:19:59.7166667+00:00

    Hi

    Thank you for your response.. But I have executed both the commands on both 25h2 systems but still same issue.. When trying to access a share folder it Constantly asking for username and password when trying to access share folder and when entering id & pass it showing "username or password is incorrect"

    Was this answer helpful?

    0 comments No comments

  2. VPHAN 36,170 Reputation points Independent Advisor
    2026-06-18T12:53:04.5133333+00:00

    Hello Ohidul Mallick,

    Your file sharing issue stems from intentional security enhancements introduced in the Windows 11 24H2 update, which fundamentally alters how the Server Message Block protocol handles local network traffic. Microsoft now mandates network signing by default on all connections, acting as a cryptographic seal to prevent data tampering, and guest authentication is strictly blocked. When you attempted to modify the registry using the path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters to set AllowInsecureGuestAuth, the connection still failed because the newly updated 24H2 host system is actively rejecting these unsigned, unauthenticated guest requests regardless of your client-side registry overrides. Older systems and guest accounts simply cannot negotiate these new mandatory security signatures.

    To resolve this while maintaining the integrity of your network, the recommended approach is to completely transition away from guest network access. You should create dedicated local user accounts with strong passwords directly on the newly updated Windows 11 24H2 machines and explicitly grant those accounts permission to access your shared folders. When you attempt to connect from the older systems, Windows will prompt you to enter these specific credentials, which successfully satisfies the cryptographic signing requirements and securely restores your access across all machines.

    If your computers operate on an isolated, strictly private home network and you absolutely must rely on legacy guest access, you can manually revert these new security protocols. You will need to open PowerShell as an Administrator on your Windows 11 24H2 systems and execute the command Set-SmbServerConfiguration -RequireSecuritySignature $false followed by Set-SmbClientConfiguration -RequireSecuritySignature $false. This instructs the operating system to stop demanding the cryptographic seal on file sharing traffic. After confirming both prompts and restarting your systems, your previous sharing configuration and the insecure guest logon registry edits you previously applied should begin functioning exactly as they did before the update.

    Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

    VPHAN

    Was this answer helpful?

    0 comments No comments

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.