Share via

cannot access home network, credentials not recognised

Michael Parkin 0 Reputation points
2026-04-07T12:49:50.9366667+00:00

I have just installed windows 11 professional. I am unable to access my home network because of credentials.

Windows for home | Windows 11 | Accounts, profiles, and login
0 comments No comments

2 answers

Sort by: Most helpful
  1. Ivan B 105K Reputation points Independent Advisor
    2026-04-07T13:28:34.66+00:00

    Hi ,

    If you're using the same Microsoft account to try to access the folder, you'll need to add security to the folder you're sharing.

    Go to the start menu > settings > network and internet > ethernet or wifi network > select Private mode.

    Then go back to the previous menu and select advanced network settings > advanced sharing settings.

    Mark Network discovery File and printer sharing.

    In the Tab all networks Check Share public folders.

    Uncheck Password protected sharing.

    All that has already been done.

    Are you using the same Microsoft account on your desktop and laptop.

    Test

    If that fails, try the procedures below one by one.

    Press Win + R, type regedit, and press Enter to open the Registry Editor.

    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters.

    If the AllowInsecureGuestAuth entry does not exist, right-click and select New > DWORD (32-bit) Value, and name it AllowInsecureGuestAuth.

    Set the value of AllowInsecureGuestAuth to 1.

    Close the Registry Editor and restart your computer.

    If it fails, type "Enable or disable Windows features" in the search bar > Search for SMB 1.0 in the list and select "OK." Restart the PC and test.

    Credits.: https://learn.microsoft.com/en-us/answers/questions/2189515/windows-11-24h2-and-insecure-guest-logins-settings

    On PC-Office, run the command Windows Powershll(admin):

    Set-SmbClientConfiguration -RequireSecuritySignature $false

    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force

    In EventViewer, I wanted to confirm if the error was occurring on the PC this is sharing. If there is an error denying the connection from the PC-Office to the SMBServer, such as Error 1388, or a code like this.

    However, as you already saw the SMBclient error, follow the command above.

    Restart the computer and Try

    Thanks

    0 comments No comments

  2. Q&A Assist
    2026-04-07T12:50:11.26+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps on the Windows 11 PC to resolve home network credential issues:

    1. Verify the account and password being used
      • Make sure the username and password entered when prompted for network credentials match an account that exists on the target PC or NAS that is sharing the folders.
      • If the other device uses a local account, use that exact username and password.
    2. Clear any stored/incorrect credentials
      • Open Start and type credential manager.
      • Select Credential Manager Control panel.
      • Go to Windows Credentials.
      • Remove any entries related to the other PCs or NAS (for example, entries with their names or IP addresses).
      • Reconnect to the shared folder and enter the correct username and password when prompted.
    3. Check network connection and sharing
      • Ensure the Windows 11 PC is connected to the same network (Wi‑Fi or Ethernet) as the other devices.
      • If there are issues connecting to shared drives at all, run a network reset as a last resort:
        • Select Start > Settings > Network & internet.
        • On Windows 11, select Advanced network settings > Network reset.
        • Select Reset now > Yes and let the PC restart.
        • After restart, reconnect to the network and try accessing the shared folders again.
      • Be aware that network reset removes and reinstalls network adapters and resets their settings to defaults. VPN clients or virtual switches might need to be reinstalled or reconfigured afterward, and network profiles may revert to Public.
    4. If accessing a NAS or older device
      • Ensure the NAS or device is configured to use a supported SMB version and authentication (for example, SMB2/SMB3 and NTLMv2) and that the Windows 11 account or a matching local account exists there with the correct permissions.

    If problems persist, repeat step 2 to clear credentials and carefully re‑enter the correct username and password for the device being accessed.


    References:

    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.