Skip to content

Commit 6c1d858

Browse files
authored
Fixed Typo
priority was set to 5
1 parent 0410598 commit 6c1d858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/scheduledtasks/New-ScheduledTaskSettingsSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The first command creates a scheduled task action named Cmd and assig
6868

6969
The second command creates scheduled task settings that sets a higher priority for the scheduled task, and assigns the **ScheduledTaskSettings** object to the $Stset variable.
7070

71-
The third command registers the scheduled task Task01 to run the task action named Cmd and to use the task settings that have a priority setting of 9.
71+
The third command registers the scheduled task Task01 to run the task action named Cmd and to use the task settings that have a priority setting of 5.
7272

7373
This example sets the priority of a scheduled task.
7474

0 commit comments

Comments
 (0)