Skip to content

Instantly share code, notes, and snippets.

@repa6
repa6 / gist:cacf621ff3e085c2c0a50c73c116f90b
Last active February 25, 2023 11:07
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