\\
to see if that helps with the credentials issue.Local Security Policy
by searching for it in the Start Menu, and check under Local Policies
> Security Options
for settings related to network access. Make sure that Network access: Sharing and security model for local accounts
is set to Classic
.After testing I came up with the following result:It sounds like you're experiencing some frustrating access issues with file sharing across your Windows devices. Let's break down the situation and see how we can resolve it.
Issues Identified
- Credentials Required and Denied: You mentioned that accessing shares from GULD10 and GULD11 to THINKPAD-T580 results in credential prompts that are denied. Conversely, accessing from THINKPAD-T580 to GULD10 is successful.
Possible Causes and Solutions
- User Account Control (UAC):
- Windows has a security feature known as UAC. If UAC is enabled, it may block access even if the credentials are correct. Ensure that UAC settings are consistent across all systems, or temporarily disable it to see if that resolves the issue.
- Network Profile:
- Make sure that all systems are set to the same network profile (Private network) so that they can discover each other properly. You can check this in "Settings" > "Network & Internet" > "Status."
- Sharing Settings:
- Double-check the "Advanced Sharing Settings" on each machine. Specifically, make sure:
- Network discovery is turned on.
- File and printer sharing is enabled.
- Password-protected sharing is turned off if you want to share without requiring credentials (remember to turn it back on if needed for security).
- Firewall Settings:
- Check the Windows Firewall settings on each device. Ensure that file and printer sharing is allowed. You can do this via "Control Panel" > "System and Security" > "Windows Defender Firewall" > "Allow an app or feature through Windows Defender Firewall."
- Using IP Address for Access:
- Instead of using the PC name, try accessing the shares using the IP address. For example, in File Explorer, you can use
\\
to see if that helps with the credentials issue.- Check Local Security Policy:
- Navigate to
Local Security Policy
by searching for it in the Start Menu, and check underLocal Policies
>Security Options
for settings related to network access. Make sure thatNetwork access: Sharing and security model for local accounts
is set toClassic
.
Testing and Confirmation
After making any changes, try accessing the shares again in the following combinations:
If the issue persists, please let me know which combinations worked or failed, and we can further narrow down the problem. Feel free to provide additional details about network configurations as well!
- GULD10 to THINKPAD-T580
- GULD11 to THINKPAD-T580
- THINKPAD-T580 to GULD10
- THINKPAD-T580 to GULD11
\\
with the actual IP address of, say, THINKPAD-T580. You can find the IP address from the command prompt by running ipconfig
or directly checking the network settings. \\192.168.x.x (replace with the actual IP)
Windows Logs
> Security
and Application
.Here's the following results for futher tests:Thanks for providing the detailed testing results! It looks like you've made some good progress and the situation is starting to clarify a bit. Let's summarize:
Current Status
- GULD10 to THINKPAD-T580: Not working
- GULD11 to THINKPAD-T580: Not working
- THINKPAD-T580 to GULD10: Working
- THINKPAD-T580 to GULD11: Working
Insights & Next Steps
- Credential Prompts: Since disabling password-protected sharing allowed access from THINKPAD-T580 to GULD11, it suggests that there's likely a mismatch in credentials or permissions when trying to access from GULD10 and GULD11.
- Using IP Address:
- To access the shares via IP address, you can simply type the following in the File Explorer address bar:
Replace with the actual IP address of, say, THINKPAD-T580. You can find the IP address from the command prompt by runningCode:\\
ipconfig
or directly checking the network settings.- IP Configuration:
- Since you can ping THINKPAD-T580, that indicates it's reachable over the network. Use the IP address directly to see if you get the same credential prompt issue. For example, try accessing:
Code:\\192.168.x.x (replace with the actual IP)
- Event Viewer & Logs:
- To pinpoint the issue, you can check the Event Viewer on both THINKPAD-T580 and GULD10/GULD11. Look for any warnings or errors related to network or sharing under
Windows Logs
>Security
andApplication
.- Guest Account:
- Sometimes, enabling the Guest account might help. However, this should be a temporary measure. Ensure that you disable it after testing for security purposes.
Next Testing
Try using the IP address method from GULD10 and GULD11 to access THINKPAD-T580. This will help determine if it's indeed a credential or access issue that's preventing the connection.
Let me know how that goes, and we can continue troubleshooting from there! If you have any screenshots or error messages, please feel free to share those too; they might provide more insight.
\\THINKPAD-T580
).secpol.msc
) on THINKPAD-T580. \\[IP Address]\[Share Name]
\\192.168.0.101\Documents
[IP Address]
with the IP of THINKPAD-T580, and [Share Name]
with the shared folder name.