Skip to content

Commit 09d25bc

Browse files
authored
update
1 parent 8564231 commit 09d25bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Each error message has different causes and resolutions.
2828

2929
## The Task Scheduler service on Local Computer started and then stopped
3030

31-
This error occurs because the Time Broker service is either stopped or disabled. To resolve the error, enable and then start the service by using one of the following method.
31+
This error occurs because the Time Broker service is either stopped or disabled. To resolve the error, enable and then start the service by using one of the following methods.
3232

3333
> [!NOTE]
3434
> The Time Broker service coordinates the execution of background work for WinRT applications. If this service is stopped or disabled, then background work might not be triggered.
@@ -63,7 +63,7 @@ The security descriptor is specified by using Security Descriptor Definition Lan
6363

6464
`(A;;0xf0007;;;SY)`
6565

66-
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.
66+
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:
6868

6969
```console

0 commit comments

Comments
 (0)