Implement DISABLE-NBT for DHCP-less drivers
Open
@lstipakov is already working on this.
Since Dec 17, 2025.
dco-win
feature
Windows
- Dominant language
- C
- Stars
- 14.6k
- Forks
- 3.4k
- PR merge metrics
- No merged PRs in 30d
Description
At the moment DISABLE-NBT implementation requires DHCP, which dco-win doesn't do. However, this could be done via registry:
Key:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces\Tcpip_{929597e1-a3f6-4090-a663-be4224677fc2}
{929597e1-a3f6-4090-a663-be4224677fc2} is a NetCfgInstanceId, which client knows.
Value:
NetbiosOptions REG_DWORD 0x2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.