Skip to content

Instantly share code, notes, and snippets.

@repa6
Last active February 25, 2023 11:07
Show Gist options
  • Save repa6/cacf621ff3e085c2c0a50c73c116f90b to your computer and use it in GitHub Desktop.
Save repa6/cacf621ff3e085c2c0a50c73c116f90b to your computer and use it in GitHub Desktop.
Windows 10 SMBv1 enable
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