DBFlag

HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters

Data type

Range

Default value

REG_SZ

0x0–0xFFFFFFFF

0x0

Description

Determines the characteristics of the Net Logon debugging log, Netlogon.log, using a bitmask.

For detailed debugging of the Net Logon service for Windows 2000, set the value of this entry to 0xFFFF. To debug replication problems between Windows 2000 and Windows NT 4.0 and earlier, set the value to 0x80FFFF. On computers running Windows NT 4.0 and earlier, set the value to 0x2080FFFF.

Change method

To change the value of this entry, use Nltest, a command-line tool for Net Logon administration in the \Support\Tools\Support folder of the Windows 2000 operating system CD. At the command line, type:

Nltest /DBFLAG:<hexadecimal value>

Do not edit the registry.

Activation method

To make changes to this entry effective, you must restart the computer.

Note Image Note

Windows 2000 fully supports Netlogon.dll. In Windows NT 4.0 and earlier, the debugging log receives support only from the internal debugging versions of Netlogon.dll. To use this functionality on Windows NT 4.0 and earlier, obtain a debugging version of Netlogon.dll from Microsoft Product Support Services at https://support.microsoft.com .

Tip Image Tip

For a complete list of the bitmask values for this entry, see the Microsoft Knowledge Base link on the Web Resources page. Search the Knowledge Base using the keyword DBFlag.

To make data entry easier, programmatically change the data type of this entry to REG_DWORD.