Hi Michael Parkin,
Thank you for reaching out.
After installing Windows 11 Pro, you may notice that access to shared folders or home network locations prompts for credentials and does not accept them. This can occur due to updated security requirements for network file sharing (SMB), where access now requires proper user authentication rather than allowing automatic or guest connections.
Here are some possible solutions and workarounds that you can try in this situation:
1, Use the correct sign‑in format
- When prompted for network credentials, enter them as:
HOSTNAME\username - Example:
HOMEPC\Hendrix
2, Create a Local User Account on the Shared PC
- On the PC that hosts the shared folder, go to Settings > Accounts > Other Users
- Select Add account
- Create a Local account with a password
- Grant this account permission to the shared folder
- Use these credentials when connecting from your Windows 11 Pro device
3, Set Network Profile to Private
- Go to Settings > Network & Internet
- Select your active connection
- Change Network Profile Type to Private
4, Allow Compatibility with Older Network Devices
- If connecting to an older NAS or home router share, open PowerShell as Administrator and run:
Set-SmbClientConfiguration -RequireSecuritySignature $false - If your network share previously did not use usernames/passwords, use this command:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
Hopefully, one of these steps can help restore your access to shared resources within a home network environment on Windows 11 Pro.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
If my response is helpful to you, please click "Accept Answer" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.