Hello,
Thank you for posting in Q&A forum.
If your system is Windows 11 24H2 version, I suspect that the problem 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
Controlling SMB Signature Behavior | Microsoft Run
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.