Skip to content

Commit 201cc3e

Browse files
authored
update
1 parent 682a855 commit 201cc3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/windows-client/system-management-components/task-scheduler-service-not-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ The Task Scheduler service runs under the SYSTEM account. By default, the SYSTEM
5353

5454
The security of each log is configured locally through the values in the registry key:
5555

56-
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog`
56+
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog`
5757

5858
If the System event log permissions are customized, the System log security descriptor is configured through:
5959

60-
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\System\CustomSD`
60+
`HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\System\CustomSD`
6161

6262
The security descriptor is specified by using Security Descriptor Definition Language (SDDL) syntax. The SDDL should have the SYSTEM account with Read, Write, and Clear permissions in the following context:
6363

64-
`(A;;0xf0007;;;SY)`
64+
`(A;;0xf0007;;;SY)`
6565

6666
The value of SY (SYSTEM account) is 7, which means Read(1)+Write(2)+Clear(4). If not, change it to 7 for it to have the proper permissions on the System event log. Once the SDDL of the SYSTEM account has been corrected, restart the machine and check if the Task Scheduler service is started.
6767
You can also check the SDDL of the System event log by running the following command:

0 commit comments

Comments
 (0)