Skip to content

Commit 60c39b6

Browse files
committed
adjust heading
1 parent 7e732b5 commit 60c39b6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

support/windows-server/windows-security/troubleshoot-netlogon-service-startup-failures.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Netlogon startup failures (or any dependent service start failures) might requir
105105

106106
The following sections describe some event log errors that indicate that Netlogon failed to start.
107107

108-
## Symptom 1
108+
### Symptom 1
109109

110110
A dependent service doesn't start:
111111

@@ -116,7 +116,7 @@ A dependent service doesn't start:
116116
> Description: The Netlogon service depends on the \<SERVICE NAME\> service which failed to start because of the following error:
117117
> The dependency service or group failed to start.
118118
119-
### Resolution
119+
#### Resolution
120120

121121
Inspect the dependent services to determine which services failed to start. Verify that the services have a correct service startup configuration using the Services MMC snap-in to view and modify the service configuration.
122122

@@ -128,7 +128,7 @@ In the following example, the Workstation service is configured with a **Disable
128128

129129
Setting the **Startup type** to **Automatic** and starting the service restore the Workstation service operation.
130130

131-
## Symptom 2
131+
### Symptom 2
132132

133133
A nonexistent or invalid service is defined for the Netlogon service or a dependent service:
134134

@@ -138,7 +138,7 @@ A nonexistent or invalid service is defined for the Netlogon service or a depend
138138
> Level: Error
139139
> Description: The Netlogon service depends on the following service: \<MISSING OR INVALID SERVICE\>. This service might not be installed.
140140
141-
### Resolution
141+
#### Resolution
142142

143143
An invalid service might be configured in the **DependOnService** registry value of the Netlogon service, or the service referenced in this value might be missing as an installed service. In the following example, the Netlogon service on a member server failed to start because it can't validate a dependent service.
144144

@@ -154,7 +154,7 @@ Remove the offending entry found within the **DependOnService** registry value:
154154

155155
:::image type="content" source="media/troubleshoot-netlogon-service-startup-failures/remove-entry-from-depend-on-service-registry-value.png" alt-text="Screenshot showing how to remove an entry from the DependOnService registry value.":::
156156

157-
## Symptom 3
157+
### Symptom 3
158158

159159
An invalid or missing service Dynamic Linked Library (DLL) specified causes a dependent service not to start:
160160

@@ -169,13 +169,13 @@ When you try to start the Netlogon service by using the Services MMC, the follow
169169

170170
> Windows could not start the Netlogon service on Local Computer. Error 126: The specified module could not be found.
171171
172-
### Resolution
172+
#### Resolution
173173

174174
Each service application must successfully initialize DLLs in order to function. To resolve this issue, perform a system file scan by using the System File Checker (**SFC.exe**) tool, restore the missing DLLs from a backup, or repair or a reinstall the operating system.
175175

176176
For more information, see [Use the System File Checker tool to repair missing or corrupted system files](https://support.microsoft.com/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e).
177177

178-
## Symptom 4
178+
### Symptom 4
179179

180180
An invalid or missing service executable specified causes a dependent service not to start:
181181

@@ -190,21 +190,21 @@ When you try to start the Netlogon service by using Services MMC, the following
190190

191191
> Windows could not start the Netlogon service on Local Computer. Error 2: The system cannot find the file specified.
192192
193-
### Resolution
193+
#### Resolution
194194

195195
When viewing service properties via the Services MMC, validate that the services that failed to start have a valid value configured in the **Path to executable** field. Or, validate that the **ImagePath** value is correct in the registry for the affected services.
196196

197-
## Symptom 5
197+
### Symptom 5
198198

199199
The Netlogon service reports that the service entered the stopped state during system boot. When you try to manually start the service, the following error message is displayed:
200200

201201
> The Netlogon service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
202202
203-
### Resolution
203+
#### Resolution
204204

205205
Validate that the service permissions within the registry are set to the appropriate values. Permissions vary based on the system role, such as, DCs versus workstations or member servers. Ensure that no entries specify a **Deny** permission for **SYSTEM** or **Administrators**. By default, registry permissions are inherited from the parent registry key and the owner is configured as **SYSTEM**.
206206

207-
## Symptom 6
207+
### Symptom 6
208208

209209
The Netlogon is started successfully, but the service status is reported as not started or as paused. For domain members, the status can be set by administrators by running `Net pause netlogon` and `Net continue netlogon`. In services.msc snap-in, the services is displayed as the following screenshot:
210210

@@ -215,7 +215,7 @@ You can also view the status in services.msc on DCs.
215215
> [!NOTE]
216216
> When the Netlogon service is paused, the DC doesn't respond to DC Locator requests (on LDAP port UDP/389). The computer is then not used for NTLM authentication or new Kerberos tickets.
217217
218-
### Resolution
218+
#### Resolution
219219

220220
The Netlogon services on DCs might be paused because of configuration problems. The Netlogon.log contains the following entries about the causes:
221221

0 commit comments

Comments
 (0)