Last active
February 25, 2023 11:07
-
-
Save repa6/cacf621ff3e085c2c0a50c73c116f90b to your computer and use it in GitHub Desktop.
Windows 10 SMBv1 enable
This file contains 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
Specifically....running cmd.exe as administrator | |
C:\Windows\system32\dism /online /enable-feature /featurename:SMB1Protocol-Server | |
Check that it is working by: | |
C:\Windows\system32\dism /online /get-features /format:table | find "SMB1" | |
SMB1Protocol | Enabled | |
SMB1Protocol-Client | Enabled | |
SMB1Protocol-Server | Enabled | |
SMB1Protocol-Deprecation | Enabled | |
Also, check SMB 1.0/CIFS under "Turn Windows features on or off" (search Windows Features). I checked everything | |
more: | |
https://support.microsoft.com/en-sg/help/2696547/how-to-detect-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-and |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment