en-US security-baseline computer

NetBT NodeType configuration

Verified with Microsoft Security Baseline (MSS / SecGuide) 25H2 — updated on July 30, 2026

Supported on: At least Windows Server 2008 R2 or Windows 7

Path in the GPO console

Computer Configuration\Administrative Templates\MS Security Guide

Description

The NetBT NodeType setting determines what methods NetBT uses to register and resolve names: * A B-node computer uses broadcasts. * A P-node computer uses only point-to-point name queries to a name server (WINS). * An M-node computer broadcasts first, and then queries the name server. * An H-node computer queries the name server first, and then broadcasts. Resolution through LMHOSTS or DNS follows these methods. If the NodeType value is present, it overrides any DhcpNodeType value. If neither NodeType nor DhcpNodeType is present, the computer uses B-node if there are no WINS servers configured for the network, or H-node if there is at least one WINS server configured.

Registry

HKLM SYSTEM\CurrentControlSet\Services\NetBT\Parameters

More options available

Options

Configure NetBT NodeType
NodeType enum
  • B-node -> 1 (default)
  • P-node (recommended) -> 2
  • M-node -> 4
  • H-node -> 8

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/MSSecurityGuide/NetBTNodeTypeConfiguration
Device Since Windows 11, version 22H2 with KB5053657 [10.0.22621.5126] and later | Windows 11, version 24H2 [10.0.26100] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.0)

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: NetBT NodeType configuration
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"NodeType"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: NetBT NodeType configuration
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7

$path = 'HKLM:\SYSTEM\CurrentControlSet\Services\NetBT\Parameters'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'NodeType' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview