We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4984af commit dd15110Copy full SHA for dd15110
1 file changed
schtasks/task.go
@@ -55,7 +55,7 @@ func NewTask() Task {
55
},
56
Settings: Settings{
57
Compatibility: TaskCompatibilityAT,
58
- DisallowStartIfOnBatteries: true,
+ DisallowStartIfOnBatteries: false,
59
IdleSettings: IdleSettings{
60
Duration: period.NewHMS(0, 10, 0), // PT10M
61
WaitTimeout: period.NewHMS(1, 0, 0), // PT1H
0 commit comments