Advertisement
Guest User

Untitled

a guest
Apr 1st, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-16"?>
  2.  
  3. <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  4.  
  5. <RegistrationInfo>
  6.  
  7. <Date>2012-10-27T16:50:37.519604</Date>
  8.  
  9. <Author>Rainer Meier</Author>
  10.  
  11. </RegistrationInfo>
  12.  
  13. <Triggers>
  14.  
  15. <EventTrigger>
  16.  
  17. <Enabled>true</Enabled>
  18.  
  19. <Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="System"&gt;&lt;Select Path="System"&gt;*[System[Provider[@Name='Microsoft-Windows-Kernel-Boot'] and EventID=27]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription>
  20.  
  21. </EventTrigger>
  22.  
  23. </Triggers>
  24.  
  25. <Principals>
  26.  
  27. <Principal id="Author">
  28.  
  29. <RunLevel>LeastPrivilege</RunLevel>
  30.  
  31. <UserId>S-1-5-18</UserId>
  32.  
  33. </Principal>
  34.  
  35. </Principals>
  36.  
  37. <Settings>
  38.  
  39. <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
  40.  
  41. <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
  42.  
  43. <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
  44.  
  45. <AllowHardTerminate>true</AllowHardTerminate>
  46.  
  47. <StartWhenAvailable>false</StartWhenAvailable>
  48.  
  49. <RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
  50.  
  51. <IdleSettings>
  52.  
  53. <StopOnIdleEnd>true</StopOnIdleEnd>
  54.  
  55. <RestartOnIdle>false</RestartOnIdle>
  56.  
  57. </IdleSettings>
  58.  
  59. <AllowStartOnDemand>true</AllowStartOnDemand>
  60.  
  61. <Enabled>true</Enabled>
  62.  
  63. <Hidden>false</Hidden>
  64.  
  65. <RunOnlyIfIdle>false</RunOnlyIfIdle>
  66.  
  67. <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
  68.  
  69. <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
  70.  
  71. <WakeToRun>false</WakeToRun>
  72.  
  73. <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
  74.  
  75. <Priority>7</Priority>
  76.  
  77. </Settings>
  78.  
  79. <Actions Context="Author">
  80.  
  81. <Exec>
  82.  
  83. <Command>%SystemRoot%\system32\sc.exe</Command>
  84.  
  85. <Arguments>start WpkgService</Arguments>
  86.  
  87. </Exec>
  88.  
  89. </Actions>
  90.  
  91. </Task>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement