Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nickolasdeluca/f7d94e4e2b42c358953c69dd418706ad to your computer and use it in GitHub Desktop.
Save nickolasdeluca/f7d94e4e2b42c358953c69dd418706ad to your computer and use it in GitHub Desktop.
revert-windows11-24h2-block-insecure-network

On Powershell in administrator mode Run the following:

Set-SmbClientConfiguration -RequireSecuritySignature $false

And then this one

Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment