Skip to content

Instantly share code, notes, and snippets.

@bouroo
Created August 22, 2019 04:41
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 bouroo/28bffdcd767e34fbf71c92a43affb58b to your computer and use it in GitHub Desktop.
Save bouroo/28bffdcd767e34fbf71c92a43affb58b to your computer and use it in GitHub Desktop.
Windows 10 SMBv2 & SMBv1 Client
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
Set-SmbServerConfiguration -EnableSMB2Protocol $true
Enable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol"
Enable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol-Client"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment