Hi, There
It looks like the update to Windows 11 build 26200.6725 broke SMB authentication between your two desktop PCs. The error means they’re rejecting each other’s login, likely due to new NTLM/SMB security changes in that build.
Can you try this out and let me know the result:
1. Use matching local accounts on both PCs (same username + password). When connecting, type HDWS4\Joachim instead of just Joachim.
2. Open secpol.msc > Local Policies > Security Options
- Set “LAN Manager authentication level” > Send NTLMv2 response only.
- Temporarily uncheck “Require 128-bit encryption” under NTLM SSP options.
3. In gpedit.msc > Network > Lanman Workstation, enable Insecure guest logons just for testing.
4. Clear old credentials in Control Panel > Credential Manager.
- Run these in PowerShell as Admin:
Set-SmbServerConfiguration -RequireSecuritySignature $false -Force
net use * /delete /y
=> Then restart both desktops and try again.