From 222a29e5e70a17970ac2424fef43d93e1fd4f310 Mon Sep 17 00:00:00 2001 From: Karl Wester-Ebbinghaus <45657752+Karl-WE@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:25:16 +0800 Subject: [PATCH 1/2] Update vendor class name for DHCP configuration updated from Windows 2000 Options to Windows Options and added a screenshot. --- .../networking/disable-netbios-tcp-ip-using-dhcp.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md b/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md index f8a830fdc66..bd1d368eb87 100644 --- a/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md +++ b/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md @@ -30,11 +30,13 @@ To disable NetBIOS on the DHCP server, follow these steps: 2. In the navigation pane, expand the **server_name**, expand **Scope**, right-click **Scope Options**, and then select **Configure Options**. > [!NOTE] > In this step, the **server_name** placeholder specifies the name of the DHCP server. -3. Select the **Advanced** tab, and then select **Microsoft Windows 2000 Options** in the **Vendor class** list. +3. Select the **Advanced** tab, and then select **Microsoft Windows Options** in the **Vendor class** list. 4. Make sure that **Default User Class** is selected in the **User class** list. 5. Select the **001 Microsoft Disable Netbios Option** check box, under the **Available Options** column. 6. In the **Data entry** area, type 0x2 in the **Long** box, and then select **OK**. +image + ## Configure the DHCP client to enable the DHCP server to determine NetBIOS behavior - For Windows 7 From 08f16309f9b4a29befc52585efe8f0486385149f Mon Sep 17 00:00:00 2001 From: Karl Wester-Ebbinghaus <45657752+Karl-WE@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:28:08 +0800 Subject: [PATCH 2/2] Update vendor class name for DHCP options --- .../networking/disable-netbios-tcp-ip-using-dhcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md b/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md index bd1d368eb87..f615d2ae110 100644 --- a/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md +++ b/support/windows-server/networking/disable-netbios-tcp-ip-using-dhcp.md @@ -30,7 +30,7 @@ To disable NetBIOS on the DHCP server, follow these steps: 2. In the navigation pane, expand the **server_name**, expand **Scope**, right-click **Scope Options**, and then select **Configure Options**. > [!NOTE] > In this step, the **server_name** placeholder specifies the name of the DHCP server. -3. Select the **Advanced** tab, and then select **Microsoft Windows Options** in the **Vendor class** list. +3. Select the **Advanced** tab, and then select **Microsoft Options** in the **Vendor class** list. 4. Make sure that **Default User Class** is selected in the **User class** list. 5. Select the **001 Microsoft Disable Netbios Option** check box, under the **Available Options** column. 6. In the **Data entry** area, type 0x2 in the **Long** box, and then select **OK**.