Skip to content

Instantly share code, notes, and snippets.

@coulterpeterson
Last active October 17, 2023 15:53
Show Gist options
  • Save coulterpeterson/26e57c42812ec07fa5dd0c30be10af49 to your computer and use it in GitHub Desktop.
Save coulterpeterson/26e57c42812ec07fa5dd0c30be10af49 to your computer and use it in GitHub Desktop.
Revive SMB When It Conks Out
# Enable SMB1: Thanks Vasily Sosnovsky at https://learn.microsoft.com/en-us/answers/questions/815154/cant-connect-to-smb-share-windows-cannot-access
DISM /Online /Enable-Feature /All /FeatureName:SMB1Protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment