Hi Sergey K,
Thanks for reaching out to Microsoft Q&A!
I’m sorry to hear that you’re suddenly blocked from your shared folders. This is because starting with newer updates, NTLM is blocked for SMB authentication by default, even if it doesn't say so. Here’s some workarounds you can consider:
1 - Stop using anonymous / guest access
- On the NAS or the other PC, create a local user account with password
- Assign that user permissions to the shared folder
- On Windows 11, connect using explicit credentials:
-
\\NASNAME\Share
- Username:
NASNAME\user
- Password:
<password>
2 - Re‑enable insecure NTLM/guest authentication
- Press Win + R > type
regedit > press Enter to open Registry Editor
- Go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
- Create a new DWORD > Name it
AllowInsecureGuestAuth and set value to 1
- Restart your PC and check the connections again.
Disclaimer: This option poses some security risks so consider carefully before trying, and revert the change if it doesn't help with the issue.
Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, first check out How to back up and restore the registry in Windows - Microsoft Support
Unfortunately, Windows 11 now blocks NTLM‑based SMB authentication, even with credentials. If the NAS cannot negotiate modern authentication, Windows will refuse the connection.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.