Hello Denovan, I am Henry and I want to help you with this issue.
The issue is that Windows now blocks insecure guest logons by default, even if you disable password protection.
- Workaround: Allow Insecure Guest Authentication. You can refer this configuration link
Note: This reduces security and should only be used on a trusted private network.
- Press Windows Key + R, type
regedit, and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters - Right-click the right pane → New > DWORD (32-bit) Value.
- Name it:
AllowInsecureGuestAuth - Double-click and set Value data =
1. - Click OK, close Registry Editor, and restart the computer.
Now other PCs on your network should connect to the shared folders without requiring credentials.
- Instead of re-enabling guest access, you can:
- Create a local user account on the main PC (e.g.,
shareuser). - Give that account permission to the shared folders.
- Use those credentials when connecting from other PCs.
I hope you’ll give my recommendation a try and let me know how it goes.