KB5083769 appears to introduce a networking/authentication change that prevents access to NAS shares, similar to other updates that affect SMB/NTLM behavior.
To work around the issue while keeping the update installed, configure both the NAS and Windows 11 to use modern SMB and NTLM settings instead of uninstalling the update:
- On the NAS
- Set the SMB protocol to SMB2 or SMB3 (avoid SMB1).
- Set authentication to NTLMv2 only if that option exists.
- On Windows 11 (using Local Security Policy / Group Policy)
- Open Local Security Policy (secpol.msc) or the equivalent policy editor.
- Under Security Settings → Local Policies → Security Options:
- Set Network security: LAN Manager authentication level to NTLMv2 response only.
- Add the NAS IP address and name to:
- Network security: Restrict NTLM: Add server exceptions in this domain
- Network security: Restrict NTLM: Add remote server exceptions for NTLM authentication
- If Group Policy is not available (Windows 11 Home)
- Open Registry Editor.
- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa.
- Set LmCompatibilityLevel (DWORD) to 3 (NTLMv2 only).
- Restart the PC and test access to the NAS again via File Explorer.
If the issue persists even after aligning SMB and NTLM settings, temporarily uninstalling the problematic update is a valid mitigation, but be aware of the security risk and consider reinstalling once a fixed update is available.
References: