Skip to content

Commit 3b07594

Browse files
authored
Merge pull request #110 from kurumigi/master
登録するタスクの優先度を変更 (#109 の修正)
2 parents 873c18c + 02d7299 commit 3b07594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/template/schtasks.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
3434
<WakeToRun>false</WakeToRun>
3535
<ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
36-
<Priority>7</Priority>
36+
<Priority>6</Priority>
3737
</Settings>
3838
<Actions Context="Author">
3939
<Exec>
@@ -42,4 +42,4 @@
4242
<WorkingDirectory>{{WORKING_DIRECTORY}}</WorkingDirectory>
4343
</Exec>
4444
</Actions>
45-
</Task>
45+
</Task>

0 commit comments

Comments
 (0)