Windows 11 24H2 Cannot access file Shares

If a files share does not have a password, Windows ver. 24H2 will not allow you to connect to the share.

This can be bypassed with a PowerShell (PS) edit.

Open PS as Administrator. Paste in the following commands:

Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force

Set-SmbClientConfiguration -RequireSecuritySignature $false -Force

Set-SmbServerConfiguration -RequireSecuritySignature $false -Force