Skip to content

Instantly share code, notes, and snippets.

@palopezv
Last active February 7, 2022 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palopezv/1fd9ee3c9da88fa93ee9c8d2c962698f to your computer and use it in GitHub Desktop.
Save palopezv/1fd9ee3c9da88fa93ee9c8d2c962698f to your computer and use it in GitHub Desktop.
Enable insecure SMB (1/2/3) anonymous share access in windows 10
#
# run command in administrator mode.
#
reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /v AllowInsecureGuestAuth /t reg_dword /d 00000001 /f
#
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment