Advertisement
tolikpunkoff

MsCtfMonitor.xml

Dec 2nd, 2021
1,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <Task version="1.3" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  3.   <RegistrationInfo>
  4.     <Source>$(@%systemRoot%\system32\MsCtfMonitor.dll,-1000)</Source>
  5.     <Description>$(@%systemRoot%\system32\MsCtfMonitor.dll,-1001)</Description>
  6.     <URI>Microsoft\Windows\TextServicesFramework\MsCtfMonitor</URI>
  7.     <SecurityDescriptor>D:(A;;FA;;;BA)(A;;FA;;;SY)(A;;FR;;;BU)</SecurityDescriptor>
  8.   </RegistrationInfo>
  9.   <Triggers>
  10.     <LogonTrigger>
  11.       <Enabled>true</Enabled>
  12.     </LogonTrigger>
  13.   </Triggers>
  14.   <Principals>
  15.     <Principal id="AnyUser">
  16.       <RunLevel>LeastPrivilege</RunLevel>
  17.       <GroupId>Пользователи</GroupId>
  18.     </Principal>
  19.   </Principals>
  20.   <Settings>
  21.     <MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
  22.     <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  23.     <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
  24.     <AllowHardTerminate>true</AllowHardTerminate>
  25.     <StartWhenAvailable>false</StartWhenAvailable>
  26.     <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
  27.     <IdleSettings>
  28.       <StopOnIdleEnd>true</StopOnIdleEnd>
  29.       <RestartOnIdle>false</RestartOnIdle>
  30.     </IdleSettings>
  31.     <AllowStartOnDemand>true</AllowStartOnDemand>
  32.     <Enabled>true</Enabled>
  33.     <Hidden>false</Hidden>
  34.     <RunOnlyIfIdle>false</RunOnlyIfIdle>
  35.     <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
  36.     <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
  37.     <WakeToRun>false</WakeToRun>
  38.     <ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
  39.     <Priority>7</Priority>
  40.   </Settings>
  41.   <Actions Context="AnyUser">
  42.     <ComHandler>
  43.       <ClassId>{01575cfe-9a55-4003-a5e1-f38d1ebdcbe1}</ClassId>
  44.     </ComHandler>
  45.   </Actions>
  46. </Task>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement