Would you like to learn how to use a group policy to disable the SMBv1 protocol on Windows? In this tutorial, we will show you how to create a group policy to disable the version 1 of the SMB protocol on the domain computers.
Create a new group policy.
Enter a name for the new group policy.
On the Group Policy Management screen, expand the folder named Group Policy Objects.
Right-click your new Group Policy Object and select the Edit optionRight-click on the Registry option and create a Registry entry.
On the registry Window, perform the following configuration.
• Action: Create
• Hive: HKEY_LOCAL_MACHINE
• Key Path: SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
• Value name: SMB1
• Value type: REG_DWORD
• Value data: 0
Click on the OK button.
To save the group policy configuration, you need to close the Group Policy editor.
Congratulations! You have finished the GPO creation.
Tutorial GPO - Disable the SMBv1 protocol
In our example, we are going to link the group policy named MY-GPO to the root of the domain.
After applying the GPO you need to wait for 10 or 20 minutes.
During this time the GPO will be replicated to other domain controllers.
In our example, we used a GPO to disable the SMBv1 protocol on the domain computers.