Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rajibdpi/5d3f75f19c1969ae35f79312ea308883 to your computer and use it in GitHub Desktop.

Select an option

Save rajibdpi/5d3f75f19c1969ae35f79312ea308883 to your computer and use it in GitHub Desktop.
You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. solve this issue

You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network. solve this issue

reg add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v AllowInsecureGuestAuth /t REG_DWORD /d 1 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment