Last active
July 17, 2017 04:34
-
-
Save bouroo/95acb115d60e113eec920c1865650cd4 to your computer and use it in GitHub Desktop.
Disable SMBv1 on windows
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters] | |
"SMB1"=dword:00000000 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation] | |
"DependOnService"=hex(7):42,00,6f,00,77,00,73,00,65,00,72,00,00,00,4d,00,52,00,\ | |
78,00,53,00,6d,00,62,00,32,00,30,00,00,00,4e,00,53,00,49,00,00,00,00,00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\mrxsmb10] | |
"Start"=dword:00000004 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment