You're able to ping a shared PC successfully, but you can't access its shared folders via
the IP address (\\IP_ADDRESS) or computer name (\\COMPUTER_NAME).
When attempting to open it through the Run dialog (Win + R), you see the following error:
"Your organization's security policies block access to..."
This issue occurs because Windows has disabled insecure guest logons (SMBv1) by default for security reasons. This security measure blocks unauthenticated access to network shares that do not require a username or password.
Important: This solution should only be applied in trusted private networks (e.g., home or small office). It is not recommended for enterprise or public networks.
Win + R, type gpedit.msc, and press Enter.Computer Configuration → Administrative Templates → Network → Lanman Workstation
gpupdate /force
After following the steps, try accessing the shared folders again by typing \\192.168.1.X
(replace X with the shared PC's IP) in the Run dialog (Win + R).
You should now be able to access the shared folders.
For long-term security, consider:
If you'd like further guidance on these more secure options, feel free to reach out!