How to fix password protection sharing that wont turn off even though it is turned off

Denovan Randall 25 Reputation points
2025-09-16T08:17:34.9166667+00:00

After 12 sep 2025 security update my one computer cannot connect to the main computer via file share ing. A pop up message with credentials that must be entered keeps poping up . No login details have been set up. The file sharing has access to every one that can connect onto my net work

i have tried everything , nothing seams to work

Windows for business | Windows Server | Networking | Network connectivity and file sharing

Answer accepted by question author
Henry Mai 8,225 Reputation points Independent Advisor
2025-09-16T09:24:25.1366667+00:00

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.

  1. 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.


  1. 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.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Brandon Heer 0 Reputation points
    2025-10-01T02:43:03.4+00:00

    Unfortunately no solution, but I too am having the same issue - so you're not alone. I've tried all solutions suggested above and no luck.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.