summaryrefslogtreecommitdiff
path: root/docs/docbook/devdoc/windows-debug.xml
blob: 3535c38dbd9170c0a71702bfc0f79f20bc3d5699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<chapter id="windows-debug">
	<chapterinfo>
		&author.jelmer;
		&author.tridge;
	</chapterinfo>

	<title>Finding useful information on windows</title>

	<sect1><title>Netlogon debugging output</title>

	<procedure>
		<step><para>stop netlogon service on PDC</para></step>
		<step><para>rename original netlogon.dll to netlogon.dll.original</para></step>
		<step><para>copy checked version of netlogon.dll to system32 directory</para></step>
		<step><para>set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DBFlag to 0x20000004</para></step>
		<step><para>start netlogon service on PDC</para></step>
	</procedure>
</sect1>
</chapter>