Last active
October 17, 2023 15:53
-
-
Save coulterpeterson/26e57c42812ec07fa5dd0c30be10af49 to your computer and use it in GitHub Desktop.
Revive SMB When It Conks Out
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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