65 lines
4.4 KiB
XML
65 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-16"?>
|
||
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
|
||
<RegistrationInfo>
|
||
<Date>2020-09-04T16:46:20.058228</Date>
|
||
<Author>BARS\group</Author>
|
||
<URI>\Update PLSQL trial</URI>
|
||
</RegistrationInfo>
|
||
<Triggers>
|
||
<CalendarTrigger>
|
||
<StartBoundary>2020-09-01T13:00:00</StartBoundary>
|
||
<Enabled>true</Enabled>
|
||
<ScheduleByWeek>
|
||
<DaysOfWeek>
|
||
<Monday />
|
||
</DaysOfWeek>
|
||
<WeeksInterval>1</WeeksInterval>
|
||
</ScheduleByWeek>
|
||
</CalendarTrigger>
|
||
</Triggers>
|
||
<Principals>
|
||
<Principal id="Author">
|
||
<LogonType>InteractiveToken</LogonType>
|
||
<RunLevel>HighestAvailable</RunLevel>
|
||
</Principal>
|
||
</Principals>
|
||
<Settings>
|
||
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
|
||
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
|
||
<StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
|
||
<AllowHardTerminate>true</AllowHardTerminate>
|
||
<StartWhenAvailable>true</StartWhenAvailable>
|
||
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
|
||
<IdleSettings>
|
||
<StopOnIdleEnd>true</StopOnIdleEnd>
|
||
<RestartOnIdle>false</RestartOnIdle>
|
||
</IdleSettings>
|
||
<AllowStartOnDemand>true</AllowStartOnDemand>
|
||
<Enabled>true</Enabled>
|
||
<Hidden>true</Hidden>
|
||
<RunOnlyIfIdle>false</RunOnlyIfIdle>
|
||
<DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
|
||
<UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
|
||
<WakeToRun>false</WakeToRun>
|
||
<ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
|
||
<Priority>7</Priority>
|
||
<RestartOnFailure>
|
||
<Interval>PT5M</Interval>
|
||
<Count>3</Count>
|
||
</RestartOnFailure>
|
||
</Settings>
|
||
<Actions Context="Author">
|
||
<Exec>
|
||
<Command>reg</Command>
|
||
<Arguments>delete "HKCU\Software\Allround Automations" /f</Arguments>
|
||
</Exec>
|
||
<Exec>
|
||
<Command>reg</Command>
|
||
<Arguments>delete "HKCU\Software\Microsoft\Security" /f</Arguments>
|
||
</Exec>
|
||
<Exec>
|
||
<Command>SETX</Command>
|
||
<Arguments>NLS_LANG RUSSIAN_RUSSIA.CL8MSWIN1251</Arguments>
|
||
</Exec>
|
||
</Actions>
|
||
</Task> |