Hi Jason Gough,
To resolve it you must either allow a secure authenticated connection to the share or explicitly enable guest access on the client.
To require authentication and use matching local accounts or a service account, please try:
- Create a local account on the shared PC
- On the file server open Settings > Accounts > Family & other users > Add account > Add a user without a Microsoft account.
- Create a username and a strong password.
- Give that account share and NTFS access
- Right‑click the shared folder > Properties > Sharing > Advanced Sharing > Permissions > add the new local user and grant the required rights.
- Properties > Security > Edit > Add the new user and set NTFS permissions.
- Create the same local account on each connecting PC
- On each client create a local user with the identical username and password (Control Panel > User Accounts or net user command).
- Sign in once or store credentials in Credential Manager if you do not want users to switch sign‑in.
- Ensure Password Protected Sharing and Network Profile
- Control Panel > Network and Sharing Center > Advanced sharing settings > Private > Turn on network discovery and file and printer sharing.
- All machines must be on the Private network profile.
- Enable Password Protected Sharing if you use authenticated accounts.
- Reconnect once accounts are in place
- Use \SERVERNAME\ShareName or map a network drive; Windows will authenticate with the matching local account and stop prompting or rejecting access.
If the problem persists, try:
- On the client run: net use \SERVERNAME\ShareName and capture the exact error text.
- Check Event Viewer on the client: Applications and Services Logs > Microsoft > Windows > SMBClient for entries about blocked guest access.
- On the server check Security and System event logs for authentication attempts.
- Confirm the server share permissions and NTFS permissions match and that the Guest account is not disabled if you intentionally require guest access.
Hope it helps! If it does, please accept the answer so that the community could benefit from. Thank you :)
Vivian