Guest User

schtasks

a guest
Feb 3rd, 2020
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 189.62 KB | None | 0 0
  1. PowerShell schtasks.exe /query /V /FO CSV | ConvertFrom-Csv | Where { $_.TaskName -ne "TaskName" }
  2. ## schedtasks scheduled tasks
  3.  
  4.  
  5. HostName : RE
  6. TaskName : \Check ods
  7. Next Run Time : 1/31/2020 3:43:38 PM
  8. Status : Running
  9. Logon Mode : Interactive/Background
  10. Last Run Time : 1/31/2020 3:38:38 PM
  11. Last Result : -2147020576
  12. Author : RE\Administrator
  13. Task To Run : powershell.exe -exec bypass -file C:\Users\luke\Documents\process_samples.ps1
  14. Start In : N/A
  15. Comment : N/A
  16. Scheduled Task State : Enabled
  17. Idle Time : Disabled
  18. Power Management : Stop On Battery Mode, No Start On Batteries
  19. Run As User : luke
  20. Delete Task If Not Rescheduled : Disabled
  21. Stop Task If Runs X Hours and X Mins : Disabled
  22. Schedule : Scheduling data is not available in this format.
  23. Schedule Type : Daily
  24. Start Time : 10:13:38 AM
  25. Start Date : 3/1/2019
  26. End Date : N/A
  27. Days : Every 1 day(s)
  28. Months : N/A
  29. Repeat: Every : 0 Hour(s), 5 Minute(s)
  30. Repeat: Until: Time : None
  31. Repeat: Until: Duration : 24 Hour(s), 0 Minute(s)
  32. Repeat: Stop If Still Running : Disabled
  33.  
  34. HostName : RE
  35. TaskName : \Check ods
  36. Next Run Time : 1/31/2020 3:43:38 PM
  37. Status : Running
  38. Logon Mode : Interactive/Background
  39. Last Run Time : 1/31/2020 3:38:38 PM
  40. Last Result : -2147020576
  41. Author : RE\Administrator
  42. Task To Run : powershell.exe -exec bypass -file C:\Users\luke\Documents\process_samples.ps1
  43. Start In : N/A
  44. Comment : N/A
  45. Scheduled Task State : Enabled
  46. Idle Time : Disabled
  47. Power Management : Stop On Battery Mode, No Start On Batteries
  48. Run As User : luke
  49. Delete Task If Not Rescheduled : Disabled
  50. Stop Task If Runs X Hours and X Mins : Disabled
  51. Schedule : Scheduling data is not available in this format.
  52. Schedule Type : At system start up
  53. Start Time : N/A
  54. Start Date : N/A
  55. End Date : N/A
  56. Days : N/A
  57. Months : N/A
  58. Repeat: Every : N/A
  59. Repeat: Until: Time : N/A
  60. Repeat: Until: Duration : N/A
  61. Repeat: Stop If Still Running : N/A
  62.  
  63. HostName : RE
  64. TaskName : \User_Feed_Synchronization-{5D0879F8-43C5-4528-AD54-E1F63BFD83BB}
  65. Next Run Time : 1/31/2020 3:46:53 PM
  66. Status : Ready
  67. Logon Mode : Interactive only
  68. Last Run Time : 11/30/1999 12:00:00 AM
  69. Last Result : 267011
  70. Author : RE\luke
  71. Task To Run : C:\Windows\system32\msfeedssync.exe sync
  72. Start In : N/A
  73. Comment : Updates out-of-date system feeds.
  74. Scheduled Task State : Enabled
  75. Idle Time : Disabled
  76. Power Management :
  77. Run As User : luke
  78. Delete Task If Not Rescheduled : Disabled
  79. Stop Task If Runs X Hours and X Mins : 72:00:00
  80. Schedule : Scheduling data is not available in this format.
  81. Schedule Type : Daily
  82. Start Time : 3:46:53 PM
  83. Start Date : 3/15/2019
  84. End Date : 3/15/2029
  85. Days : Every 1 day(s)
  86. Months : N/A
  87. Repeat: Every : Disabled
  88. Repeat: Until: Time : Disabled
  89. Repeat: Until: Duration : Disabled
  90. Repeat: Stop If Still Running : Disabled
  91.  
  92. HostName : RE
  93. TaskName : \Microsoft\Windows\Server Initial Configuration Task
  94. Next Run Time : N/A
  95. Status : Disabled
  96. Logon Mode : Interactive/Background
  97. Last Run Time : 3/13/2019 6:36:16 PM
  98. Last Result : 0
  99. Author : $(@%systemroot%\system32\SrvInitConfig.exe,-100)
  100. Task To Run : %windir%\system32\srvinitconfig.exe /disableconfigtask
  101. Start In : N/A
  102. Comment : $(@%systemroot%\system32\SrvInitConfig.exe,-101)
  103. Scheduled Task State : Disabled
  104. Idle Time : Disabled
  105. Power Management : Stop On Battery Mode, No Start On Batteries
  106. Run As User : SYSTEM
  107. Delete Task If Not Rescheduled : Disabled
  108. Stop Task If Runs X Hours and X Mins : 72:00:00
  109. Schedule : Scheduling data is not available in this format.
  110. Schedule Type : At system start up
  111. Start Time : N/A
  112. Start Date : N/A
  113. End Date : N/A
  114. Days : N/A
  115. Months : N/A
  116. Repeat: Every : N/A
  117. Repeat: Until: Time : N/A
  118. Repeat: Until: Duration : N/A
  119. Repeat: Stop If Still Running : N/A
  120.  
  121. HostName : RE
  122. TaskName : \Microsoft\Windows\.NET Framework\.NET Framework NGEN v4.0.30319
  123. Next Run Time : N/A
  124. Status : Ready
  125. Logon Mode : Interactive/Background
  126. Last Run Time : 1/31/2020 1:27:02 PM
  127. Last Result : 0
  128. Author : N/A
  129. Task To Run : COM handler
  130. Start In : N/A
  131. Comment : N/A
  132. Scheduled Task State : Enabled
  133. Idle Time : Disabled
  134. Power Management : Stop On Battery Mode, No Start On Batteries
  135. Run As User : SYSTEM
  136. Delete Task If Not Rescheduled : Disabled
  137. Stop Task If Runs X Hours and X Mins : 02:00:00
  138. Schedule : Scheduling data is not available in this format.
  139. Schedule Type : On demand only
  140. Start Time : N/A
  141. Start Date : N/A
  142. End Date : N/A
  143. Days : N/A
  144. Months : N/A
  145. Repeat: Every : N/A
  146. Repeat: Until: Time : N/A
  147. Repeat: Until: Duration : N/A
  148. Repeat: Stop If Still Running : N/A
  149.  
  150. HostName : RE
  151. TaskName : \Microsoft\Windows\.NET Framework\.NET Framework NGEN v4.0.30319 64
  152. Next Run Time : N/A
  153. Status : Ready
  154. Logon Mode : Interactive/Background
  155. Last Run Time : 1/31/2020 1:27:02 PM
  156. Last Result : 0
  157. Author : N/A
  158. Task To Run : COM handler
  159. Start In : N/A
  160. Comment : N/A
  161. Scheduled Task State : Enabled
  162. Idle Time : Disabled
  163. Power Management : Stop On Battery Mode, No Start On Batteries
  164. Run As User : SYSTEM
  165. Delete Task If Not Rescheduled : Disabled
  166. Stop Task If Runs X Hours and X Mins : 02:00:00
  167. Schedule : Scheduling data is not available in this format.
  168. Schedule Type : On demand only
  169. Start Time : N/A
  170. Start Date : N/A
  171. End Date : N/A
  172. Days : N/A
  173. Months : N/A
  174. Repeat: Every : N/A
  175. Repeat: Until: Time : N/A
  176. Repeat: Until: Duration : N/A
  177. Repeat: Stop If Still Running : N/A
  178.  
  179. HostName : RE
  180. TaskName : \Microsoft\Windows\.NET Framework\.NET Framework NGEN v4.0.30319 64 Critical
  181. Next Run Time : N/A
  182. Status : Disabled
  183. Logon Mode : Interactive/Background
  184. Last Run Time : 3/13/2019 6:54:48 PM
  185. Last Result : 0
  186. Author : N/A
  187. Task To Run : COM handler
  188. Start In : N/A
  189. Comment : N/A
  190. Scheduled Task State : Disabled
  191. Idle Time : Disabled
  192. Power Management :
  193. Run As User : SYSTEM
  194. Delete Task If Not Rescheduled : Disabled
  195. Stop Task If Runs X Hours and X Mins : 02:00:00
  196. Schedule : Scheduling data is not available in this format.
  197. Schedule Type : At idle time
  198. Start Time : N/A
  199. Start Date : N/A
  200. End Date : N/A
  201. Days : N/A
  202. Months : N/A
  203. Repeat: Every : N/A
  204. Repeat: Until: Time : N/A
  205. Repeat: Until: Duration : N/A
  206. Repeat: Stop If Still Running : N/A
  207.  
  208. HostName : RE
  209. TaskName : \Microsoft\Windows\.NET Framework\.NET Framework NGEN v4.0.30319 Critical
  210. Next Run Time : N/A
  211. Status : Disabled
  212. Logon Mode : Interactive/Background
  213. Last Run Time : 3/13/2019 6:54:48 PM
  214. Last Result : 0
  215. Author : N/A
  216. Task To Run : COM handler
  217. Start In : N/A
  218. Comment : N/A
  219. Scheduled Task State : Disabled
  220. Idle Time : Disabled
  221. Power Management :
  222. Run As User : SYSTEM
  223. Delete Task If Not Rescheduled : Disabled
  224. Stop Task If Runs X Hours and X Mins : 02:00:00
  225. Schedule : Scheduling data is not available in this format.
  226. Schedule Type : At idle time
  227. Start Time : N/A
  228. Start Date : N/A
  229. End Date : N/A
  230. Days : N/A
  231. Months : N/A
  232. Repeat: Every : N/A
  233. Repeat: Until: Time : N/A
  234. Repeat: Until: Duration : N/A
  235. Repeat: Stop If Still Running : N/A
  236.  
  237. HostName : RE
  238. TaskName : \Microsoft\Windows\Active Directory Rights Management Services Client\AD RMS
  239. Rights Policy Template Management (Automated)
  240. Next Run Time : N/A
  241. Status : Disabled
  242. Logon Mode : Interactive/Background
  243. Last Run Time : 11/30/1999 12:00:00 AM
  244. Last Result : 267011
  245. Author : Microsoft Corporation
  246. Task To Run : COM handler
  247. Start In : N/A
  248. Comment : Updates the AD RMS rights policy templates for the user. This job does not
  249. provide a credential prompt if authentication to the template distribution web
  250. service on the server fails. In this case, it fails silently.
  251. Scheduled Task State : Disabled
  252. Idle Time : Disabled
  253. Power Management :
  254. Run As User : Everyone
  255. Delete Task If Not Rescheduled : Disabled
  256. Stop Task If Runs X Hours and X Mins : 01:00:00
  257. Schedule : Scheduling data is not available in this format.
  258. Schedule Type : Daily
  259. Start Time : 3:00:00 AM
  260. Start Date : 11/9/2006
  261. End Date : N/A
  262. Days : Every 1 day(s)
  263. Months : N/A
  264. Repeat: Every : Disabled
  265. Repeat: Until: Time : Disabled
  266. Repeat: Until: Duration : Disabled
  267. Repeat: Stop If Still Running : Disabled
  268.  
  269. HostName : RE
  270. TaskName : \Microsoft\Windows\Active Directory Rights Management Services Client\AD RMS
  271. Rights Policy Template Management (Automated)
  272. Next Run Time : N/A
  273. Status : Disabled
  274. Logon Mode : Interactive/Background
  275. Last Run Time : 11/30/1999 12:00:00 AM
  276. Last Result : 267011
  277. Author : Microsoft Corporation
  278. Task To Run : COM handler
  279. Start In : N/A
  280. Comment : Updates the AD RMS rights policy templates for the user. This job does not
  281. provide a credential prompt if authentication to the template distribution web
  282. service on the server fails. In this case, it fails silently.
  283. Scheduled Task State : Disabled
  284. Idle Time : Disabled
  285. Power Management :
  286. Run As User : Everyone
  287. Delete Task If Not Rescheduled : Disabled
  288. Stop Task If Runs X Hours and X Mins : 01:00:00
  289. Schedule : Scheduling data is not available in this format.
  290. Schedule Type : At logon time
  291. Start Time : N/A
  292. Start Date : N/A
  293. End Date : N/A
  294. Days : N/A
  295. Months : N/A
  296. Repeat: Every : N/A
  297. Repeat: Until: Time : N/A
  298. Repeat: Until: Duration : N/A
  299. Repeat: Stop If Still Running : N/A
  300.  
  301. HostName : RE
  302. TaskName : \Microsoft\Windows\Active Directory Rights Management Services Client\AD RMS
  303. Rights Policy Template Management (Manual)
  304. Next Run Time : N/A
  305. Status : Ready
  306. Logon Mode : Interactive/Background
  307. Last Run Time : 11/30/1999 12:00:00 AM
  308. Last Result : 267011
  309. Author : Microsoft Corporation
  310. Task To Run : COM handler
  311. Start In : N/A
  312. Comment : Updates the AD RMS rights policy templates for the user. This job provides a
  313. credential prompt if authentication to the template distribution web service on
  314. the server fails.
  315. Scheduled Task State : Enabled
  316. Idle Time : Disabled
  317. Power Management : Stop On Battery Mode, No Start On Batteries
  318. Run As User : Everyone
  319. Delete Task If Not Rescheduled : Disabled
  320. Stop Task If Runs X Hours and X Mins : 01:00:00
  321. Schedule : Scheduling data is not available in this format.
  322. Schedule Type : At logon time
  323. Start Time : N/A
  324. Start Date : N/A
  325. End Date : N/A
  326. Days : N/A
  327. Months : N/A
  328. Repeat: Every : N/A
  329. Repeat: Until: Time : N/A
  330. Repeat: Until: Duration : N/A
  331. Repeat: Stop If Still Running : N/A
  332.  
  333. HostName : RE
  334. TaskName : \Microsoft\Windows\AppID\PolicyConverter
  335. Next Run Time : N/A
  336. Status : Disabled
  337. Logon Mode : Interactive/Background
  338. Last Run Time : 11/30/1999 12:00:00 AM
  339. Last Result : 267011
  340. Author : Microsoft Corporation
  341. Task To Run : %windir%\system32\appidpolicyconverter.exe
  342. Start In : N/A
  343. Comment : Converts the software restriction policies policy from XML into binary format.
  344. Scheduled Task State : Disabled
  345. Idle Time : Disabled
  346. Power Management :
  347. Run As User : SYSTEM
  348. Delete Task If Not Rescheduled : Disabled
  349. Stop Task If Runs X Hours and X Mins : 72:00:00
  350. Schedule : Scheduling data is not available in this format.
  351. Schedule Type : On demand only
  352. Start Time : N/A
  353. Start Date : N/A
  354. End Date : N/A
  355. Days : N/A
  356. Months : N/A
  357. Repeat: Every : N/A
  358. Repeat: Until: Time : N/A
  359. Repeat: Until: Duration : N/A
  360. Repeat: Stop If Still Running : N/A
  361.  
  362. HostName : RE
  363. TaskName : \Microsoft\Windows\AppID\VerifiedPublisherCertStoreCheck
  364. Next Run Time : N/A
  365. Status : Disabled
  366. Logon Mode : Interactive/Background
  367. Last Run Time : 11/30/1999 12:00:00 AM
  368. Last Result : 267011
  369. Author : Microsoft Corporation
  370. Task To Run : %windir%\system32\appidcertstorecheck.exe
  371. Start In : N/A
  372. Comment : Inspects the AppID certificate cache for invalid or revoked certificates.
  373. Scheduled Task State : Disabled
  374. Idle Time : Only Start If Idle for 3 minutes, If Not Idle Retry For 1380 minutes Stop the
  375. task if Idle State end
  376. Power Management : Stop On Battery Mode, No Start On Batteries
  377. Run As User : LOCAL SERVICE
  378. Delete Task If Not Rescheduled : Disabled
  379. Stop Task If Runs X Hours and X Mins : 72:00:00
  380. Schedule : Scheduling data is not available in this format.
  381. Schedule Type : At system start up
  382. Start Time : N/A
  383. Start Date : N/A
  384. End Date : N/A
  385. Days : N/A
  386. Months : N/A
  387. Repeat: Every : N/A
  388. Repeat: Until: Time : N/A
  389. Repeat: Until: Duration : N/A
  390. Repeat: Stop If Still Running : N/A
  391.  
  392. HostName : RE
  393. TaskName : \Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser
  394. Next Run Time : 2/1/2020 3:33:11 AM
  395. Status : Ready
  396. Logon Mode : Interactive/Background
  397. Last Run Time : 1/31/2020 1:22:46 PM
  398. Last Result : 0
  399. Author : Microsoft Corporation
  400. Task To Run : %windir%\system32\compattelrunner.exe
  401. Start In : N/A
  402. Comment : Collects program telemetry information if opted-in to the Microsoft Customer
  403. Experience Improvement Program.
  404. Scheduled Task State : Enabled
  405. Idle Time : Disabled
  406. Power Management :
  407. Run As User : SYSTEM
  408. Delete Task If Not Rescheduled : Disabled
  409. Stop Task If Runs X Hours and X Mins : 96:00:00
  410. Schedule : Scheduling data is not available in this format.
  411. Schedule Type : One Time Only, Hourly
  412. Start Time : 3:00:00 AM
  413. Start Date : 9/1/2008
  414. End Date : N/A
  415. Days : N/A
  416. Months : N/A
  417. Repeat: Every : 24 Hour(s), 0 Minute(s)
  418. Repeat: Until: Time : None
  419. Repeat: Until: Duration : Disabled
  420. Repeat: Stop If Still Running : Disabled
  421.  
  422. HostName : RE
  423. TaskName : \Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser
  424. Next Run Time : 2/1/2020 3:05:15 AM
  425. Status : Ready
  426. Logon Mode : Interactive/Background
  427. Last Run Time : 1/31/2020 1:22:46 PM
  428. Last Result : 0
  429. Author : Microsoft Corporation
  430. Task To Run : %windir%\system32\compattelrunner.exe
  431. Start In : N/A
  432. Comment : Collects program telemetry information if opted-in to the Microsoft Customer
  433. Experience Improvement Program.
  434. Scheduled Task State : Enabled
  435. Idle Time : Disabled
  436. Power Management :
  437. Run As User : SYSTEM
  438. Delete Task If Not Rescheduled : Disabled
  439. Stop Task If Runs X Hours and X Mins : 96:00:00
  440. Schedule : Scheduling data is not available in this format.
  441. Schedule Type : Undefined
  442. Start Time : N/A
  443. Start Date : N/A
  444. End Date : N/A
  445. Days : N/A
  446. Months : N/A
  447. Repeat: Every : N/A
  448. Repeat: Until: Time : N/A
  449. Repeat: Until: Duration : N/A
  450. Repeat: Stop If Still Running : N/A
  451.  
  452. HostName : RE
  453. TaskName : \Microsoft\Windows\Application Experience\ProgramDataUpdater
  454. Next Run Time : N/A
  455. Status : Ready
  456. Logon Mode : Interactive/Background
  457. Last Run Time : 1/31/2020 1:27:00 PM
  458. Last Result : 0
  459. Author : Microsoft Corporation
  460. Task To Run : %windir%\system32\compattelrunner.exe -maintenance
  461. Start In : N/A
  462. Comment : Collects program telemetry information if opted-in to the Microsoft Customer
  463. Experience Improvement Program
  464. Scheduled Task State : Enabled
  465. Idle Time : Disabled
  466. Power Management : Stop On Battery Mode, No Start On Batteries
  467. Run As User : SYSTEM
  468. Delete Task If Not Rescheduled : Disabled
  469. Stop Task If Runs X Hours and X Mins : 72:00:00
  470. Schedule : Scheduling data is not available in this format.
  471. Schedule Type : On demand only
  472. Start Time : N/A
  473. Start Date : N/A
  474. End Date : N/A
  475. Days : N/A
  476. Months : N/A
  477. Repeat: Every : N/A
  478. Repeat: Until: Time : N/A
  479. Repeat: Until: Duration : N/A
  480. Repeat: Stop If Still Running : N/A
  481.  
  482. HostName : RE
  483. TaskName : \Microsoft\Windows\Application Experience\StartupAppTask
  484. Next Run Time : N/A
  485. Status : Ready
  486. Logon Mode : Interactive/Background
  487. Last Run Time : 6/18/2019 2:23:41 PM
  488. Last Result : 0
  489. Author : Microsoft Corporation
  490. Task To Run : %windir%\system32\rundll32.exe Startupscan.dll,SusRunTask
  491. Start In : N/A
  492. Comment : Scans startup entries and raises notification to the user if there are too many
  493. startup entries.
  494. Scheduled Task State : Enabled
  495. Idle Time : Disabled
  496. Power Management : Stop On Battery Mode, No Start On Batteries
  497. Run As User : INTERACTIVE
  498. Delete Task If Not Rescheduled : Disabled
  499. Stop Task If Runs X Hours and X Mins : 72:00:00
  500. Schedule : Scheduling data is not available in this format.
  501. Schedule Type : On demand only
  502. Start Time : N/A
  503. Start Date : N/A
  504. End Date : N/A
  505. Days : N/A
  506. Months : N/A
  507. Repeat: Every : N/A
  508. Repeat: Until: Time : N/A
  509. Repeat: Until: Duration : N/A
  510. Repeat: Stop If Still Running : N/A
  511.  
  512. HostName : RE
  513. TaskName : \Microsoft\Windows\ApplicationData\appuriverifierdaily
  514. Next Run Time : N/A
  515. Status : Ready
  516. Logon Mode : Interactive/Background
  517. Last Run Time : 3/26/2019 12:59:40 PM
  518. Last Result : 0
  519. Author : Microsoft Corporation
  520. Task To Run : %windir%\system32\AppHostRegistrationVerifier.exe
  521. Start In : N/A
  522. Comment : Verifies AppUriHandler host registrations.
  523. Scheduled Task State : Enabled
  524. Idle Time : Disabled
  525. Power Management :
  526. Run As User : INTERACTIVE
  527. Delete Task If Not Rescheduled : Disabled
  528. Stop Task If Runs X Hours and X Mins : 00:15:00
  529. Schedule : Scheduling data is not available in this format.
  530. Schedule Type : On demand only
  531. Start Time : N/A
  532. Start Date : N/A
  533. End Date : N/A
  534. Days : N/A
  535. Months : N/A
  536. Repeat: Every : N/A
  537. Repeat: Until: Time : N/A
  538. Repeat: Until: Duration : N/A
  539. Repeat: Stop If Still Running : N/A
  540.  
  541. HostName : RE
  542. TaskName : \Microsoft\Windows\ApplicationData\appuriverifierinstall
  543. Next Run Time : N/A
  544. Status : Ready
  545. Logon Mode : Interactive/Background
  546. Last Run Time : 11/30/1999 12:00:00 AM
  547. Last Result : 267011
  548. Author : Microsoft Corporation
  549. Task To Run : %windir%\system32\AppHostRegistrationVerifier.exe
  550. Start In : N/A
  551. Comment : Verifies AppUriHandler host registrations.
  552. Scheduled Task State : Enabled
  553. Idle Time : Disabled
  554. Power Management :
  555. Run As User : INTERACTIVE
  556. Delete Task If Not Rescheduled : Disabled
  557. Stop Task If Runs X Hours and X Mins : 00:15:00
  558. Schedule : Scheduling data is not available in this format.
  559. Schedule Type : Undefined
  560. Start Time : N/A
  561. Start Date : N/A
  562. End Date : N/A
  563. Days : N/A
  564. Months : N/A
  565. Repeat: Every : N/A
  566. Repeat: Until: Time : N/A
  567. Repeat: Until: Duration : N/A
  568. Repeat: Stop If Still Running : N/A
  569.  
  570. HostName : RE
  571. TaskName : \Microsoft\Windows\ApplicationData\CleanupTemporaryState
  572. Next Run Time : N/A
  573. Status : Ready
  574. Logon Mode : Interactive/Background
  575. Last Run Time : 1/31/2020 1:27:00 PM
  576. Last Result : 0
  577. Author : Microsoft Corporation
  578. Task To Run : %windir%\system32\rundll32.exe
  579. Windows.Storage.ApplicationData.dll,CleanupTemporaryState
  580. Start In : N/A
  581. Comment : Cleans up each package's unused temporary files.
  582. Scheduled Task State : Enabled
  583. Idle Time : Disabled
  584. Power Management : Stop On Battery Mode, No Start On Batteries
  585. Run As User : SYSTEM
  586. Delete Task If Not Rescheduled : Disabled
  587. Stop Task If Runs X Hours and X Mins : 72:00:00
  588. Schedule : Scheduling data is not available in this format.
  589. Schedule Type : On demand only
  590. Start Time : N/A
  591. Start Date : N/A
  592. End Date : N/A
  593. Days : N/A
  594. Months : N/A
  595. Repeat: Every : N/A
  596. Repeat: Until: Time : N/A
  597. Repeat: Until: Duration : N/A
  598. Repeat: Stop If Still Running : N/A
  599.  
  600. HostName : RE
  601. TaskName : \Microsoft\Windows\ApplicationData\DsSvcCleanup
  602. Next Run Time : N/A
  603. Status : Ready
  604. Logon Mode : Interactive/Background
  605. Last Run Time : 1/31/2020 1:27:00 PM
  606. Last Result : 0
  607. Author : Microsoft Corporation
  608. Task To Run : %windir%\system32\dstokenclean.exe
  609. Start In : N/A
  610. Comment : Performs maintenance for the Data Sharing Service.
  611. Scheduled Task State : Enabled
  612. Idle Time : Disabled
  613. Power Management : Stop On Battery Mode, No Start On Batteries
  614. Run As User : SYSTEM
  615. Delete Task If Not Rescheduled : Disabled
  616. Stop Task If Runs X Hours and X Mins : 72:00:00
  617. Schedule : Scheduling data is not available in this format.
  618. Schedule Type : On demand only
  619. Start Time : N/A
  620. Start Date : N/A
  621. End Date : N/A
  622. Days : N/A
  623. Months : N/A
  624. Repeat: Every : N/A
  625. Repeat: Until: Time : N/A
  626. Repeat: Until: Duration : N/A
  627. Repeat: Stop If Still Running : N/A
  628.  
  629. HostName : RE
  630. TaskName : \Microsoft\Windows\AppxDeploymentClient\Pre-staged app cleanup
  631. Next Run Time : N/A
  632. Status : Disabled
  633. Logon Mode : Interactive/Background
  634. Last Run Time : 3/13/2019 7:54:49 PM
  635. Last Result : 0
  636. Author : N/A
  637. Task To Run : %windir%\system32\rundll32.exe
  638. %windir%\system32\AppxDeploymentClient.dll,AppxPreStageCleanupRunTask
  639. Start In : N/A
  640. Comment : N/A
  641. Scheduled Task State : Disabled
  642. Idle Time : Only Start If Idle for 15 minutes, If Not Idle Retry For 15 minutes
  643. Power Management : Stop On Battery Mode, No Start On Batteries
  644. Run As User : SYSTEM
  645. Delete Task If Not Rescheduled : Disabled
  646. Stop Task If Runs X Hours and X Mins : Disabled
  647. Schedule : Scheduling data is not available in this format.
  648. Schedule Type : At logon time
  649. Start Time : N/A
  650. Start Date : N/A
  651. End Date : N/A
  652. Days : N/A
  653. Months : N/A
  654. Repeat: Every : N/A
  655. Repeat: Until: Time : N/A
  656. Repeat: Until: Duration : N/A
  657. Repeat: Stop If Still Running : N/A
  658.  
  659. HostName : RE
  660. TaskName : \Microsoft\Windows\Autochk\Proxy
  661. Next Run Time : N/A
  662. Status : Ready
  663. Logon Mode : Interactive/Background
  664. Last Run Time : 1/31/2020 1:56:59 PM
  665. Last Result : 0
  666. Author : Microsoft Corporation
  667. Task To Run : %windir%\system32\rundll32.exe /d acproxy.dll,PerformAutochkOperations
  668. Start In : N/A
  669. Comment : This task collects and uploads autochk SQM data if opted-in to the Microsoft
  670. Customer Experience Improvement Program.
  671. Scheduled Task State : Enabled
  672. Idle Time : Only Start If Idle for 10 minutes, If Not Idle Retry For 525600 minutes
  673. Power Management :
  674. Run As User : SYSTEM
  675. Delete Task If Not Rescheduled : Disabled
  676. Stop Task If Runs X Hours and X Mins : 72:00:00
  677. Schedule : Scheduling data is not available in this format.
  678. Schedule Type : At system start up
  679. Start Time : N/A
  680. Start Date : N/A
  681. End Date : N/A
  682. Days : N/A
  683. Months : N/A
  684. Repeat: Every : N/A
  685. Repeat: Until: Time : N/A
  686. Repeat: Until: Duration : N/A
  687. Repeat: Stop If Still Running : N/A
  688.  
  689. HostName : RE
  690. TaskName : \Microsoft\Windows\BitLocker\BitLocker Encrypt All Drives
  691. Next Run Time : N/A
  692. Status : Ready
  693. Logon Mode : Interactive/Background
  694. Last Run Time : 11/30/1999 12:00:00 AM
  695. Last Result : 267011
  696. Author : N/A
  697. Task To Run : COM handler
  698. Start In : N/A
  699. Comment : N/A
  700. Scheduled Task State : Enabled
  701. Idle Time : Disabled
  702. Power Management :
  703. Run As User : INTERACTIVE
  704. Delete Task If Not Rescheduled : Disabled
  705. Stop Task If Runs X Hours and X Mins : 72:00:00
  706. Schedule : Scheduling data is not available in this format.
  707. Schedule Type : Undefined
  708. Start Time : N/A
  709. Start Date : N/A
  710. End Date : N/A
  711. Days : N/A
  712. Months : N/A
  713. Repeat: Every : N/A
  714. Repeat: Until: Time : N/A
  715. Repeat: Until: Duration : N/A
  716. Repeat: Stop If Still Running : N/A
  717.  
  718. HostName : RE
  719. TaskName : \Microsoft\Windows\BitLocker\BitLocker MDM policy Refresh
  720. Next Run Time : N/A
  721. Status : Ready
  722. Logon Mode : Interactive/Background
  723. Last Run Time : 11/30/1999 12:00:00 AM
  724. Last Result : 267011
  725. Author : N/A
  726. Task To Run : COM handler
  727. Start In : N/A
  728. Comment : N/A
  729. Scheduled Task State : Enabled
  730. Idle Time : Disabled
  731. Power Management : Stop On Battery Mode
  732. Run As User : INTERACTIVE
  733. Delete Task If Not Rescheduled : Disabled
  734. Stop Task If Runs X Hours and X Mins : 72:00:00
  735. Schedule : Scheduling data is not available in this format.
  736. Schedule Type : Undefined
  737. Start Time : N/A
  738. Start Date : N/A
  739. End Date : N/A
  740. Days : N/A
  741. Months : N/A
  742. Repeat: Every : N/A
  743. Repeat: Until: Time : N/A
  744. Repeat: Until: Duration : N/A
  745. Repeat: Stop If Still Running : N/A
  746.  
  747. HostName : RE
  748. TaskName : \Microsoft\Windows\Bluetooth\UninstallDeviceTask
  749. Next Run Time : N/A
  750. Status : Disabled
  751. Logon Mode : Interactive/Background
  752. Last Run Time : 11/30/1999 12:00:00 AM
  753. Last Result : 267011
  754. Author : Microsoft
  755. Task To Run : BthUdTask.exe $(Arg0)
  756. Start In : N/A
  757. Comment : Uninstalls the PnP device associated with the specified Bluetooth service ID
  758. Scheduled Task State : Disabled
  759. Idle Time : Disabled
  760. Power Management :
  761. Run As User : SYSTEM
  762. Delete Task If Not Rescheduled : Disabled
  763. Stop Task If Runs X Hours and X Mins : 72:00:00
  764. Schedule : Scheduling data is not available in this format.
  765. Schedule Type : On demand only
  766. Start Time : N/A
  767. Start Date : N/A
  768. End Date : N/A
  769. Days : N/A
  770. Months : N/A
  771. Repeat: Every : N/A
  772. Repeat: Until: Time : N/A
  773. Repeat: Until: Duration : N/A
  774. Repeat: Stop If Still Running : N/A
  775.  
  776. HostName : RE
  777. TaskName : \Microsoft\Windows\BrokerInfrastructure\BgTaskRegistrationMaintenanceTask
  778. Next Run Time : N/A
  779. Status : Ready
  780. Logon Mode : Interactive/Background
  781. Last Run Time : 1/31/2020 1:27:00 PM
  782. Last Result : 268435456
  783. Author : Microsoft Corporation
  784. Task To Run : COM handler
  785. Start In : N/A
  786. Comment : Maintains registrations for background tasks for Universal Windows Platform
  787. applications.
  788. Scheduled Task State : Enabled
  789. Idle Time : Only Start If Idle for 0 minutes, If Not Idle Retry For 0 minutes Stop the task
  790. if Idle State end
  791. Power Management : Stop On Battery Mode, No Start On Batteries
  792. Run As User : SYSTEM
  793. Delete Task If Not Rescheduled : Disabled
  794. Stop Task If Runs X Hours and X Mins : 00:05:00
  795. Schedule : Scheduling data is not available in this format.
  796. Schedule Type : On demand only
  797. Start Time : N/A
  798. Start Date : N/A
  799. End Date : N/A
  800. Days : N/A
  801. Months : N/A
  802. Repeat: Every : N/A
  803. Repeat: Until: Time : N/A
  804. Repeat: Until: Duration : N/A
  805. Repeat: Stop If Still Running : N/A
  806.  
  807. HostName : RE
  808. TaskName : \Microsoft\Windows\Chkdsk\ProactiveScan
  809. Next Run Time : N/A
  810. Status : Ready
  811. Logon Mode : Interactive/Background
  812. Last Run Time : 1/31/2020 1:27:00 PM
  813. Last Result : 0
  814. Author : Microsoft Corporation
  815. Task To Run : COM handler
  816. Start In : N/A
  817. Comment : NTFS Volume Health Scan
  818. Scheduled Task State : Enabled
  819. Idle Time : Disabled
  820. Power Management : Stop On Battery Mode, No Start On Batteries
  821. Run As User : SYSTEM
  822. Delete Task If Not Rescheduled : Disabled
  823. Stop Task If Runs X Hours and X Mins : 72:00:00
  824. Schedule : Scheduling data is not available in this format.
  825. Schedule Type : On demand only
  826. Start Time : N/A
  827. Start Date : N/A
  828. End Date : N/A
  829. Days : N/A
  830. Months : N/A
  831. Repeat: Every : N/A
  832. Repeat: Until: Time : N/A
  833. Repeat: Until: Duration : N/A
  834. Repeat: Stop If Still Running : N/A
  835.  
  836. HostName : RE
  837. TaskName : \Microsoft\Windows\Chkdsk\SyspartRepair
  838. Next Run Time : N/A
  839. Status : Ready
  840. Logon Mode : Interactive/Background
  841. Last Run Time : 11/30/1999 12:00:00 AM
  842. Last Result : 267011
  843. Author : N/A
  844. Task To Run : %windir%\system32\bcdboot.exe %windir% /sysrepair
  845. Start In : N/A
  846. Comment : N/A
  847. Scheduled Task State : Enabled
  848. Idle Time : Disabled
  849. Power Management :
  850. Run As User : SYSTEM
  851. Delete Task If Not Rescheduled : Disabled
  852. Stop Task If Runs X Hours and X Mins : 72:00:00
  853. Schedule : Scheduling data is not available in this format.
  854. Schedule Type : Undefined
  855. Start Time : N/A
  856. Start Date : N/A
  857. End Date : N/A
  858. Days : N/A
  859. Months : N/A
  860. Repeat: Every : N/A
  861. Repeat: Until: Time : N/A
  862. Repeat: Until: Duration : N/A
  863. Repeat: Stop If Still Running : N/A
  864.  
  865. HostName : RE
  866. TaskName : \Microsoft\Windows\CloudExperienceHost\CreateObjectTask
  867. Next Run Time : N/A
  868. Status : Ready
  869. Logon Mode : Interactive/Background
  870. Last Run Time : 11/30/1999 12:00:00 AM
  871. Last Result : 267011
  872. Author : N/A
  873. Task To Run : COM handler
  874. Start In : N/A
  875. Comment : N/A
  876. Scheduled Task State : Enabled
  877. Idle Time : Disabled
  878. Power Management :
  879. Run As User : SYSTEM
  880. Delete Task If Not Rescheduled : Disabled
  881. Stop Task If Runs X Hours and X Mins : 01:00:00
  882. Schedule : Scheduling data is not available in this format.
  883. Schedule Type : On demand only
  884. Start Time : N/A
  885. Start Date : N/A
  886. End Date : N/A
  887. Days : N/A
  888. Months : N/A
  889. Repeat: Every : N/A
  890. Repeat: Until: Time : N/A
  891. Repeat: Until: Duration : N/A
  892. Repeat: Stop If Still Running : N/A
  893.  
  894. HostName : RE
  895. TaskName : \Microsoft\Windows\Customer Experience Improvement Program\Consolidator
  896. Next Run Time : 1/31/2020 6:00:00 PM
  897. Status : Ready
  898. Logon Mode : Interactive/Background
  899. Last Run Time : 1/31/2020 1:22:46 PM
  900. Last Result : 0
  901. Author : Microsoft Corporation
  902. Task To Run : %SystemRoot%\System32\wsqmcons.exe
  903. Start In : N/A
  904. Comment : If the user has consented to participate in the Windows Customer Experience
  905. Improvement Program, this job collects and sends usage data to Microsoft.
  906. Scheduled Task State : Enabled
  907. Idle Time : Disabled
  908. Power Management :
  909. Run As User : SYSTEM
  910. Delete Task If Not Rescheduled : Disabled
  911. Stop Task If Runs X Hours and X Mins : 72:00:00
  912. Schedule : Scheduling data is not available in this format.
  913. Schedule Type : One Time Only, Hourly
  914. Start Time : 12:00:00 AM
  915. Start Date : 1/2/2004
  916. End Date : N/A
  917. Days : N/A
  918. Months : N/A
  919. Repeat: Every : 6 Hour(s), 0 Minute(s)
  920. Repeat: Until: Time : None
  921. Repeat: Until: Duration : Disabled
  922. Repeat: Stop If Still Running : Disabled
  923.  
  924. HostName : RE
  925. TaskName : \Microsoft\Windows\Customer Experience Improvement Program\UsbCeip
  926. Next Run Time : N/A
  927. Status : Ready
  928. Logon Mode : Interactive/Background
  929. Last Run Time : 1/31/2020 1:27:00 PM
  930. Last Result : 0
  931. Author : Microsoft Corporation
  932. Task To Run : COM handler
  933. Start In : N/A
  934. Comment : The USB CEIP (Customer Experience Improvement Program) task collects Universal
  935. Serial Bus related statistics and information about your machine and sends it to
  936. the Windows Device Connectivity engineering group at Microsoft. The information
  937. received is
  938. Scheduled Task State : Enabled
  939. Idle Time : Disabled
  940. Power Management : Stop On Battery Mode, No Start On Batteries
  941. Run As User : SYSTEM
  942. Delete Task If Not Rescheduled : Disabled
  943. Stop Task If Runs X Hours and X Mins : 72:00:00
  944. Schedule : Scheduling data is not available in this format.
  945. Schedule Type : On demand only
  946. Start Time : N/A
  947. Start Date : N/A
  948. End Date : N/A
  949. Days : N/A
  950. Months : N/A
  951. Repeat: Every : N/A
  952. Repeat: Until: Time : N/A
  953. Repeat: Until: Duration : N/A
  954. Repeat: Stop If Still Running : N/A
  955.  
  956. HostName : RE
  957. TaskName : \Microsoft\Windows\Data Integrity Scan\Data Integrity Scan
  958. Next Run Time : 2/18/2020 1:14:59 PM
  959. Status : Ready
  960. Logon Mode : Interactive/Background
  961. Last Run Time : 1/31/2020 1:22:46 PM
  962. Last Result : 0
  963. Author : Microsoft Corporation
  964. Task To Run : COM handler
  965. Start In : N/A
  966. Comment : Scans fault-tolerant volumes for latent corruptions
  967. Scheduled Task State : Enabled
  968. Idle Time : Disabled
  969. Power Management : Stop On Battery Mode, No Start On Batteries
  970. Run As User : SYSTEM
  971. Delete Task If Not Rescheduled : Disabled
  972. Stop Task If Runs X Hours and X Mins : Disabled
  973. Schedule : Scheduling data is not available in this format.
  974. Schedule Type : Weekly
  975. Start Time : 11:00:00 PM
  976. Start Date : 1/1/2011
  977. End Date : N/A
  978. Days : SAT
  979. Months : Every 4 week(s)
  980. Repeat: Every : Disabled
  981. Repeat: Until: Time : Disabled
  982. Repeat: Until: Duration : Disabled
  983. Repeat: Stop If Still Running : Disabled
  984.  
  985. HostName : RE
  986. TaskName : \Microsoft\Windows\Data Integrity Scan\Data Integrity Scan
  987. Next Run Time : 2/18/2020 7:52:11 AM
  988. Status : Ready
  989. Logon Mode : Interactive/Background
  990. Last Run Time : 1/31/2020 1:22:46 PM
  991. Last Result : 0
  992. Author : Microsoft Corporation
  993. Task To Run : COM handler
  994. Start In : N/A
  995. Comment : Scans fault-tolerant volumes for latent corruptions
  996. Scheduled Task State : Enabled
  997. Idle Time : Disabled
  998. Power Management : Stop On Battery Mode, No Start On Batteries
  999. Run As User : SYSTEM
  1000. Delete Task If Not Rescheduled : Disabled
  1001. Stop Task If Runs X Hours and X Mins : Disabled
  1002. Schedule : Scheduling data is not available in this format.
  1003. Schedule Type : At system start up
  1004. Start Time : N/A
  1005. Start Date : N/A
  1006. End Date : N/A
  1007. Days : N/A
  1008. Months : N/A
  1009. Repeat: Every : N/A
  1010. Repeat: Until: Time : N/A
  1011. Repeat: Until: Duration : N/A
  1012. Repeat: Stop If Still Running : N/A
  1013.  
  1014. HostName : RE
  1015. TaskName : \Microsoft\Windows\Data Integrity Scan\Data Integrity Scan for Crash Recovery
  1016. Next Run Time : N/A
  1017. Status : Ready
  1018. Logon Mode : Interactive/Background
  1019. Last Run Time : 11/30/1999 12:00:00 AM
  1020. Last Result : 267011
  1021. Author : Microsoft Corporation
  1022. Task To Run : COM handler
  1023. Start In : N/A
  1024. Comment : Scans fault-tolerant volumes for fast crash recovery
  1025. Scheduled Task State : Enabled
  1026. Idle Time : Disabled
  1027. Power Management : Stop On Battery Mode, No Start On Batteries
  1028. Run As User : SYSTEM
  1029. Delete Task If Not Rescheduled : Disabled
  1030. Stop Task If Runs X Hours and X Mins : Disabled
  1031. Schedule : Scheduling data is not available in this format.
  1032. Schedule Type : Undefined
  1033. Start Time : N/A
  1034. Start Date : N/A
  1035. End Date : N/A
  1036. Days : N/A
  1037. Months : N/A
  1038. Repeat: Every : N/A
  1039. Repeat: Until: Time : N/A
  1040. Repeat: Until: Duration : N/A
  1041. Repeat: Stop If Still Running : N/A
  1042.  
  1043. HostName : RE
  1044. TaskName : \Microsoft\Windows\Defrag\ScheduledDefrag
  1045. Next Run Time : N/A
  1046. Status : Ready
  1047. Logon Mode : Interactive/Background
  1048. Last Run Time : 1/31/2020 1:27:00 PM
  1049. Last Result : 0
  1050. Author : Microsoft Corporation
  1051. Task To Run : %windir%\system32\defrag.exe -c -h -k -g -$
  1052. Start In : N/A
  1053. Comment : This task optimizes local storage drives.
  1054. Scheduled Task State : Enabled
  1055. Idle Time : Disabled
  1056. Power Management : Stop On Battery Mode, No Start On Batteries
  1057. Run As User : SYSTEM
  1058. Delete Task If Not Rescheduled : Disabled
  1059. Stop Task If Runs X Hours and X Mins : 72:00:00
  1060. Schedule : Scheduling data is not available in this format.
  1061. Schedule Type : On demand only
  1062. Start Time : N/A
  1063. Start Date : N/A
  1064. End Date : N/A
  1065. Days : N/A
  1066. Months : N/A
  1067. Repeat: Every : N/A
  1068. Repeat: Until: Time : N/A
  1069. Repeat: Until: Duration : N/A
  1070. Repeat: Stop If Still Running : N/A
  1071.  
  1072. HostName : RE
  1073. TaskName : \Microsoft\Windows\Device Information\Device
  1074. Next Run Time : 2/1/2020 3:44:40 AM
  1075. Status : Ready
  1076. Logon Mode : Interactive/Background
  1077. Last Run Time : 1/31/2020 1:22:46 PM
  1078. Last Result : 0
  1079. Author : N/A
  1080. Task To Run : %windir%\system32\devicecensus.exe
  1081. Start In : N/A
  1082. Comment : N/A
  1083. Scheduled Task State : Enabled
  1084. Idle Time : Disabled
  1085. Power Management :
  1086. Run As User : SYSTEM
  1087. Delete Task If Not Rescheduled : Disabled
  1088. Stop Task If Runs X Hours and X Mins : 96:00:00
  1089. Schedule : Scheduling data is not available in this format.
  1090. Schedule Type : One Time Only, Hourly
  1091. Start Time : 3:00:00 AM
  1092. Start Date : 9/1/2008
  1093. End Date : N/A
  1094. Days : N/A
  1095. Months : N/A
  1096. Repeat: Every : 24 Hour(s), 0 Minute(s)
  1097. Repeat: Until: Time : None
  1098. Repeat: Until: Duration : Disabled
  1099. Repeat: Stop If Still Running : Disabled
  1100.  
  1101. HostName : RE
  1102. TaskName : \Microsoft\Windows\Device Information\Device
  1103. Next Run Time : 2/1/2020 4:01:02 AM
  1104. Status : Ready
  1105. Logon Mode : Interactive/Background
  1106. Last Run Time : 1/31/2020 1:22:46 PM
  1107. Last Result : 0
  1108. Author : N/A
  1109. Task To Run : %windir%\system32\devicecensus.exe
  1110. Start In : N/A
  1111. Comment : N/A
  1112. Scheduled Task State : Enabled
  1113. Idle Time : Disabled
  1114. Power Management :
  1115. Run As User : SYSTEM
  1116. Delete Task If Not Rescheduled : Disabled
  1117. Stop Task If Runs X Hours and X Mins : 96:00:00
  1118. Schedule : Scheduling data is not available in this format.
  1119. Schedule Type : Undefined
  1120. Start Time : N/A
  1121. Start Date : N/A
  1122. End Date : N/A
  1123. Days : N/A
  1124. Months : N/A
  1125. Repeat: Every : N/A
  1126. Repeat: Until: Time : N/A
  1127. Repeat: Until: Duration : N/A
  1128. Repeat: Stop If Still Running : N/A
  1129.  
  1130. HostName : RE
  1131. TaskName : \Microsoft\Windows\Diagnosis\Scheduled
  1132. Next Run Time : N/A
  1133. Status : Ready
  1134. Logon Mode : Interactive/Background
  1135. Last Run Time : 6/18/2019 2:23:41 PM
  1136. Last Result : 0
  1137. Author : Microsoft Corporation
  1138. Task To Run : COM handler
  1139. Start In : N/A
  1140. Comment : The Windows Scheduled Maintenance Task performs periodic maintenance of the
  1141. computer system by fixing problems automatically or reporting them through
  1142. Security and Maintenance.
  1143. Scheduled Task State : Enabled
  1144. Idle Time : Disabled
  1145. Power Management : Stop On Battery Mode, No Start On Batteries
  1146. Run As User : INTERACTIVE
  1147. Delete Task If Not Rescheduled : Disabled
  1148. Stop Task If Runs X Hours and X Mins : 72:00:00
  1149. Schedule : Scheduling data is not available in this format.
  1150. Schedule Type : On demand only
  1151. Start Time : N/A
  1152. Start Date : N/A
  1153. End Date : N/A
  1154. Days : N/A
  1155. Months : N/A
  1156. Repeat: Every : N/A
  1157. Repeat: Until: Time : N/A
  1158. Repeat: Until: Duration : N/A
  1159. Repeat: Stop If Still Running : N/A
  1160.  
  1161. HostName : RE
  1162. TaskName : \Microsoft\Windows\DirectX\DXGIAdapterCache
  1163. Next Run Time : N/A
  1164. Status : Ready
  1165. Logon Mode : Interactive/Background
  1166. Last Run Time : 1/31/2020 1:16:47 PM
  1167. Last Result : 0
  1168. Author : N/A
  1169. Task To Run : %windir%\system32\dxgiadaptercache.exe
  1170. Start In : N/A
  1171. Comment : N/A
  1172. Scheduled Task State : Enabled
  1173. Idle Time : Disabled
  1174. Power Management :
  1175. Run As User : SYSTEM
  1176. Delete Task If Not Rescheduled : Disabled
  1177. Stop Task If Runs X Hours and X Mins : 72:00:00
  1178. Schedule : Scheduling data is not available in this format.
  1179. Schedule Type : Undefined
  1180. Start Time : N/A
  1181. Start Date : N/A
  1182. End Date : N/A
  1183. Days : N/A
  1184. Months : N/A
  1185. Repeat: Every : N/A
  1186. Repeat: Until: Time : N/A
  1187. Repeat: Until: Duration : N/A
  1188. Repeat: Stop If Still Running : N/A
  1189.  
  1190. HostName : RE
  1191. TaskName : \Microsoft\Windows\DirectX\DXGIAdapterCache
  1192. Next Run Time : N/A
  1193. Status : Ready
  1194. Logon Mode : Interactive/Background
  1195. Last Run Time : 1/31/2020 1:16:47 PM
  1196. Last Result : 0
  1197. Author : N/A
  1198. Task To Run : %windir%\system32\dxgiadaptercache.exe
  1199. Start In : N/A
  1200. Comment : N/A
  1201. Scheduled Task State : Enabled
  1202. Idle Time : Disabled
  1203. Power Management :
  1204. Run As User : SYSTEM
  1205. Delete Task If Not Rescheduled : Disabled
  1206. Stop Task If Runs X Hours and X Mins : 72:00:00
  1207. Schedule : Scheduling data is not available in this format.
  1208. Schedule Type : Undefined
  1209. Start Time : N/A
  1210. Start Date : N/A
  1211. End Date : N/A
  1212. Days : N/A
  1213. Months : N/A
  1214. Repeat: Every : N/A
  1215. Repeat: Until: Time : N/A
  1216. Repeat: Until: Duration : N/A
  1217. Repeat: Stop If Still Running : N/A
  1218.  
  1219. HostName : RE
  1220. TaskName : \Microsoft\Windows\DiskCleanup\SilentCleanup
  1221. Next Run Time : N/A
  1222. Status : Ready
  1223. Logon Mode : Interactive/Background
  1224. Last Run Time : 6/18/2019 2:23:42 PM
  1225. Last Result : 0
  1226. Author : Microsoft Corporation
  1227. Task To Run : %windir%\system32\cleanmgr.exe /autoclean /d %systemdrive%
  1228. Start In : N/A
  1229. Comment : Maintenance task used by the system to launch a silent auto disk cleanup when
  1230. running low on free disk space.
  1231. Scheduled Task State : Enabled
  1232. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  1233. Idle State end
  1234. Power Management : Stop On Battery Mode, No Start On Batteries
  1235. Run As User : Users
  1236. Delete Task If Not Rescheduled : Disabled
  1237. Stop Task If Runs X Hours and X Mins : 00:15:00
  1238. Schedule : Scheduling data is not available in this format.
  1239. Schedule Type : On demand only
  1240. Start Time : N/A
  1241. Start Date : N/A
  1242. End Date : N/A
  1243. Days : N/A
  1244. Months : N/A
  1245. Repeat: Every : N/A
  1246. Repeat: Until: Time : N/A
  1247. Repeat: Until: Duration : N/A
  1248. Repeat: Stop If Still Running : N/A
  1249.  
  1250. HostName : RE
  1251. TaskName : \Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector
  1252. Next Run Time : N/A
  1253. Status : Ready
  1254. Logon Mode : Interactive/Background
  1255. Last Run Time : 1/31/2020 1:27:00 PM
  1256. Last Result : 0
  1257. Author : Microsoft Corporation
  1258. Task To Run : %windir%\system32\rundll32.exe dfdts.dll,DfdGetDefaultPolicyAndSMART
  1259. Start In : N/A
  1260. Comment : The Windows Disk Diagnostic reports general disk and system information to
  1261. Microsoft for users participating in the Customer Experience Program.
  1262. Scheduled Task State : Enabled
  1263. Idle Time : Disabled
  1264. Power Management : No Start On Batteries
  1265. Run As User : SYSTEM
  1266. Delete Task If Not Rescheduled : Disabled
  1267. Stop Task If Runs X Hours and X Mins : 72:00:00
  1268. Schedule : Scheduling data is not available in this format.
  1269. Schedule Type : On demand only
  1270. Start Time : N/A
  1271. Start Date : N/A
  1272. End Date : N/A
  1273. Days : N/A
  1274. Months : N/A
  1275. Repeat: Every : N/A
  1276. Repeat: Until: Time : N/A
  1277. Repeat: Until: Duration : N/A
  1278. Repeat: Stop If Still Running : N/A
  1279.  
  1280. HostName : RE
  1281. TaskName : \Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticResolver
  1282. Next Run Time : N/A
  1283. Status : Disabled
  1284. Logon Mode : Interactive/Background
  1285. Last Run Time : 11/30/1999 12:00:00 AM
  1286. Last Result : 267011
  1287. Author : Microsoft Corporation
  1288. Task To Run : %windir%\system32\DFDWiz.exe
  1289. Start In : N/A
  1290. Comment : The Microsoft-Windows-DiskDiagnosticResolver warns users about faults reported
  1291. by hard disks that support the Self Monitoring and Reporting Technology
  1292. (S.M.A.R.T.) standard. This task is triggered automatically by the Diagnostic
  1293. Policy Service when a S.
  1294. Scheduled Task State : Disabled
  1295. Idle Time : Disabled
  1296. Power Management :
  1297. Run As User : Users
  1298. Delete Task If Not Rescheduled : Disabled
  1299. Stop Task If Runs X Hours and X Mins : 72:00:00
  1300. Schedule : Scheduling data is not available in this format.
  1301. Schedule Type : At logon time
  1302. Start Time : N/A
  1303. Start Date : N/A
  1304. End Date : N/A
  1305. Days : N/A
  1306. Months : N/A
  1307. Repeat: Every : N/A
  1308. Repeat: Until: Time : N/A
  1309. Repeat: Until: Duration : N/A
  1310. Repeat: Stop If Still Running : N/A
  1311.  
  1312. HostName : RE
  1313. TaskName : \Microsoft\Windows\DiskFootprint\Diagnostics
  1314. Next Run Time : N/A
  1315. Status : Ready
  1316. Logon Mode : Interactive/Background
  1317. Last Run Time : 1/31/2020 1:27:00 PM
  1318. Last Result : 0
  1319. Author : N/A
  1320. Task To Run : %windir%\system32\disksnapshot.exe -z
  1321. Start In : N/A
  1322. Comment : N/A
  1323. Scheduled Task State : Enabled
  1324. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  1325. Idle State end
  1326. Power Management : Stop On Battery Mode, No Start On Batteries
  1327. Run As User : SYSTEM
  1328. Delete Task If Not Rescheduled : Disabled
  1329. Stop Task If Runs X Hours and X Mins : 01:00:00
  1330. Schedule : Scheduling data is not available in this format.
  1331. Schedule Type : On demand only
  1332. Start Time : N/A
  1333. Start Date : N/A
  1334. End Date : N/A
  1335. Days : N/A
  1336. Months : N/A
  1337. Repeat: Every : N/A
  1338. Repeat: Until: Time : N/A
  1339. Repeat: Until: Duration : N/A
  1340. Repeat: Stop If Still Running : N/A
  1341.  
  1342. HostName : RE
  1343. TaskName : \Microsoft\Windows\DiskFootprint\StorageSense
  1344. Next Run Time : N/A
  1345. Status : Ready
  1346. Logon Mode : Interactive/Background
  1347. Last Run Time : 6/18/2019 2:23:42 PM
  1348. Last Result : 0
  1349. Author : N/A
  1350. Task To Run : COM handler
  1351. Start In : N/A
  1352. Comment : N/A
  1353. Scheduled Task State : Enabled
  1354. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  1355. Idle State end
  1356. Power Management : Stop On Battery Mode, No Start On Batteries
  1357. Run As User : Users
  1358. Delete Task If Not Rescheduled : Disabled
  1359. Stop Task If Runs X Hours and X Mins : 01:00:00
  1360. Schedule : Scheduling data is not available in this format.
  1361. Schedule Type : On demand only
  1362. Start Time : N/A
  1363. Start Date : N/A
  1364. End Date : N/A
  1365. Days : N/A
  1366. Months : N/A
  1367. Repeat: Every : N/A
  1368. Repeat: Until: Time : N/A
  1369. Repeat: Until: Duration : N/A
  1370. Repeat: Stop If Still Running : N/A
  1371.  
  1372. HostName : RE
  1373. TaskName : \Microsoft\Windows\EDP\EDP App Launch Task
  1374. Next Run Time : N/A
  1375. Status : Ready
  1376. Logon Mode : Interactive/Background
  1377. Last Run Time : 11/30/1999 12:00:00 AM
  1378. Last Result : 267011
  1379. Author : N/A
  1380. Task To Run : COM handler
  1381. Start In : N/A
  1382. Comment : N/A
  1383. Scheduled Task State : Enabled
  1384. Idle Time : Disabled
  1385. Power Management : Stop On Battery Mode
  1386. Run As User : INTERACTIVE
  1387. Delete Task If Not Rescheduled : Disabled
  1388. Stop Task If Runs X Hours and X Mins : 72:00:00
  1389. Schedule : Scheduling data is not available in this format.
  1390. Schedule Type : Undefined
  1391. Start Time : N/A
  1392. Start Date : N/A
  1393. End Date : N/A
  1394. Days : N/A
  1395. Months : N/A
  1396. Repeat: Every : N/A
  1397. Repeat: Until: Time : N/A
  1398. Repeat: Until: Duration : N/A
  1399. Repeat: Stop If Still Running : N/A
  1400.  
  1401. HostName : RE
  1402. TaskName : \Microsoft\Windows\EDP\EDP Auth Task
  1403. Next Run Time : N/A
  1404. Status : Ready
  1405. Logon Mode : Interactive/Background
  1406. Last Run Time : 11/30/1999 12:00:00 AM
  1407. Last Result : 267011
  1408. Author : N/A
  1409. Task To Run : COM handler
  1410. Start In : N/A
  1411. Comment : N/A
  1412. Scheduled Task State : Enabled
  1413. Idle Time : Disabled
  1414. Power Management : Stop On Battery Mode
  1415. Run As User : INTERACTIVE
  1416. Delete Task If Not Rescheduled : Disabled
  1417. Stop Task If Runs X Hours and X Mins : 72:00:00
  1418. Schedule : Scheduling data is not available in this format.
  1419. Schedule Type : Undefined
  1420. Start Time : N/A
  1421. Start Date : N/A
  1422. End Date : N/A
  1423. Days : N/A
  1424. Months : N/A
  1425. Repeat: Every : N/A
  1426. Repeat: Until: Time : N/A
  1427. Repeat: Until: Duration : N/A
  1428. Repeat: Stop If Still Running : N/A
  1429.  
  1430. HostName : RE
  1431. TaskName : \Microsoft\Windows\EDP\EDP Inaccessible Credentials Task
  1432. Next Run Time : N/A
  1433. Status : Ready
  1434. Logon Mode : Interactive/Background
  1435. Last Run Time : 11/30/1999 12:00:00 AM
  1436. Last Result : 267011
  1437. Author : N/A
  1438. Task To Run : COM handler
  1439. Start In : N/A
  1440. Comment : N/A
  1441. Scheduled Task State : Enabled
  1442. Idle Time : Disabled
  1443. Power Management : Stop On Battery Mode
  1444. Run As User : INTERACTIVE
  1445. Delete Task If Not Rescheduled : Disabled
  1446. Stop Task If Runs X Hours and X Mins : 72:00:00
  1447. Schedule : Scheduling data is not available in this format.
  1448. Schedule Type : Undefined
  1449. Start Time : N/A
  1450. Start Date : N/A
  1451. End Date : N/A
  1452. Days : N/A
  1453. Months : N/A
  1454. Repeat: Every : N/A
  1455. Repeat: Until: Time : N/A
  1456. Repeat: Until: Duration : N/A
  1457. Repeat: Stop If Still Running : N/A
  1458.  
  1459. HostName : RE
  1460. TaskName : \Microsoft\Windows\EDP\StorageCardEncryption Task
  1461. Next Run Time : N/A
  1462. Status : Ready
  1463. Logon Mode : Interactive/Background
  1464. Last Run Time : 11/30/1999 12:00:00 AM
  1465. Last Result : 267011
  1466. Author : N/A
  1467. Task To Run : COM handler
  1468. Start In : N/A
  1469. Comment : N/A
  1470. Scheduled Task State : Enabled
  1471. Idle Time : Disabled
  1472. Power Management :
  1473. Run As User : INTERACTIVE
  1474. Delete Task If Not Rescheduled : Disabled
  1475. Stop Task If Runs X Hours and X Mins : 72:00:00
  1476. Schedule : Scheduling data is not available in this format.
  1477. Schedule Type : Undefined
  1478. Start Time : N/A
  1479. Start Date : N/A
  1480. End Date : N/A
  1481. Days : N/A
  1482. Months : N/A
  1483. Repeat: Every : N/A
  1484. Repeat: Until: Time : N/A
  1485. Repeat: Until: Duration : N/A
  1486. Repeat: Stop If Still Running : N/A
  1487.  
  1488. HostName : RE
  1489. TaskName : \Microsoft\Windows\ExploitGuard\ExploitGuard MDM policy Refresh
  1490. Next Run Time : N/A
  1491. Status : Ready
  1492. Logon Mode : Interactive/Background
  1493. Last Run Time : 1/31/2020 1:16:46 PM
  1494. Last Result : 0
  1495. Author : Microsoft Corporation
  1496. Task To Run : COM handler
  1497. Start In : N/A
  1498. Comment : Task for applying changes to the machine's Exploit Protection settings.
  1499. Scheduled Task State : Enabled
  1500. Idle Time : Disabled
  1501. Power Management :
  1502. Run As User : SYSTEM
  1503. Delete Task If Not Rescheduled : Disabled
  1504. Stop Task If Runs X Hours and X Mins : 72:00:00
  1505. Schedule : Scheduling data is not available in this format.
  1506. Schedule Type : Undefined
  1507. Start Time : N/A
  1508. Start Date : N/A
  1509. End Date : N/A
  1510. Days : N/A
  1511. Months : N/A
  1512. Repeat: Every : N/A
  1513. Repeat: Until: Time : N/A
  1514. Repeat: Until: Duration : N/A
  1515. Repeat: Stop If Still Running : N/A
  1516.  
  1517. HostName : RE
  1518. TaskName : \Microsoft\Windows\ExploitGuard\ExploitGuard MDM policy Refresh
  1519. Next Run Time : N/A
  1520. Status : Ready
  1521. Logon Mode : Interactive/Background
  1522. Last Run Time : 1/31/2020 1:16:46 PM
  1523. Last Result : 0
  1524. Author : Microsoft Corporation
  1525. Task To Run : COM handler
  1526. Start In : N/A
  1527. Comment : Task for applying changes to the machine's Exploit Protection settings.
  1528. Scheduled Task State : Enabled
  1529. Idle Time : Disabled
  1530. Power Management :
  1531. Run As User : SYSTEM
  1532. Delete Task If Not Rescheduled : Disabled
  1533. Stop Task If Runs X Hours and X Mins : 72:00:00
  1534. Schedule : Scheduling data is not available in this format.
  1535. Schedule Type : Undefined
  1536. Start Time : N/A
  1537. Start Date : N/A
  1538. End Date : N/A
  1539. Days : N/A
  1540. Months : N/A
  1541. Repeat: Every : N/A
  1542. Repeat: Until: Time : N/A
  1543. Repeat: Until: Duration : N/A
  1544. Repeat: Stop If Still Running : N/A
  1545.  
  1546. HostName : RE
  1547. TaskName : \Microsoft\Windows\ExploitGuard\ExploitGuard MDM policy Refresh
  1548. Next Run Time : N/A
  1549. Status : Ready
  1550. Logon Mode : Interactive/Background
  1551. Last Run Time : 1/31/2020 1:16:46 PM
  1552. Last Result : 0
  1553. Author : Microsoft Corporation
  1554. Task To Run : COM handler
  1555. Start In : N/A
  1556. Comment : Task for applying changes to the machine's Exploit Protection settings.
  1557. Scheduled Task State : Enabled
  1558. Idle Time : Disabled
  1559. Power Management :
  1560. Run As User : SYSTEM
  1561. Delete Task If Not Rescheduled : Disabled
  1562. Stop Task If Runs X Hours and X Mins : 72:00:00
  1563. Schedule : Scheduling data is not available in this format.
  1564. Schedule Type : At system start up
  1565. Start Time : N/A
  1566. Start Date : N/A
  1567. End Date : N/A
  1568. Days : N/A
  1569. Months : N/A
  1570. Repeat: Every : N/A
  1571. Repeat: Until: Time : N/A
  1572. Repeat: Until: Duration : N/A
  1573. Repeat: Stop If Still Running : N/A
  1574.  
  1575. HostName : RE
  1576. TaskName : \Microsoft\Windows\File Classification Infrastructure\Property Definition Sync
  1577. Next Run Time : N/A
  1578. Status : Disabled
  1579. Logon Mode : Interactive/Background
  1580. Last Run Time : 11/30/1999 12:00:00 AM
  1581. Last Result : 267011
  1582. Author : Microsoft Corporation
  1583. Task To Run : COM handler
  1584. Start In : N/A
  1585. Comment : Synchronizes the File Classification Infrastructure taxonomy on the computer
  1586. with the resource property definitions stored in Active Directory Domain
  1587. Services.
  1588. Scheduled Task State : Disabled
  1589. Idle Time : Only Start If Idle for 1 minutes, If Not Idle Retry For 1 minutes
  1590. Power Management :
  1591. Run As User : SYSTEM
  1592. Delete Task If Not Rescheduled : Disabled
  1593. Stop Task If Runs X Hours and X Mins : 00:05:00
  1594. Schedule : Scheduling data is not available in this format.
  1595. Schedule Type : Daily
  1596. Start Time : 3:00:00 AM
  1597. Start Date : 11/9/2006
  1598. End Date : N/A
  1599. Days : Every 1 day(s)
  1600. Months : N/A
  1601. Repeat: Every : Disabled
  1602. Repeat: Until: Time : Disabled
  1603. Repeat: Until: Duration : Disabled
  1604. Repeat: Stop If Still Running : Disabled
  1605.  
  1606. HostName : RE
  1607. TaskName : \Microsoft\Windows\Flighting\OneSettings\RefreshCache
  1608. Next Run Time : 2/1/2020 12:16:33 AM
  1609. Status : Ready
  1610. Logon Mode : Interactive/Background
  1611. Last Run Time : 1/31/2020 1:22:46 PM
  1612. Last Result : -2147020576
  1613. Author : Microsoft Corporation
  1614. Task To Run : COM handler
  1615. Start In : N/A
  1616. Comment : Task periodically refreshing data for OneSettings clients.
  1617. Scheduled Task State : Enabled
  1618. Idle Time : Disabled
  1619. Power Management :
  1620. Run As User : SYSTEM
  1621. Delete Task If Not Rescheduled : Disabled
  1622. Stop Task If Runs X Hours and X Mins : 00:05:00
  1623. Schedule : Scheduling data is not available in this format.
  1624. Schedule Type : One Time Only, Hourly
  1625. Start Time : 12:00:00 AM
  1626. Start Date : 1/1/2018
  1627. End Date : N/A
  1628. Days : N/A
  1629. Months : N/A
  1630. Repeat: Every : 24 Hour(s), 0 Minute(s)
  1631. Repeat: Until: Time : None
  1632. Repeat: Until: Duration : Disabled
  1633. Repeat: Stop If Still Running : Disabled
  1634.  
  1635. HostName : RE
  1636. TaskName : \Microsoft\Windows\InstallService\ScanForUpdates
  1637. Next Run Time : N/A
  1638. Status : Disabled
  1639. Logon Mode : Interactive/Background
  1640. Last Run Time : 11/30/1999 12:00:00 AM
  1641. Last Result : 267011
  1642. Author : N/A
  1643. Task To Run : COM handler
  1644. Start In : N/A
  1645. Comment : N/A
  1646. Scheduled Task State : Disabled
  1647. Idle Time : Disabled
  1648. Power Management :
  1649. Run As User : SYSTEM
  1650. Delete Task If Not Rescheduled : Disabled
  1651. Stop Task If Runs X Hours and X Mins : 04:00:00
  1652. Schedule : Scheduling data is not available in this format.
  1653. Schedule Type : One Time Only, Hourly
  1654. Start Time : 4:00:00 PM
  1655. Start Date : 12/31/2013
  1656. End Date : N/A
  1657. Days : N/A
  1658. Months : N/A
  1659. Repeat: Every : 24 Hour(s), 0 Minute(s)
  1660. Repeat: Until: Time : None
  1661. Repeat: Until: Duration : Disabled
  1662. Repeat: Stop If Still Running : Disabled
  1663.  
  1664. HostName : RE
  1665. TaskName : \Microsoft\Windows\InstallService\ScanForUpdates
  1666. Next Run Time : N/A
  1667. Status : Disabled
  1668. Logon Mode : Interactive/Background
  1669. Last Run Time : 11/30/1999 12:00:00 AM
  1670. Last Result : 267011
  1671. Author : N/A
  1672. Task To Run : COM handler
  1673. Start In : N/A
  1674. Comment : N/A
  1675. Scheduled Task State : Disabled
  1676. Idle Time : Disabled
  1677. Power Management :
  1678. Run As User : SYSTEM
  1679. Delete Task If Not Rescheduled : Disabled
  1680. Stop Task If Runs X Hours and X Mins : 04:00:00
  1681. Schedule : Scheduling data is not available in this format.
  1682. Schedule Type : Undefined
  1683. Start Time : N/A
  1684. Start Date : N/A
  1685. End Date : N/A
  1686. Days : N/A
  1687. Months : N/A
  1688. Repeat: Every : N/A
  1689. Repeat: Until: Time : N/A
  1690. Repeat: Until: Duration : N/A
  1691. Repeat: Stop If Still Running : N/A
  1692.  
  1693. HostName : RE
  1694. TaskName : \Microsoft\Windows\InstallService\ScanForUpdates
  1695. Next Run Time : N/A
  1696. Status : Disabled
  1697. Logon Mode : Interactive/Background
  1698. Last Run Time : 11/30/1999 12:00:00 AM
  1699. Last Result : 267011
  1700. Author : N/A
  1701. Task To Run : COM handler
  1702. Start In : N/A
  1703. Comment : N/A
  1704. Scheduled Task State : Disabled
  1705. Idle Time : Disabled
  1706. Power Management :
  1707. Run As User : SYSTEM
  1708. Delete Task If Not Rescheduled : Disabled
  1709. Stop Task If Runs X Hours and X Mins : 04:00:00
  1710. Schedule : Scheduling data is not available in this format.
  1711. Schedule Type : One Time Only
  1712. Start Time : 4:00:00 PM
  1713. Start Date : 12/31/2013
  1714. End Date : N/A
  1715. Days : N/A
  1716. Months : N/A
  1717. Repeat: Every : Disabled
  1718. Repeat: Until: Time : Disabled
  1719. Repeat: Until: Duration : Disabled
  1720. Repeat: Stop If Still Running : Disabled
  1721.  
  1722. HostName : RE
  1723. TaskName : \Microsoft\Windows\InstallService\ScanForUpdatesAsUser
  1724. Next Run Time : N/A
  1725. Status : Disabled
  1726. Logon Mode : Interactive/Background
  1727. Last Run Time : 11/30/1999 12:00:00 AM
  1728. Last Result : 267011
  1729. Author : N/A
  1730. Task To Run : COM handler
  1731. Start In : N/A
  1732. Comment : N/A
  1733. Scheduled Task State : Disabled
  1734. Idle Time : Disabled
  1735. Power Management :
  1736. Run As User : INTERACTIVE
  1737. Delete Task If Not Rescheduled : Disabled
  1738. Stop Task If Runs X Hours and X Mins : 04:00:00
  1739. Schedule : Scheduling data is not available in this format.
  1740. Schedule Type : On demand only
  1741. Start Time : N/A
  1742. Start Date : N/A
  1743. End Date : N/A
  1744. Days : N/A
  1745. Months : N/A
  1746. Repeat: Every : N/A
  1747. Repeat: Until: Time : N/A
  1748. Repeat: Until: Duration : N/A
  1749. Repeat: Stop If Still Running : N/A
  1750.  
  1751. HostName : RE
  1752. TaskName : \Microsoft\Windows\InstallService\WakeUpAndContinueUpdates
  1753. Next Run Time : N/A
  1754. Status : Disabled
  1755. Logon Mode : Interactive/Background
  1756. Last Run Time : 11/30/1999 12:00:00 AM
  1757. Last Result : 267011
  1758. Author : N/A
  1759. Task To Run : COM handler
  1760. Start In : N/A
  1761. Comment : N/A
  1762. Scheduled Task State : Disabled
  1763. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  1764. Idle State end
  1765. Power Management : Stop On Battery Mode, No Start On Batteries
  1766. Run As User : SYSTEM
  1767. Delete Task If Not Rescheduled : Disabled
  1768. Stop Task If Runs X Hours and X Mins : 04:00:00
  1769. Schedule : Scheduling data is not available in this format.
  1770. Schedule Type : On demand only
  1771. Start Time : N/A
  1772. Start Date : N/A
  1773. End Date : N/A
  1774. Days : N/A
  1775. Months : N/A
  1776. Repeat: Every : N/A
  1777. Repeat: Until: Time : N/A
  1778. Repeat: Until: Duration : N/A
  1779. Repeat: Stop If Still Running : N/A
  1780.  
  1781. HostName : RE
  1782. TaskName : \Microsoft\Windows\InstallService\WakeUpAndScanForUpdates
  1783. Next Run Time : N/A
  1784. Status : Disabled
  1785. Logon Mode : Interactive/Background
  1786. Last Run Time : 11/30/1999 12:00:00 AM
  1787. Last Result : 267011
  1788. Author : N/A
  1789. Task To Run : COM handler
  1790. Start In : N/A
  1791. Comment : N/A
  1792. Scheduled Task State : Disabled
  1793. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  1794. Idle State end
  1795. Power Management : Stop On Battery Mode, No Start On Batteries
  1796. Run As User : SYSTEM
  1797. Delete Task If Not Rescheduled : Disabled
  1798. Stop Task If Runs X Hours and X Mins : 04:00:00
  1799. Schedule : Scheduling data is not available in this format.
  1800. Schedule Type : One Time Only, Hourly
  1801. Start Time : 4:00:00 PM
  1802. Start Date : 12/31/2013
  1803. End Date : N/A
  1804. Days : N/A
  1805. Months : N/A
  1806. Repeat: Every : 24 Hour(s), 0 Minute(s)
  1807. Repeat: Until: Time : None
  1808. Repeat: Until: Duration : Disabled
  1809. Repeat: Stop If Still Running : Disabled
  1810.  
  1811. HostName : RE
  1812. TaskName : \Microsoft\Windows\Location\Notifications
  1813. Next Run Time : N/A
  1814. Status : Ready
  1815. Logon Mode : Interactive/Background
  1816. Last Run Time : 11/30/1999 12:00:00 AM
  1817. Last Result : 267011
  1818. Author : N/A
  1819. Task To Run : %windir%\System32\LocationNotificationWindows.exe
  1820. Start In : N/A
  1821. Comment : Location Notification
  1822. Scheduled Task State : Enabled
  1823. Idle Time : Disabled
  1824. Power Management :
  1825. Run As User : Authenticated Users
  1826. Delete Task If Not Rescheduled : Disabled
  1827. Stop Task If Runs X Hours and X Mins : Disabled
  1828. Schedule : Scheduling data is not available in this format.
  1829. Schedule Type : Undefined
  1830. Start Time : N/A
  1831. Start Date : N/A
  1832. End Date : N/A
  1833. Days : N/A
  1834. Months : N/A
  1835. Repeat: Every : N/A
  1836. Repeat: Until: Time : N/A
  1837. Repeat: Until: Duration : N/A
  1838. Repeat: Stop If Still Running : N/A
  1839.  
  1840. HostName : RE
  1841. TaskName : \Microsoft\Windows\Location\WindowsActionDialog
  1842. Next Run Time : N/A
  1843. Status : Ready
  1844. Logon Mode : Interactive/Background
  1845. Last Run Time : 11/30/1999 12:00:00 AM
  1846. Last Result : 267011
  1847. Author : N/A
  1848. Task To Run : %windir%\System32\WindowsActionDialog.exe
  1849. Start In : N/A
  1850. Comment : Location Notification
  1851. Scheduled Task State : Enabled
  1852. Idle Time : Disabled
  1853. Power Management :
  1854. Run As User : Authenticated Users
  1855. Delete Task If Not Rescheduled : Disabled
  1856. Stop Task If Runs X Hours and X Mins : Disabled
  1857. Schedule : Scheduling data is not available in this format.
  1858. Schedule Type : Undefined
  1859. Start Time : N/A
  1860. Start Date : N/A
  1861. End Date : N/A
  1862. Days : N/A
  1863. Months : N/A
  1864. Repeat: Every : N/A
  1865. Repeat: Until: Time : N/A
  1866. Repeat: Until: Duration : N/A
  1867. Repeat: Stop If Still Running : N/A
  1868.  
  1869. HostName : RE
  1870. TaskName : \Microsoft\Windows\Maintenance\WinSAT
  1871. Next Run Time : N/A
  1872. Status : Ready
  1873. Logon Mode : Interactive/Background
  1874. Last Run Time : 6/18/2019 2:24:00 PM
  1875. Last Result : 0
  1876. Author : Microsoft
  1877. Task To Run : COM handler
  1878. Start In : N/A
  1879. Comment : Measures a system's performance and capabilities
  1880. Scheduled Task State : Enabled
  1881. Idle Time : Disabled
  1882. Power Management : Stop On Battery Mode, No Start On Batteries
  1883. Run As User : Administrators
  1884. Delete Task If Not Rescheduled : Disabled
  1885. Stop Task If Runs X Hours and X Mins : 00:30:00
  1886. Schedule : Scheduling data is not available in this format.
  1887. Schedule Type : On demand only
  1888. Start Time : N/A
  1889. Start Date : N/A
  1890. End Date : N/A
  1891. Days : N/A
  1892. Months : N/A
  1893. Repeat: Every : N/A
  1894. Repeat: Until: Time : N/A
  1895. Repeat: Until: Duration : N/A
  1896. Repeat: Stop If Still Running : N/A
  1897.  
  1898. HostName : RE
  1899. TaskName : \Microsoft\Windows\Maps\MapsToastTask
  1900. Next Run Time : N/A
  1901. Status : Disabled
  1902. Logon Mode : Interactive/Background
  1903. Last Run Time : 11/30/1999 12:00:00 AM
  1904. Last Result : 267011
  1905. Author : Microsoft Corporation
  1906. Task To Run : COM handler
  1907. Start In : N/A
  1908. Comment : This task shows various Map related toasts
  1909. Scheduled Task State : Disabled
  1910. Idle Time : Disabled
  1911. Power Management :
  1912. Run As User : INTERACTIVE
  1913. Delete Task If Not Rescheduled : Disabled
  1914. Stop Task If Runs X Hours and X Mins : 00:00:05
  1915. Schedule : Scheduling data is not available in this format.
  1916. Schedule Type : On demand only
  1917. Start Time : N/A
  1918. Start Date : N/A
  1919. End Date : N/A
  1920. Days : N/A
  1921. Months : N/A
  1922. Repeat: Every : N/A
  1923. Repeat: Until: Time : N/A
  1924. Repeat: Until: Duration : N/A
  1925. Repeat: Stop If Still Running : N/A
  1926.  
  1927. HostName : RE
  1928. TaskName : \Microsoft\Windows\Maps\MapsUpdateTask
  1929. Next Run Time : N/A
  1930. Status : Disabled
  1931. Logon Mode : Interactive/Background
  1932. Last Run Time : 11/30/1999 12:00:00 AM
  1933. Last Result : 267011
  1934. Author : Microsoft Corporation
  1935. Task To Run : COM handler
  1936. Start In : N/A
  1937. Comment : This task checks for updates to maps which you have downloaded for offline use.
  1938. Disabling this task will prevent Windows from notifying you of updated maps.
  1939. Scheduled Task State : Disabled
  1940. Idle Time : Disabled
  1941. Power Management : Stop On Battery Mode, No Start On Batteries
  1942. Run As User : NETWORK SERVICE
  1943. Delete Task If Not Rescheduled : Disabled
  1944. Stop Task If Runs X Hours and X Mins : 00:00:40
  1945. Schedule : Scheduling data is not available in this format.
  1946. Schedule Type : One Time Only, Hourly
  1947. Start Time : 12:00:00 AM
  1948. Start Date : 10/21/2014
  1949. End Date : N/A
  1950. Days : N/A
  1951. Months : N/A
  1952. Repeat: Every : 24 Hour(s), 0 Minute(s)
  1953. Repeat: Until: Time : None
  1954. Repeat: Until: Duration : Disabled
  1955. Repeat: Stop If Still Running : Disabled
  1956.  
  1957. HostName : RE
  1958. TaskName : \Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents
  1959. Next Run Time : N/A
  1960. Status : Disabled
  1961. Logon Mode : Interactive/Background
  1962. Last Run Time : 11/30/1999 12:00:00 AM
  1963. Last Result : 267011
  1964. Author : Microsoft Corporation
  1965. Task To Run : COM handler
  1966. Start In : N/A
  1967. Comment : Schedules a memory diagnostic in response to system events.
  1968. Scheduled Task State : Disabled
  1969. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  1970. Idle State end
  1971. Power Management : Stop On Battery Mode, No Start On Batteries
  1972. Run As User : Administrators
  1973. Delete Task If Not Rescheduled : Disabled
  1974. Stop Task If Runs X Hours and X Mins : 02:00:00
  1975. Schedule : Scheduling data is not available in this format.
  1976. Schedule Type : When an event occurs
  1977. Start Time : N/A
  1978. Start Date : N/A
  1979. End Date : N/A
  1980. Days : N/A
  1981. Months : N/A
  1982. Repeat: Every : N/A
  1983. Repeat: Until: Time : N/A
  1984. Repeat: Until: Duration : N/A
  1985. Repeat: Stop If Still Running : N/A
  1986.  
  1987. HostName : RE
  1988. TaskName : \Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents
  1989. Next Run Time : N/A
  1990. Status : Disabled
  1991. Logon Mode : Interactive/Background
  1992. Last Run Time : 11/30/1999 12:00:00 AM
  1993. Last Result : 267011
  1994. Author : Microsoft Corporation
  1995. Task To Run : COM handler
  1996. Start In : N/A
  1997. Comment : Schedules a memory diagnostic in response to system events.
  1998. Scheduled Task State : Disabled
  1999. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  2000. Idle State end
  2001. Power Management : Stop On Battery Mode, No Start On Batteries
  2002. Run As User : Administrators
  2003. Delete Task If Not Rescheduled : Disabled
  2004. Stop Task If Runs X Hours and X Mins : 02:00:00
  2005. Schedule : Scheduling data is not available in this format.
  2006. Schedule Type : When an event occurs
  2007. Start Time : N/A
  2008. Start Date : N/A
  2009. End Date : N/A
  2010. Days : N/A
  2011. Months : N/A
  2012. Repeat: Every : N/A
  2013. Repeat: Until: Time : N/A
  2014. Repeat: Until: Duration : N/A
  2015. Repeat: Stop If Still Running : N/A
  2016.  
  2017. HostName : RE
  2018. TaskName : \Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents
  2019. Next Run Time : N/A
  2020. Status : Disabled
  2021. Logon Mode : Interactive/Background
  2022. Last Run Time : 11/30/1999 12:00:00 AM
  2023. Last Result : 267011
  2024. Author : Microsoft Corporation
  2025. Task To Run : COM handler
  2026. Start In : N/A
  2027. Comment : Schedules a memory diagnostic in response to system events.
  2028. Scheduled Task State : Disabled
  2029. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  2030. Idle State end
  2031. Power Management : Stop On Battery Mode, No Start On Batteries
  2032. Run As User : Administrators
  2033. Delete Task If Not Rescheduled : Disabled
  2034. Stop Task If Runs X Hours and X Mins : 02:00:00
  2035. Schedule : Scheduling data is not available in this format.
  2036. Schedule Type : When an event occurs
  2037. Start Time : N/A
  2038. Start Date : N/A
  2039. End Date : N/A
  2040. Days : N/A
  2041. Months : N/A
  2042. Repeat: Every : N/A
  2043. Repeat: Until: Time : N/A
  2044. Repeat: Until: Duration : N/A
  2045. Repeat: Stop If Still Running : N/A
  2046.  
  2047. HostName : RE
  2048. TaskName : \Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents
  2049. Next Run Time : N/A
  2050. Status : Disabled
  2051. Logon Mode : Interactive/Background
  2052. Last Run Time : 11/30/1999 12:00:00 AM
  2053. Last Result : 267011
  2054. Author : Microsoft Corporation
  2055. Task To Run : COM handler
  2056. Start In : N/A
  2057. Comment : Schedules a memory diagnostic in response to system events.
  2058. Scheduled Task State : Disabled
  2059. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  2060. Idle State end
  2061. Power Management : Stop On Battery Mode, No Start On Batteries
  2062. Run As User : Administrators
  2063. Delete Task If Not Rescheduled : Disabled
  2064. Stop Task If Runs X Hours and X Mins : 02:00:00
  2065. Schedule : Scheduling data is not available in this format.
  2066. Schedule Type : When an event occurs
  2067. Start Time : N/A
  2068. Start Date : N/A
  2069. End Date : N/A
  2070. Days : N/A
  2071. Months : N/A
  2072. Repeat: Every : N/A
  2073. Repeat: Until: Time : N/A
  2074. Repeat: Until: Duration : N/A
  2075. Repeat: Stop If Still Running : N/A
  2076.  
  2077. HostName : RE
  2078. TaskName : \Microsoft\Windows\MemoryDiagnostic\RunFullMemoryDiagnostic
  2079. Next Run Time : N/A
  2080. Status : Disabled
  2081. Logon Mode : Interactive/Background
  2082. Last Run Time : 11/30/1999 12:00:00 AM
  2083. Last Result : 267011
  2084. Author : Microsoft Corporation
  2085. Task To Run : COM handler
  2086. Start In : N/A
  2087. Comment : Detects and mitigates problems in physical memory (RAM).
  2088. Scheduled Task State : Disabled
  2089. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  2090. Idle State end
  2091. Power Management : Stop On Battery Mode, No Start On Batteries
  2092. Run As User : Administrators
  2093. Delete Task If Not Rescheduled : Disabled
  2094. Stop Task If Runs X Hours and X Mins : 02:00:00
  2095. Schedule : Scheduling data is not available in this format.
  2096. Schedule Type : On demand only
  2097. Start Time : N/A
  2098. Start Date : N/A
  2099. End Date : N/A
  2100. Days : N/A
  2101. Months : N/A
  2102. Repeat: Every : N/A
  2103. Repeat: Until: Time : N/A
  2104. Repeat: Until: Duration : N/A
  2105. Repeat: Stop If Still Running : N/A
  2106.  
  2107. HostName : RE
  2108. TaskName : \Microsoft\Windows\Mobile Broadband Accounts\MNO Metadata Parser
  2109. Next Run Time : N/A
  2110. Status : Ready
  2111. Logon Mode : Interactive/Background
  2112. Last Run Time : 11/30/1999 12:00:00 AM
  2113. Last Result : 267011
  2114. Author : Microsoft
  2115. Task To Run : %SystemRoot%\System32\MbaeParserTask.exe
  2116. Start In : N/A
  2117. Comment : Mobile Broadband Account Experience Metadata Parser
  2118. Scheduled Task State : Enabled
  2119. Idle Time : Disabled
  2120. Power Management :
  2121. Run As User : SYSTEM
  2122. Delete Task If Not Rescheduled : Disabled
  2123. Stop Task If Runs X Hours and X Mins : 00:03:00
  2124. Schedule : Scheduling data is not available in this format.
  2125. Schedule Type : When an event occurs
  2126. Start Time : N/A
  2127. Start Date : N/A
  2128. End Date : N/A
  2129. Days : N/A
  2130. Months : N/A
  2131. Repeat: Every : N/A
  2132. Repeat: Until: Time : N/A
  2133. Repeat: Until: Duration : N/A
  2134. Repeat: Stop If Still Running : N/A
  2135.  
  2136. HostName : RE
  2137. TaskName : \Microsoft\Windows\MUI\LPRemove
  2138. Next Run Time : N/A
  2139. Status : Ready
  2140. Logon Mode : Interactive/Background
  2141. Last Run Time : 1/31/2020 1:27:00 PM
  2142. Last Result : 0
  2143. Author : Microsoft Corporation
  2144. Task To Run : %windir%\system32\lpremove.exe
  2145. Start In : N/A
  2146. Comment : Launch language cleanup tool
  2147. Scheduled Task State : Enabled
  2148. Idle Time : Disabled
  2149. Power Management : Stop On Battery Mode, No Start On Batteries
  2150. Run As User : SYSTEM
  2151. Delete Task If Not Rescheduled : Disabled
  2152. Stop Task If Runs X Hours and X Mins : 09:00:00
  2153. Schedule : Scheduling data is not available in this format.
  2154. Schedule Type : On demand only
  2155. Start Time : N/A
  2156. Start Date : N/A
  2157. End Date : N/A
  2158. Days : N/A
  2159. Months : N/A
  2160. Repeat: Every : N/A
  2161. Repeat: Until: Time : N/A
  2162. Repeat: Until: Duration : N/A
  2163. Repeat: Stop If Still Running : N/A
  2164.  
  2165. HostName : RE
  2166. TaskName : \Microsoft\Windows\Multimedia\SystemSoundsService
  2167. Next Run Time : N/A
  2168. Status : Disabled
  2169. Logon Mode : Interactive/Background
  2170. Last Run Time : 11/30/1999 12:00:00 AM
  2171. Last Result : 267011
  2172. Author : N/A
  2173. Task To Run : COM handler
  2174. Start In : N/A
  2175. Comment : System Sounds User Mode Agent
  2176. Scheduled Task State : Disabled
  2177. Idle Time : Disabled
  2178. Power Management :
  2179. Run As User : Users
  2180. Delete Task If Not Rescheduled : Disabled
  2181. Stop Task If Runs X Hours and X Mins : Disabled
  2182. Schedule : Scheduling data is not available in this format.
  2183. Schedule Type : At logon time
  2184. Start Time : N/A
  2185. Start Date : N/A
  2186. End Date : N/A
  2187. Days : N/A
  2188. Months : N/A
  2189. Repeat: Every : N/A
  2190. Repeat: Until: Time : N/A
  2191. Repeat: Until: Duration : N/A
  2192. Repeat: Stop If Still Running : N/A
  2193.  
  2194. HostName : RE
  2195. TaskName : \Microsoft\Windows\NetTrace\GatherNetworkInfo
  2196. Next Run Time : N/A
  2197. Status : Ready
  2198. Logon Mode : Interactive/Background
  2199. Last Run Time : 11/30/1999 12:00:00 AM
  2200. Last Result : 267011
  2201. Author : Microsoft
  2202. Task To Run : %windir%\system32\gatherNetworkInfo.vbs
  2203. Start In : $(Arg1)
  2204. Comment : Network information collector
  2205. Scheduled Task State : Enabled
  2206. Idle Time : Disabled
  2207. Power Management : Stop On Battery Mode
  2208. Run As User : Users
  2209. Delete Task If Not Rescheduled : Disabled
  2210. Stop Task If Runs X Hours and X Mins : 72:00:00
  2211. Schedule : Scheduling data is not available in this format.
  2212. Schedule Type : On demand only
  2213. Start Time : N/A
  2214. Start Date : N/A
  2215. End Date : N/A
  2216. Days : N/A
  2217. Months : N/A
  2218. Repeat: Every : N/A
  2219. Repeat: Until: Time : N/A
  2220. Repeat: Until: Duration : N/A
  2221. Repeat: Stop If Still Running : N/A
  2222.  
  2223. HostName : RE
  2224. TaskName : \Microsoft\Windows\Offline Files\Background Synchronization
  2225. Next Run Time : N/A
  2226. Status : Disabled
  2227. Logon Mode : Interactive/Background
  2228. Last Run Time : 11/30/1999 12:00:00 AM
  2229. Last Result : 267011
  2230. Author : Microsoft Corporation
  2231. Task To Run : COM handler
  2232. Start In : N/A
  2233. Comment : This task controls periodic background synchronization of Offline Files when the
  2234. user is working in an offline mode.
  2235. Scheduled Task State : Disabled
  2236. Idle Time : Disabled
  2237. Power Management :
  2238. Run As User : Authenticated Users
  2239. Delete Task If Not Rescheduled : Disabled
  2240. Stop Task If Runs X Hours and X Mins : 24:00:00
  2241. Schedule : Scheduling data is not available in this format.
  2242. Schedule Type : One Time Only, Hourly
  2243. Start Time : 12:00:00 AM
  2244. Start Date : 1/1/2008
  2245. End Date : N/A
  2246. Days : N/A
  2247. Months : N/A
  2248. Repeat: Every : 2 Hour(s), 0 Minute(s)
  2249. Repeat: Until: Time : None
  2250. Repeat: Until: Duration : Disabled
  2251. Repeat: Stop If Still Running : Disabled
  2252.  
  2253. HostName : RE
  2254. TaskName : \Microsoft\Windows\Offline Files\Logon Synchronization
  2255. Next Run Time : N/A
  2256. Status : Disabled
  2257. Logon Mode : Interactive/Background
  2258. Last Run Time : 11/30/1999 12:00:00 AM
  2259. Last Result : 267011
  2260. Author : Microsoft Corporation
  2261. Task To Run : COM handler
  2262. Start In : N/A
  2263. Comment : This task initiates synchronization of Offline Files when a user logs onto the
  2264. system.
  2265. Scheduled Task State : Disabled
  2266. Idle Time : Disabled
  2267. Power Management : Stop On Battery Mode, No Start On Batteries
  2268. Run As User : Authenticated Users
  2269. Delete Task If Not Rescheduled : Disabled
  2270. Stop Task If Runs X Hours and X Mins : 24:00:00
  2271. Schedule : Scheduling data is not available in this format.
  2272. Schedule Type : At logon time
  2273. Start Time : N/A
  2274. Start Date : N/A
  2275. End Date : N/A
  2276. Days : N/A
  2277. Months : N/A
  2278. Repeat: Every : N/A
  2279. Repeat: Until: Time : N/A
  2280. Repeat: Until: Duration : N/A
  2281. Repeat: Stop If Still Running : N/A
  2282.  
  2283. HostName : RE
  2284. TaskName : \Microsoft\Windows\PLA\Server Manager Performance Monitor
  2285. Next Run Time : N/A
  2286. Status : Disabled
  2287. Logon Mode : Interactive/Background
  2288. Last Run Time : 11/30/1999 12:00:00 AM
  2289. Last Result : 267011
  2290. Author : Microsoft Corporation
  2291. Task To Run : %systemroot%\system32\rundll32.exe %systemroot%\system32\pla.dll,PlaHost Server
  2292. Manager Performance Monitor" "$(Arg0)""
  2293. Start In : N/A
  2294. Comment : N/A
  2295. Scheduled Task State : Disabled
  2296. Idle Time : Disabled
  2297. Power Management :
  2298. Run As User : SYSTEM
  2299. Delete Task If Not Rescheduled : Disabled
  2300. Stop Task If Runs X Hours and X Mins : Disabled
  2301. Schedule : Scheduling data is not available in this format.
  2302. Schedule Type : At system start up
  2303. Start Time : N/A
  2304. Start Date : N/A
  2305. End Date : N/A
  2306. Days : N/A
  2307. Months : N/A
  2308. Repeat: Every : N/A
  2309. Repeat: Until: Time : N/A
  2310. Repeat: Until: Duration : N/A
  2311. Repeat: Stop If Still Running : N/A
  2312.  
  2313. HostName : RE
  2314. TaskName : \Microsoft\Windows\Plug and Play\Device Install Group Policy
  2315. Next Run Time : N/A
  2316. Status : Ready
  2317. Logon Mode : Interactive/Background
  2318. Last Run Time : 3/25/2019 7:34:49 PM
  2319. Last Result : 0
  2320. Author : Microsoft Corporation
  2321. Task To Run : COM handler
  2322. Start In : N/A
  2323. Comment : Device Installation Group Policy Change Handler
  2324. Scheduled Task State : Enabled
  2325. Idle Time : Disabled
  2326. Power Management :
  2327. Run As User : SYSTEM
  2328. Delete Task If Not Rescheduled : Disabled
  2329. Stop Task If Runs X Hours and X Mins : 24:00:00
  2330. Schedule : Scheduling data is not available in this format.
  2331. Schedule Type : Undefined
  2332. Start Time : N/A
  2333. Start Date : N/A
  2334. End Date : N/A
  2335. Days : N/A
  2336. Months : N/A
  2337. Repeat: Every : N/A
  2338. Repeat: Until: Time : N/A
  2339. Repeat: Until: Duration : N/A
  2340. Repeat: Stop If Still Running : N/A
  2341.  
  2342. HostName : RE
  2343. TaskName : \Microsoft\Windows\Plug and Play\Device Install Reboot Required
  2344. Next Run Time : N/A
  2345. Status : Ready
  2346. Logon Mode : Interactive/Background
  2347. Last Run Time : 8/23/2019 3:29:11 AM
  2348. Last Result : 0
  2349. Author : Microsoft Corporation
  2350. Task To Run : COM handler
  2351. Start In : N/A
  2352. Comment : Notifies the user that Windows needs to be restarted to finish setting up a
  2353. device.
  2354. Scheduled Task State : Enabled
  2355. Idle Time : Disabled
  2356. Power Management :
  2357. Run As User : INTERACTIVE
  2358. Delete Task If Not Rescheduled : Disabled
  2359. Stop Task If Runs X Hours and X Mins : 72:00:00
  2360. Schedule : Scheduling data is not available in this format.
  2361. Schedule Type : Undefined
  2362. Start Time : N/A
  2363. Start Date : N/A
  2364. End Date : N/A
  2365. Days : N/A
  2366. Months : N/A
  2367. Repeat: Every : N/A
  2368. Repeat: Until: Time : N/A
  2369. Repeat: Until: Duration : N/A
  2370. Repeat: Stop If Still Running : N/A
  2371.  
  2372. HostName : RE
  2373. TaskName : \Microsoft\Windows\Plug and Play\Device Install Reboot Required
  2374. Next Run Time : N/A
  2375. Status : Ready
  2376. Logon Mode : Interactive/Background
  2377. Last Run Time : 8/23/2019 3:29:11 AM
  2378. Last Result : 0
  2379. Author : Microsoft Corporation
  2380. Task To Run : COM handler
  2381. Start In : N/A
  2382. Comment : Notifies the user that Windows needs to be restarted to finish setting up a
  2383. device.
  2384. Scheduled Task State : Enabled
  2385. Idle Time : Disabled
  2386. Power Management :
  2387. Run As User : INTERACTIVE
  2388. Delete Task If Not Rescheduled : Disabled
  2389. Stop Task If Runs X Hours and X Mins : 72:00:00
  2390. Schedule : Scheduling data is not available in this format.
  2391. Schedule Type : At logon time
  2392. Start Time : N/A
  2393. Start Date : N/A
  2394. End Date : N/A
  2395. Days : N/A
  2396. Months : N/A
  2397. Repeat: Every : N/A
  2398. Repeat: Until: Time : N/A
  2399. Repeat: Until: Duration : N/A
  2400. Repeat: Stop If Still Running : N/A
  2401.  
  2402. HostName : RE
  2403. TaskName : \Microsoft\Windows\Plug and Play\Sysprep Generalize Drivers
  2404. Next Run Time : N/A
  2405. Status : Ready
  2406. Logon Mode : Interactive/Background
  2407. Last Run Time : 11/30/1999 12:00:00 AM
  2408. Last Result : 267011
  2409. Author : Microsoft Corporation
  2410. Task To Run : %SystemRoot%\System32\drvinst.exe 6
  2411. Start In : N/A
  2412. Comment : Generalize driver state in order to prepare the system to be bootable on any
  2413. hardware configuration.
  2414. Scheduled Task State : Enabled
  2415. Idle Time : Disabled
  2416. Power Management :
  2417. Run As User : SYSTEM
  2418. Delete Task If Not Rescheduled : Disabled
  2419. Stop Task If Runs X Hours and X Mins : 72:00:00
  2420. Schedule : Scheduling data is not available in this format.
  2421. Schedule Type : On demand only
  2422. Start Time : N/A
  2423. Start Date : N/A
  2424. End Date : N/A
  2425. Days : N/A
  2426. Months : N/A
  2427. Repeat: Every : N/A
  2428. Repeat: Until: Time : N/A
  2429. Repeat: Until: Duration : N/A
  2430. Repeat: Stop If Still Running : N/A
  2431.  
  2432. HostName : RE
  2433. TaskName : \Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem
  2434. Next Run Time : N/A
  2435. Status : Ready
  2436. Logon Mode : Interactive/Background
  2437. Last Run Time : 1/31/2020 1:28:31 PM
  2438. Last Result : 0
  2439. Author : Microsoft Corporation
  2440. Task To Run : COM handler
  2441. Start In : N/A
  2442. Comment : This task analyzes the system looking for conditions that may cause high energy
  2443. use.
  2444. Scheduled Task State : Enabled
  2445. Idle Time : Disabled
  2446. Power Management :
  2447. Run As User : SYSTEM
  2448. Delete Task If Not Rescheduled : Disabled
  2449. Stop Task If Runs X Hours and X Mins : 00:05:00
  2450. Schedule : Scheduling data is not available in this format.
  2451. Schedule Type : On demand only
  2452. Start Time : N/A
  2453. Start Date : N/A
  2454. End Date : N/A
  2455. Days : N/A
  2456. Months : N/A
  2457. Repeat: Every : N/A
  2458. Repeat: Until: Time : N/A
  2459. Repeat: Until: Duration : N/A
  2460. Repeat: Stop If Still Running : N/A
  2461.  
  2462. HostName : RE
  2463. TaskName : \Microsoft\Windows\RecoveryEnvironment\VerifyWinRE
  2464. Next Run Time : N/A
  2465. Status : Disabled
  2466. Logon Mode : Interactive/Background
  2467. Last Run Time : 4/14/2019 3:14:34 PM
  2468. Last Result : 0
  2469. Author : Microsoft Corporation
  2470. Task To Run : COM handler
  2471. Start In : N/A
  2472. Comment : Validates the Windows Recovery Environment.
  2473. Scheduled Task State : Disabled
  2474. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes
  2475. Power Management : No Start On Batteries
  2476. Run As User : Administrators
  2477. Delete Task If Not Rescheduled : Disabled
  2478. Stop Task If Runs X Hours and X Mins : 01:00:00
  2479. Schedule : Scheduling data is not available in this format.
  2480. Schedule Type : On demand only
  2481. Start Time : N/A
  2482. Start Date : N/A
  2483. End Date : N/A
  2484. Days : N/A
  2485. Months : N/A
  2486. Repeat: Every : N/A
  2487. Repeat: Until: Time : N/A
  2488. Repeat: Until: Duration : N/A
  2489. Repeat: Stop If Still Running : N/A
  2490.  
  2491. HostName : RE
  2492. TaskName : \Microsoft\Windows\Server Manager\CleanupOldPerfLogs
  2493. Next Run Time : N/A
  2494. Status : Ready
  2495. Logon Mode : Interactive/Background
  2496. Last Run Time : 11/30/1999 12:00:00 AM
  2497. Last Result : 267011
  2498. Author : Microsoft Corporation
  2499. Task To Run : %systemroot%\system32\cscript.exe /B /nologo
  2500. %systemroot%\system32\calluxxprovider.vbs $(Arg0) $(Arg1) $(Arg2)
  2501. Start In : N/A
  2502. Comment : N/A
  2503. Scheduled Task State : Enabled
  2504. Idle Time : Disabled
  2505. Power Management : Stop On Battery Mode, No Start On Batteries
  2506. Run As User : SYSTEM
  2507. Delete Task If Not Rescheduled : Disabled
  2508. Stop Task If Runs X Hours and X Mins : 00:02:00
  2509. Schedule : Scheduling data is not available in this format.
  2510. Schedule Type : On demand only
  2511. Start Time : N/A
  2512. Start Date : N/A
  2513. End Date : N/A
  2514. Days : N/A
  2515. Months : N/A
  2516. Repeat: Every : N/A
  2517. Repeat: Until: Time : N/A
  2518. Repeat: Until: Duration : N/A
  2519. Repeat: Stop If Still Running : N/A
  2520.  
  2521. HostName : RE
  2522. TaskName : \Microsoft\Windows\Server Manager\ServerManager
  2523. Next Run Time : N/A
  2524. Status : Ready
  2525. Logon Mode : Interactive/Background
  2526. Last Run Time : 8/23/2019 3:29:10 AM
  2527. Last Result : 0
  2528. Author : Microsoft Corporation
  2529. Task To Run : %windir%\system32\ServerManagerLauncher.exe
  2530. Start In : N/A
  2531. Comment : Task for launching Initial Configuration Tasks or Server Manager at logon.
  2532. Scheduled Task State : Enabled
  2533. Idle Time : Disabled
  2534. Power Management : Stop On Battery Mode
  2535. Run As User : Administrators
  2536. Delete Task If Not Rescheduled : Disabled
  2537. Stop Task If Runs X Hours and X Mins : Disabled
  2538. Schedule : Scheduling data is not available in this format.
  2539. Schedule Type : At logon time
  2540. Start Time : N/A
  2541. Start Date : N/A
  2542. End Date : N/A
  2543. Days : N/A
  2544. Months : N/A
  2545. Repeat: Every : N/A
  2546. Repeat: Until: Time : N/A
  2547. Repeat: Until: Duration : N/A
  2548. Repeat: Stop If Still Running : N/A
  2549.  
  2550. HostName : RE
  2551. TaskName : \Microsoft\Windows\Servicing\StartComponentCleanup
  2552. Next Run Time : N/A
  2553. Status : Ready
  2554. Logon Mode : Interactive/Background
  2555. Last Run Time : 1/31/2020 1:27:00 PM
  2556. Last Result : 0
  2557. Author : N/A
  2558. Task To Run : COM handler
  2559. Start In : N/A
  2560. Comment : N/A
  2561. Scheduled Task State : Enabled
  2562. Idle Time : Disabled
  2563. Power Management : Stop On Battery Mode, No Start On Batteries
  2564. Run As User : SYSTEM
  2565. Delete Task If Not Rescheduled : Disabled
  2566. Stop Task If Runs X Hours and X Mins : 01:00:00
  2567. Schedule : Scheduling data is not available in this format.
  2568. Schedule Type : On demand only
  2569. Start Time : N/A
  2570. Start Date : N/A
  2571. End Date : N/A
  2572. Days : N/A
  2573. Months : N/A
  2574. Repeat: Every : N/A
  2575. Repeat: Until: Time : N/A
  2576. Repeat: Until: Duration : N/A
  2577. Repeat: Stop If Still Running : N/A
  2578.  
  2579. HostName : RE
  2580. TaskName : \Microsoft\Windows\SharedPC\Account Cleanup
  2581. Next Run Time : N/A
  2582. Status : Disabled
  2583. Logon Mode : Interactive/Background
  2584. Last Run Time : 11/30/1999 12:00:00 AM
  2585. Last Result : 267011
  2586. Author : N/A
  2587. Task To Run : %windir%\System32\rundll32.exe
  2588. %windir%\System32\Windows.SharedPC.AccountManager.dll,StartMaintenance
  2589. Start In : N/A
  2590. Comment : N/A
  2591. Scheduled Task State : Disabled
  2592. Idle Time : Only Start If Idle for minutes, If Not Idle Retry For minutes Stop the task if
  2593. Idle State end
  2594. Power Management : Stop On Battery Mode, No Start On Batteries
  2595. Run As User : SYSTEM
  2596. Delete Task If Not Rescheduled : Disabled
  2597. Stop Task If Runs X Hours and X Mins : 00:30:00
  2598. Schedule : Scheduling data is not available in this format.
  2599. Schedule Type : On demand only
  2600. Start Time : N/A
  2601. Start Date : N/A
  2602. End Date : N/A
  2603. Days : N/A
  2604. Months : N/A
  2605. Repeat: Every : N/A
  2606. Repeat: Until: Time : N/A
  2607. Repeat: Until: Duration : N/A
  2608. Repeat: Stop If Still Running : N/A
  2609.  
  2610. HostName : RE
  2611. TaskName : \Microsoft\Windows\Shell\CreateObjectTask
  2612. Next Run Time : N/A
  2613. Status : Ready
  2614. Logon Mode : Interactive/Background
  2615. Last Run Time : 8/23/2019 3:30:54 AM
  2616. Last Result : 0
  2617. Author : Microsoft Corporation
  2618. Task To Run : COM handler
  2619. Start In : N/A
  2620. Comment : Provides support for shell components that access system data
  2621. Scheduled Task State : Enabled
  2622. Idle Time : Disabled
  2623. Power Management :
  2624. Run As User : SYSTEM
  2625. Delete Task If Not Rescheduled : Disabled
  2626. Stop Task If Runs X Hours and X Mins : 00:00:30
  2627. Schedule : Scheduling data is not available in this format.
  2628. Schedule Type : On demand only
  2629. Start Time : N/A
  2630. Start Date : N/A
  2631. End Date : N/A
  2632. Days : N/A
  2633. Months : N/A
  2634. Repeat: Every : N/A
  2635. Repeat: Until: Time : N/A
  2636. Repeat: Until: Duration : N/A
  2637. Repeat: Stop If Still Running : N/A
  2638.  
  2639. HostName : RE
  2640. TaskName : \Microsoft\Windows\Shell\IndexerAutomaticMaintenance
  2641. Next Run Time : N/A
  2642. Status : Ready
  2643. Logon Mode : Interactive/Background
  2644. Last Run Time : 1/31/2020 1:27:00 PM
  2645. Last Result : 1
  2646. Author : Microsoft Corporation
  2647. Task To Run : COM handler
  2648. Start In : N/A
  2649. Comment : Keeps the search index up to date
  2650. Scheduled Task State : Enabled
  2651. Idle Time : Disabled
  2652. Power Management : Stop On Battery Mode, No Start On Batteries
  2653. Run As User : LOCAL SERVICE
  2654. Delete Task If Not Rescheduled : Disabled
  2655. Stop Task If Runs X Hours and X Mins : 72:00:00
  2656. Schedule : Scheduling data is not available in this format.
  2657. Schedule Type : On demand only
  2658. Start Time : N/A
  2659. Start Date : N/A
  2660. End Date : N/A
  2661. Days : N/A
  2662. Months : N/A
  2663. Repeat: Every : N/A
  2664. Repeat: Until: Time : N/A
  2665. Repeat: Until: Duration : N/A
  2666. Repeat: Stop If Still Running : N/A
  2667.  
  2668. HostName : RE
  2669. TaskName : \Microsoft\Windows\Software Inventory Logging\Collection
  2670. Next Run Time : N/A
  2671. Status : Disabled
  2672. Logon Mode : Interactive/Background
  2673. Last Run Time : 11/30/1999 12:00:00 AM
  2674. Last Result : 267011
  2675. Author : N/A
  2676. Task To Run : %systemroot%\system32\cmd.exe /d /c %systemroot%\system32\silcollector.cmd
  2677. publish
  2678. Start In : N/A
  2679. Comment : N/A
  2680. Scheduled Task State : Disabled
  2681. Idle Time : Disabled
  2682. Power Management : Stop On Battery Mode, No Start On Batteries
  2683. Run As User : SYSTEM
  2684. Delete Task If Not Rescheduled : Disabled
  2685. Stop Task If Runs X Hours and X Mins : 00:10:00
  2686. Schedule : Scheduling data is not available in this format.
  2687. Schedule Type : One Time Only, Hourly
  2688. Start Time : 3:00:00 AM
  2689. Start Date : 1/1/2000
  2690. End Date : N/A
  2691. Days : N/A
  2692. Months : N/A
  2693. Repeat: Every : 1 Hour(s), 0 Minute(s)
  2694. Repeat: Until: Time : None
  2695. Repeat: Until: Duration : Disabled
  2696. Repeat: Stop If Still Running : Disabled
  2697.  
  2698. HostName : RE
  2699. TaskName : \Microsoft\Windows\Software Inventory Logging\Configuration
  2700. Next Run Time : N/A
  2701. Status : Ready
  2702. Logon Mode : Interactive/Background
  2703. Last Run Time : 1/31/2020 1:17:47 PM
  2704. Last Result : 0
  2705. Author : N/A
  2706. Task To Run : %systemroot%\system32\cmd.exe /d /c %systemroot%\system32\silcollector.cmd
  2707. configure
  2708. Start In : N/A
  2709. Comment : N/A
  2710. Scheduled Task State : Enabled
  2711. Idle Time : Disabled
  2712. Power Management : Stop On Battery Mode, No Start On Batteries
  2713. Run As User : SYSTEM
  2714. Delete Task If Not Rescheduled : Disabled
  2715. Stop Task If Runs X Hours and X Mins : 00:02:00
  2716. Schedule : Scheduling data is not available in this format.
  2717. Schedule Type : At system start up
  2718. Start Time : N/A
  2719. Start Date : N/A
  2720. End Date : N/A
  2721. Days : N/A
  2722. Months : N/A
  2723. Repeat: Every : N/A
  2724. Repeat: Until: Time : N/A
  2725. Repeat: Until: Duration : N/A
  2726. Repeat: Stop If Still Running : N/A
  2727.  
  2728. HostName : RE
  2729. TaskName : \Microsoft\Windows\SpacePort\SpaceAgentTask
  2730. Next Run Time : N/A
  2731. Status : Ready
  2732. Logon Mode : Interactive/Background
  2733. Last Run Time : 11/30/1999 12:00:00 AM
  2734. Last Result : 267011
  2735. Author : Microsoft Corporation
  2736. Task To Run : %windir%\system32\SpaceAgent.exe
  2737. Start In : N/A
  2738. Comment : Storage Spaces Settings
  2739. Scheduled Task State : Enabled
  2740. Idle Time : Disabled
  2741. Power Management :
  2742. Run As User : SYSTEM
  2743. Delete Task If Not Rescheduled : Disabled
  2744. Stop Task If Runs X Hours and X Mins : 06:00:00
  2745. Schedule : Scheduling data is not available in this format.
  2746. Schedule Type : At system start up
  2747. Start Time : N/A
  2748. Start Date : N/A
  2749. End Date : N/A
  2750. Days : N/A
  2751. Months : N/A
  2752. Repeat: Every : N/A
  2753. Repeat: Until: Time : N/A
  2754. Repeat: Until: Duration : N/A
  2755. Repeat: Stop If Still Running : N/A
  2756.  
  2757. HostName : RE
  2758. TaskName : \Microsoft\Windows\SpacePort\SpaceAgentTask
  2759. Next Run Time : N/A
  2760. Status : Ready
  2761. Logon Mode : Interactive/Background
  2762. Last Run Time : 11/30/1999 12:00:00 AM
  2763. Last Result : 267011
  2764. Author : Microsoft Corporation
  2765. Task To Run : %windir%\system32\SpaceAgent.exe
  2766. Start In : N/A
  2767. Comment : Storage Spaces Settings
  2768. Scheduled Task State : Enabled
  2769. Idle Time : Disabled
  2770. Power Management :
  2771. Run As User : SYSTEM
  2772. Delete Task If Not Rescheduled : Disabled
  2773. Stop Task If Runs X Hours and X Mins : 06:00:00
  2774. Schedule : Scheduling data is not available in this format.
  2775. Schedule Type : Undefined
  2776. Start Time : N/A
  2777. Start Date : N/A
  2778. End Date : N/A
  2779. Days : N/A
  2780. Months : N/A
  2781. Repeat: Every : N/A
  2782. Repeat: Until: Time : N/A
  2783. Repeat: Until: Duration : N/A
  2784. Repeat: Stop If Still Running : N/A
  2785.  
  2786. HostName : RE
  2787. TaskName : \Microsoft\Windows\SpacePort\SpaceManagerTask
  2788. Next Run Time : N/A
  2789. Status : Ready
  2790. Logon Mode : Interactive/Background
  2791. Last Run Time : 11/30/1999 12:00:00 AM
  2792. Last Result : 267011
  2793. Author : $(@%SystemRoot%\system32\spaceman.exe,-2)
  2794. Task To Run : %windir%\system32\spaceman.exe /Work
  2795. Start In : N/A
  2796. Comment : $(@%SystemRoot%\system32\spaceman.exe,-3)
  2797. Scheduled Task State : Enabled
  2798. Idle Time : Disabled
  2799. Power Management :
  2800. Run As User : SYSTEM
  2801. Delete Task If Not Rescheduled : Disabled
  2802. Stop Task If Runs X Hours and X Mins : Disabled
  2803. Schedule : Scheduling data is not available in this format.
  2804. Schedule Type : At system start up
  2805. Start Time : N/A
  2806. Start Date : N/A
  2807. End Date : N/A
  2808. Days : N/A
  2809. Months : N/A
  2810. Repeat: Every : N/A
  2811. Repeat: Until: Time : N/A
  2812. Repeat: Until: Duration : N/A
  2813. Repeat: Stop If Still Running : N/A
  2814.  
  2815. HostName : RE
  2816. TaskName : \Microsoft\Windows\SpacePort\SpaceManagerTask
  2817. Next Run Time : N/A
  2818. Status : Ready
  2819. Logon Mode : Interactive/Background
  2820. Last Run Time : 11/30/1999 12:00:00 AM
  2821. Last Result : 267011
  2822. Author : $(@%SystemRoot%\system32\spaceman.exe,-2)
  2823. Task To Run : %windir%\system32\spaceman.exe /Work
  2824. Start In : N/A
  2825. Comment : $(@%SystemRoot%\system32\spaceman.exe,-3)
  2826. Scheduled Task State : Enabled
  2827. Idle Time : Disabled
  2828. Power Management :
  2829. Run As User : SYSTEM
  2830. Delete Task If Not Rescheduled : Disabled
  2831. Stop Task If Runs X Hours and X Mins : Disabled
  2832. Schedule : Scheduling data is not available in this format.
  2833. Schedule Type : Undefined
  2834. Start Time : N/A
  2835. Start Date : N/A
  2836. End Date : N/A
  2837. Days : N/A
  2838. Months : N/A
  2839. Repeat: Every : N/A
  2840. Repeat: Until: Time : N/A
  2841. Repeat: Until: Duration : N/A
  2842. Repeat: Stop If Still Running : N/A
  2843.  
  2844. HostName : RE
  2845. TaskName : \Microsoft\Windows\Speech\HeadsetButtonPress
  2846. Next Run Time : N/A
  2847. Status : Ready
  2848. Logon Mode : Interactive/Background
  2849. Last Run Time : 11/30/1999 12:00:00 AM
  2850. Last Result : 267011
  2851. Author : N/A
  2852. Task To Run : %windir%\system32\speech_onecore\common\SpeechRuntime.exe StartedFromTask
  2853. Start In : N/A
  2854. Comment : N/A
  2855. Scheduled Task State : Enabled
  2856. Idle Time : Disabled
  2857. Power Management :
  2858. Run As User : INTERACTIVE
  2859. Delete Task If Not Rescheduled : Disabled
  2860. Stop Task If Runs X Hours and X Mins : 72:00:00
  2861. Schedule : Scheduling data is not available in this format.
  2862. Schedule Type : Undefined
  2863. Start Time : N/A
  2864. Start Date : N/A
  2865. End Date : N/A
  2866. Days : N/A
  2867. Months : N/A
  2868. Repeat: Every : N/A
  2869. Repeat: Until: Time : N/A
  2870. Repeat: Until: Duration : N/A
  2871. Repeat: Stop If Still Running : N/A
  2872.  
  2873. HostName : RE
  2874. TaskName : \Microsoft\Windows\Storage Tiers Management\Storage Tiers Management
  2875. Initialization
  2876. Next Run Time : N/A
  2877. Status : Ready
  2878. Logon Mode : Interactive/Background
  2879. Last Run Time : 11/30/1999 12:00:00 AM
  2880. Last Result : 267011
  2881. Author : Microsoft Corporation
  2882. Task To Run : COM handler
  2883. Start In : N/A
  2884. Comment : Initializes the Storage Tiers Management service when the first tiered storage
  2885. space is detected on the system. Do not remove or modify this task.
  2886. Scheduled Task State : Enabled
  2887. Idle Time : Disabled
  2888. Power Management : Stop On Battery Mode, No Start On Batteries
  2889. Run As User : SYSTEM
  2890. Delete Task If Not Rescheduled : Disabled
  2891. Stop Task If Runs X Hours and X Mins : Disabled
  2892. Schedule : Scheduling data is not available in this format.
  2893. Schedule Type : Undefined
  2894. Start Time : N/A
  2895. Start Date : N/A
  2896. End Date : N/A
  2897. Days : N/A
  2898. Months : N/A
  2899. Repeat: Every : N/A
  2900. Repeat: Until: Time : N/A
  2901. Repeat: Until: Duration : N/A
  2902. Repeat: Stop If Still Running : N/A
  2903.  
  2904. HostName : RE
  2905. TaskName : \Microsoft\Windows\Storage Tiers Management\Storage Tiers Optimization
  2906. Next Run Time : N/A
  2907. Status : Disabled
  2908. Logon Mode : Interactive/Background
  2909. Last Run Time : 11/30/1999 12:00:00 AM
  2910. Last Result : 267011
  2911. Author : Microsoft Corporation
  2912. Task To Run : %windir%\system32\defrag.exe -c -h -g -# -m 8 -i 13500
  2913. Start In : N/A
  2914. Comment : Optimizes the placement of data in storage tiers on all tiered storage spaces in
  2915. the system.
  2916. Scheduled Task State : Disabled
  2917. Idle Time : Disabled
  2918. Power Management : Stop On Battery Mode, No Start On Batteries
  2919. Run As User : SYSTEM
  2920. Delete Task If Not Rescheduled : Disabled
  2921. Stop Task If Runs X Hours and X Mins : 72:00:00
  2922. Schedule : Scheduling data is not available in this format.
  2923. Schedule Type : One Time Only, Hourly
  2924. Start Time : 1:00:00 AM
  2925. Start Date : 1/1/2013
  2926. End Date : N/A
  2927. Days : N/A
  2928. Months : N/A
  2929. Repeat: Every : 4 Hour(s), 0 Minute(s)
  2930. Repeat: Until: Time : None
  2931. Repeat: Until: Duration : Disabled
  2932. Repeat: Stop If Still Running : Disabled
  2933.  
  2934. HostName : RE
  2935. TaskName : \Microsoft\Windows\TextServicesFramework\MsCtfMonitor
  2936. Next Run Time : N/A
  2937. Status : Ready
  2938. Logon Mode : Interactive/Background
  2939. Last Run Time : 8/23/2019 3:29:10 AM
  2940. Last Result : 0
  2941. Author : N/A
  2942. Task To Run : COM handler
  2943. Start In : N/A
  2944. Comment : TextServicesFramework monitor task
  2945. Scheduled Task State : Enabled
  2946. Idle Time : Disabled
  2947. Power Management :
  2948. Run As User : Users
  2949. Delete Task If Not Rescheduled : Disabled
  2950. Stop Task If Runs X Hours and X Mins : Disabled
  2951. Schedule : Scheduling data is not available in this format.
  2952. Schedule Type : At logon time
  2953. Start Time : N/A
  2954. Start Date : N/A
  2955. End Date : N/A
  2956. Days : N/A
  2957. Months : N/A
  2958. Repeat: Every : N/A
  2959. Repeat: Until: Time : N/A
  2960. Repeat: Until: Duration : N/A
  2961. Repeat: Stop If Still Running : N/A
  2962.  
  2963. HostName : RE
  2964. TaskName : \Microsoft\Windows\Time Synchronization\ForceSynchronizeTime
  2965. Next Run Time : N/A
  2966. Status : Ready
  2967. Logon Mode : Interactive/Background
  2968. Last Run Time : 11/30/1999 12:00:00 AM
  2969. Last Result : 267011
  2970. Author : Microsoft Corporation
  2971. Task To Run : COM handler
  2972. Start In : N/A
  2973. Comment : This task performs time synchronization.
  2974. Scheduled Task State : Enabled
  2975. Idle Time : Disabled
  2976. Power Management :
  2977. Run As User : LOCAL SERVICE
  2978. Delete Task If Not Rescheduled : Disabled
  2979. Stop Task If Runs X Hours and X Mins : 72:00:00
  2980. Schedule : Scheduling data is not available in this format.
  2981. Schedule Type : Undefined
  2982. Start Time : N/A
  2983. Start Date : N/A
  2984. End Date : N/A
  2985. Days : N/A
  2986. Months : N/A
  2987. Repeat: Every : N/A
  2988. Repeat: Until: Time : N/A
  2989. Repeat: Until: Duration : N/A
  2990. Repeat: Stop If Still Running : N/A
  2991.  
  2992. HostName : RE
  2993. TaskName : \Microsoft\Windows\Time Synchronization\SynchronizeTime
  2994. Next Run Time : N/A
  2995. Status : Ready
  2996. Logon Mode : Interactive/Background
  2997. Last Run Time : 1/31/2020 1:27:00 PM
  2998. Last Result : 1056
  2999. Author : Microsoft Corporation
  3000. Task To Run : %windir%\system32\sc.exe start w32time task_started
  3001. Start In : N/A
  3002. Comment : Maintains date and time synchronization on all clients and servers in the
  3003. network. If this service is stopped, date and time synchronization will be
  3004. unavailable. If this service is disabled, any services that explicitly depend on
  3005. it will fail to start.
  3006. Scheduled Task State : Enabled
  3007. Idle Time : Disabled
  3008. Power Management : Stop On Battery Mode, No Start On Batteries
  3009. Run As User : LOCAL SERVICE
  3010. Delete Task If Not Rescheduled : Disabled
  3011. Stop Task If Runs X Hours and X Mins : 72:00:00
  3012. Schedule : Scheduling data is not available in this format.
  3013. Schedule Type : On demand only
  3014. Start Time : N/A
  3015. Start Date : N/A
  3016. End Date : N/A
  3017. Days : N/A
  3018. Months : N/A
  3019. Repeat: Every : N/A
  3020. Repeat: Until: Time : N/A
  3021. Repeat: Until: Duration : N/A
  3022. Repeat: Stop If Still Running : N/A
  3023.  
  3024. HostName : RE
  3025. TaskName : \Microsoft\Windows\Time Zone\SynchronizeTimeZone
  3026. Next Run Time : N/A
  3027. Status : Ready
  3028. Logon Mode : Interactive/Background
  3029. Last Run Time : 1/31/2020 1:27:00 PM
  3030. Last Result : 0
  3031. Author : Microsoft Corporation
  3032. Task To Run : %windir%\system32\tzsync.exe
  3033. Start In : N/A
  3034. Comment : Updates timezone information. If this task is stopped, local time may not be
  3035. accurate for some time zones.
  3036. Scheduled Task State : Enabled
  3037. Idle Time : Disabled
  3038. Power Management : Stop On Battery Mode
  3039. Run As User : SYSTEM
  3040. Delete Task If Not Rescheduled : Disabled
  3041. Stop Task If Runs X Hours and X Mins : 01:00:00
  3042. Schedule : Scheduling data is not available in this format.
  3043. Schedule Type : On demand only
  3044. Start Time : N/A
  3045. Start Date : N/A
  3046. End Date : N/A
  3047. Days : N/A
  3048. Months : N/A
  3049. Repeat: Every : N/A
  3050. Repeat: Until: Time : N/A
  3051. Repeat: Until: Duration : N/A
  3052. Repeat: Stop If Still Running : N/A
  3053.  
  3054. HostName : RE
  3055. TaskName : \Microsoft\Windows\UPnP\UPnPHostConfig
  3056. Next Run Time : N/A
  3057. Status : Disabled
  3058. Logon Mode : Interactive/Background
  3059. Last Run Time : 11/30/1999 12:00:00 AM
  3060. Last Result : 267011
  3061. Author : Microsoft
  3062. Task To Run : sc.exe config upnphost start= auto
  3063. Start In : N/A
  3064. Comment : Set UPnPHost service to Auto-Start
  3065. Scheduled Task State : Disabled
  3066. Idle Time : Disabled
  3067. Power Management :
  3068. Run As User : SYSTEM
  3069. Delete Task If Not Rescheduled : Disabled
  3070. Stop Task If Runs X Hours and X Mins : 72:00:00
  3071. Schedule : Scheduling data is not available in this format.
  3072. Schedule Type : On demand only
  3073. Start Time : N/A
  3074. Start Date : N/A
  3075. End Date : N/A
  3076. Days : N/A
  3077. Months : N/A
  3078. Repeat: Every : N/A
  3079. Repeat: Until: Time : N/A
  3080. Repeat: Until: Duration : N/A
  3081. Repeat: Stop If Still Running : N/A
  3082.  
  3083. HostName : RE
  3084. TaskName : \Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance
  3085. Next Run Time : N/A
  3086. Status : Ready
  3087. Logon Mode : Interactive/Background
  3088. Last Run Time : 1/31/2020 1:27:00 PM
  3089. Last Result : 0
  3090. Author : N/A
  3091. Task To Run : C:\ProgramData\Microsoft\Windows Defender\platform\4.18.1905.4-0\MpCmdRun.exe
  3092. -IdleTask -TaskName WdCacheMaintenance
  3093. Start In : N/A
  3094. Comment : Periodic maintenance task.
  3095. Scheduled Task State : Enabled
  3096. Idle Time : Disabled
  3097. Power Management : No Start On Batteries
  3098. Run As User : SYSTEM
  3099. Delete Task If Not Rescheduled : Disabled
  3100. Stop Task If Runs X Hours and X Mins : 72:00:00
  3101. Schedule : Scheduling data is not available in this format.
  3102. Schedule Type : On demand only
  3103. Start Time : N/A
  3104. Start Date : N/A
  3105. End Date : N/A
  3106. Days : N/A
  3107. Months : N/A
  3108. Repeat: Every : N/A
  3109. Repeat: Until: Time : N/A
  3110. Repeat: Until: Duration : N/A
  3111. Repeat: Stop If Still Running : N/A
  3112.  
  3113. HostName : RE
  3114. TaskName : \Microsoft\Windows\Windows Defender\Windows Defender Cleanup
  3115. Next Run Time : N/A
  3116. Status : Ready
  3117. Logon Mode : Interactive/Background
  3118. Last Run Time : 1/31/2020 1:16:49 PM
  3119. Last Result : 0
  3120. Author : N/A
  3121. Task To Run : C:\ProgramData\Microsoft\Windows Defender\platform\4.18.1905.4-0\MpCmdRun.exe
  3122. -IdleTask -TaskName WdCleanup
  3123. Start In : N/A
  3124. Comment : Periodic cleanup task.
  3125. Scheduled Task State : Enabled
  3126. Idle Time : Disabled
  3127. Power Management : No Start On Batteries
  3128. Run As User : SYSTEM
  3129. Delete Task If Not Rescheduled : Disabled
  3130. Stop Task If Runs X Hours and X Mins : 72:00:00
  3131. Schedule : Scheduling data is not available in this format.
  3132. Schedule Type : On demand only
  3133. Start Time : N/A
  3134. Start Date : N/A
  3135. End Date : N/A
  3136. Days : N/A
  3137. Months : N/A
  3138. Repeat: Every : N/A
  3139. Repeat: Until: Time : N/A
  3140. Repeat: Until: Duration : N/A
  3141. Repeat: Stop If Still Running : N/A
  3142.  
  3143. HostName : RE
  3144. TaskName : \Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan
  3145. Next Run Time : 2/1/2020 4:17:06 AM
  3146. Status : Ready
  3147. Logon Mode : Interactive/Background
  3148. Last Run Time : 11/30/1999 12:00:00 AM
  3149. Last Result : 267011
  3150. Author : N/A
  3151. Task To Run : C:\ProgramData\Microsoft\Windows Defender\platform\4.18.1905.4-0\MpCmdRun.exe
  3152. Scan -ScheduleJob -ScanTrigger 55
  3153. Start In : N/A
  3154. Comment : Periodic scan task.
  3155. Scheduled Task State : Enabled
  3156. Idle Time : Only Start If Idle for 1 minutes, If Not Idle Retry For 240 minutes
  3157. Power Management : No Start On Batteries
  3158. Run As User : SYSTEM
  3159. Delete Task If Not Rescheduled : Disabled
  3160. Stop Task If Runs X Hours and X Mins : 72:00:00
  3161. Schedule : Scheduling data is not available in this format.
  3162. Schedule Type : Daily
  3163. Start Time : 4:17:06 AM
  3164. Start Date : 1/1/2000
  3165. End Date : 1/1/2100
  3166. Days : Every 1 day(s)
  3167. Months : N/A
  3168. Repeat: Every : Disabled
  3169. Repeat: Until: Time : Disabled
  3170. Repeat: Until: Duration : Disabled
  3171. Repeat: Stop If Still Running : Disabled
  3172.  
  3173. HostName : RE
  3174. TaskName : \Microsoft\Windows\Windows Defender\Windows Defender Verification
  3175. Next Run Time : N/A
  3176. Status : Ready
  3177. Logon Mode : Interactive/Background
  3178. Last Run Time : 1/31/2020 1:16:49 PM
  3179. Last Result : 0
  3180. Author : N/A
  3181. Task To Run : C:\ProgramData\Microsoft\Windows Defender\platform\4.18.1905.4-0\MpCmdRun.exe
  3182. -IdleTask -TaskName WdVerification
  3183. Start In : N/A
  3184. Comment : Periodic verification task.
  3185. Scheduled Task State : Enabled
  3186. Idle Time : Disabled
  3187. Power Management : No Start On Batteries
  3188. Run As User : SYSTEM
  3189. Delete Task If Not Rescheduled : Disabled
  3190. Stop Task If Runs X Hours and X Mins : 72:00:00
  3191. Schedule : Scheduling data is not available in this format.
  3192. Schedule Type : On demand only
  3193. Start Time : N/A
  3194. Start Date : N/A
  3195. End Date : N/A
  3196. Days : N/A
  3197. Months : N/A
  3198. Repeat: Every : N/A
  3199. Repeat: Until: Time : N/A
  3200. Repeat: Until: Duration : N/A
  3201. Repeat: Stop If Still Running : N/A
  3202.  
  3203. HostName : RE
  3204. TaskName : \Microsoft\Windows\Windows Error Reporting\QueueReporting
  3205. Next Run Time : 1/31/2020 4:20:58 PM
  3206. Status : Ready
  3207. Logon Mode : Interactive/Background
  3208. Last Run Time : 1/31/2020 1:19:47 PM
  3209. Last Result : 0
  3210. Author : Microsoft Corporation
  3211. Task To Run : %windir%\system32\wermgr.exe -upload
  3212. Start In : N/A
  3213. Comment : Windows Error Reporting task to process queued reports.
  3214. Scheduled Task State : Enabled
  3215. Idle Time : Disabled
  3216. Power Management : No Start On Batteries
  3217. Run As User : SYSTEM
  3218. Delete Task If Not Rescheduled : Disabled
  3219. Stop Task If Runs X Hours and X Mins : 04:00:00
  3220. Schedule : Scheduling data is not available in this format.
  3221. Schedule Type : At system start up
  3222. Start Time : N/A
  3223. Start Date : N/A
  3224. End Date : N/A
  3225. Days : N/A
  3226. Months : N/A
  3227. Repeat: Every : N/A
  3228. Repeat: Until: Time : N/A
  3229. Repeat: Until: Duration : N/A
  3230. Repeat: Stop If Still Running : N/A
  3231.  
  3232. HostName : RE
  3233. TaskName : \Microsoft\Windows\Windows Error Reporting\QueueReporting
  3234. Next Run Time : 1/31/2020 4:18:09 PM
  3235. Status : Ready
  3236. Logon Mode : Interactive/Background
  3237. Last Run Time : 1/31/2020 1:19:47 PM
  3238. Last Result : 0
  3239. Author : Microsoft Corporation
  3240. Task To Run : %windir%\system32\wermgr.exe -upload
  3241. Start In : N/A
  3242. Comment : Windows Error Reporting task to process queued reports.
  3243. Scheduled Task State : Enabled
  3244. Idle Time : Disabled
  3245. Power Management : No Start On Batteries
  3246. Run As User : SYSTEM
  3247. Delete Task If Not Rescheduled : Disabled
  3248. Stop Task If Runs X Hours and X Mins : 04:00:00
  3249. Schedule : Scheduling data is not available in this format.
  3250. Schedule Type : Undefined
  3251. Start Time : N/A
  3252. Start Date : N/A
  3253. End Date : N/A
  3254. Days : N/A
  3255. Months : N/A
  3256. Repeat: Every : N/A
  3257. Repeat: Until: Time : N/A
  3258. Repeat: Until: Duration : N/A
  3259. Repeat: Stop If Still Running : N/A
  3260.  
  3261. HostName : RE
  3262. TaskName : \Microsoft\Windows\Windows Error Reporting\QueueReporting
  3263. Next Run Time : 1/31/2020 4:08:19 PM
  3264. Status : Ready
  3265. Logon Mode : Interactive/Background
  3266. Last Run Time : 1/31/2020 1:19:47 PM
  3267. Last Result : 0
  3268. Author : Microsoft Corporation
  3269. Task To Run : %windir%\system32\wermgr.exe -upload
  3270. Start In : N/A
  3271. Comment : Windows Error Reporting task to process queued reports.
  3272. Scheduled Task State : Enabled
  3273. Idle Time : Disabled
  3274. Power Management : No Start On Batteries
  3275. Run As User : SYSTEM
  3276. Delete Task If Not Rescheduled : Disabled
  3277. Stop Task If Runs X Hours and X Mins : 04:00:00
  3278. Schedule : Scheduling data is not available in this format.
  3279. Schedule Type : Undefined
  3280. Start Time : N/A
  3281. Start Date : N/A
  3282. End Date : N/A
  3283. Days : N/A
  3284. Months : N/A
  3285. Repeat: Every : N/A
  3286. Repeat: Until: Time : N/A
  3287. Repeat: Until: Duration : N/A
  3288. Repeat: Stop If Still Running : N/A
  3289.  
  3290. HostName : RE
  3291. TaskName : \Microsoft\Windows\Windows Error Reporting\QueueReporting
  3292. Next Run Time : 1/31/2020 4:03:40 PM
  3293. Status : Ready
  3294. Logon Mode : Interactive/Background
  3295. Last Run Time : 1/31/2020 1:19:47 PM
  3296. Last Result : 0
  3297. Author : Microsoft Corporation
  3298. Task To Run : %windir%\system32\wermgr.exe -upload
  3299. Start In : N/A
  3300. Comment : Windows Error Reporting task to process queued reports.
  3301. Scheduled Task State : Enabled
  3302. Idle Time : Disabled
  3303. Power Management : No Start On Batteries
  3304. Run As User : SYSTEM
  3305. Delete Task If Not Rescheduled : Disabled
  3306. Stop Task If Runs X Hours and X Mins : 04:00:00
  3307. Schedule : Scheduling data is not available in this format.
  3308. Schedule Type : One Time Only, Minute
  3309. Start Time : 7:27:59 PM
  3310. Start Date : 6/18/2019
  3311. End Date : N/A
  3312. Days : N/A
  3313. Months : N/A
  3314. Repeat: Every : 0 Hour(s), 30 Minute(s)
  3315. Repeat: Until: Time : None
  3316. Repeat: Until: Duration : Disabled
  3317. Repeat: Stop If Still Running : Disabled
  3318.  
  3319. HostName : RE
  3320. TaskName : \Microsoft\Windows\Windows Filtering Platform\BfeOnServiceStartTypeChange
  3321. Next Run Time : N/A
  3322. Status : Ready
  3323. Logon Mode : Interactive/Background
  3324. Last Run Time : 11/30/1999 12:00:00 AM
  3325. Last Result : 267011
  3326. Author : Microsoft Corporation
  3327. Task To Run : %windir%\system32\rundll32.exe bfe.dll,BfeOnServiceStartTypeChange
  3328. Start In : N/A
  3329. Comment : This task adjusts the start type for firewall-triggered services when the start
  3330. type of the Base Filtering Engine (BFE) is disabled.
  3331. Scheduled Task State : Enabled
  3332. Idle Time : Disabled
  3333. Power Management :
  3334. Run As User : SYSTEM
  3335. Delete Task If Not Rescheduled : Disabled
  3336. Stop Task If Runs X Hours and X Mins : 72:00:00
  3337. Schedule : Scheduling data is not available in this format.
  3338. Schedule Type : When an event occurs
  3339. Start Time : N/A
  3340. Start Date : N/A
  3341. End Date : N/A
  3342. Days : N/A
  3343. Months : N/A
  3344. Repeat: Every : N/A
  3345. Repeat: Until: Time : N/A
  3346. Repeat: Until: Duration : N/A
  3347. Repeat: Stop If Still Running : N/A
  3348.  
  3349. HostName : RE
  3350. TaskName : \Microsoft\Windows\Windows Media Sharing\UpdateLibrary
  3351. Next Run Time : N/A
  3352. Status : Ready
  3353. Logon Mode : Interactive/Background
  3354. Last Run Time : 11/30/1999 12:00:00 AM
  3355. Last Result : 267011
  3356. Author : Microsoft Corporation
  3357. Task To Run : %ProgramFiles%\Windows Media Player\wmpnscfg.exe" "
  3358. Start In : N/A
  3359. Comment : This task updates the cached list of folders and the security permissions on any
  3360. new files in a user's shared media library.
  3361. Scheduled Task State : Enabled
  3362. Idle Time : Disabled
  3363. Power Management :
  3364. Run As User : Authenticated Users
  3365. Delete Task If Not Rescheduled : Disabled
  3366. Stop Task If Runs X Hours and X Mins : 72:00:00
  3367. Schedule : Scheduling data is not available in this format.
  3368. Schedule Type : When an event occurs
  3369. Start Time : N/A
  3370. Start Date : N/A
  3371. End Date : N/A
  3372. Days : N/A
  3373. Months : N/A
  3374. Repeat: Every : N/A
  3375. Repeat: Until: Time : N/A
  3376. Repeat: Until: Duration : N/A
  3377. Repeat: Stop If Still Running : N/A
  3378.  
  3379. HostName : RE
  3380. TaskName : \Microsoft\Windows\WindowsColorSystem\Calibration Loader
  3381. Next Run Time : N/A
  3382. Status : Ready
  3383. Logon Mode : Interactive/Background
  3384. Last Run Time : 8/23/2019 3:29:10 AM
  3385. Last Result : 0
  3386. Author : Microsoft Corporation
  3387. Task To Run : COM handler
  3388. Start In : N/A
  3389. Comment : This task applies color calibration settings.
  3390. Scheduled Task State : Enabled
  3391. Idle Time : Disabled
  3392. Power Management :
  3393. Run As User : Users
  3394. Delete Task If Not Rescheduled : Disabled
  3395. Stop Task If Runs X Hours and X Mins : Disabled
  3396. Schedule : Scheduling data is not available in this format.
  3397. Schedule Type : At logon time
  3398. Start Time : N/A
  3399. Start Date : N/A
  3400. End Date : N/A
  3401. Days : N/A
  3402. Months : N/A
  3403. Repeat: Every : N/A
  3404. Repeat: Until: Time : N/A
  3405. Repeat: Until: Duration : N/A
  3406. Repeat: Stop If Still Running : N/A
  3407.  
  3408. HostName : RE
  3409. TaskName : \Microsoft\Windows\WindowsColorSystem\Calibration Loader
  3410. Next Run Time : N/A
  3411. Status : Ready
  3412. Logon Mode : Interactive/Background
  3413. Last Run Time : 8/23/2019 3:29:10 AM
  3414. Last Result : 0
  3415. Author : Microsoft Corporation
  3416. Task To Run : COM handler
  3417. Start In : N/A
  3418. Comment : This task applies color calibration settings.
  3419. Scheduled Task State : Enabled
  3420. Idle Time : Disabled
  3421. Power Management :
  3422. Run As User : Users
  3423. Delete Task If Not Rescheduled : Disabled
  3424. Stop Task If Runs X Hours and X Mins : Disabled
  3425. Schedule : Scheduling data is not available in this format.
  3426. Schedule Type : When an event occurs
  3427. Start Time : N/A
  3428. Start Date : N/A
  3429. End Date : N/A
  3430. Days : N/A
  3431. Months : N/A
  3432. Repeat: Every : N/A
  3433. Repeat: Until: Time : N/A
  3434. Repeat: Until: Duration : N/A
  3435. Repeat: Stop If Still Running : N/A
  3436.  
  3437. HostName : RE
  3438. TaskName : \Microsoft\Windows\WindowsUpdate\Scheduled Start
  3439. Next Run Time : 2/1/2020 1:15:11 PM
  3440. Status : Ready
  3441. Logon Mode : Interactive/Background
  3442. Last Run Time : 1/31/2020 1:22:46 PM
  3443. Last Result : 1056
  3444. Author : Microsoft Corporation.
  3445. Task To Run : C:\Windows\system32\sc.exe start wuauserv
  3446. Start In : N/A
  3447. Comment : This task is used to start the Windows Update service when needed to perform
  3448. scheduled operations such as scans.
  3449. Scheduled Task State : Enabled
  3450. Idle Time : Disabled
  3451. Power Management :
  3452. Run As User : SYSTEM
  3453. Delete Task If Not Rescheduled : Disabled
  3454. Stop Task If Runs X Hours and X Mins : 72:00:00
  3455. Schedule : Scheduling data is not available in this format.
  3456. Schedule Type : One Time Only
  3457. Start Time : 1:15:04 PM
  3458. Start Date : 2/1/2020
  3459. End Date : N/A
  3460. Days : N/A
  3461. Months : N/A
  3462. Repeat: Every : Disabled
  3463. Repeat: Until: Time : Disabled
  3464. Repeat: Until: Duration : Disabled
  3465. Repeat: Stop If Still Running : Disabled
  3466.  
  3467. HostName : RE
  3468. TaskName : \Microsoft\Windows\WindowsUpdate\Scheduled Start
  3469. Next Run Time : 2/1/2020 1:15:46 PM
  3470. Status : Ready
  3471. Logon Mode : Interactive/Background
  3472. Last Run Time : 1/31/2020 1:22:46 PM
  3473. Last Result : 1056
  3474. Author : Microsoft Corporation.
  3475. Task To Run : C:\Windows\system32\sc.exe start wuauserv
  3476. Start In : N/A
  3477. Comment : This task is used to start the Windows Update service when needed to perform
  3478. scheduled operations such as scans.
  3479. Scheduled Task State : Enabled
  3480. Idle Time : Disabled
  3481. Power Management :
  3482. Run As User : SYSTEM
  3483. Delete Task If Not Rescheduled : Disabled
  3484. Stop Task If Runs X Hours and X Mins : 72:00:00
  3485. Schedule : Scheduling data is not available in this format.
  3486. Schedule Type : When an event occurs
  3487. Start Time : N/A
  3488. Start Date : N/A
  3489. End Date : N/A
  3490. Days : N/A
  3491. Months : N/A
  3492. Repeat: Every : N/A
  3493. Repeat: Until: Time : N/A
  3494. Repeat: Until: Duration : N/A
  3495. Repeat: Stop If Still Running : N/A
  3496.  
  3497. HostName : RE
  3498. TaskName : \Microsoft\Windows\WindowsUpdate\Scheduled Start
  3499. Next Run Time : 2/1/2020 1:15:10 PM
  3500. Status : Ready
  3501. Logon Mode : Interactive/Background
  3502. Last Run Time : 1/31/2020 1:22:46 PM
  3503. Last Result : 1056
  3504. Author : Microsoft Corporation.
  3505. Task To Run : C:\Windows\system32\sc.exe start wuauserv
  3506. Start In : N/A
  3507. Comment : This task is used to start the Windows Update service when needed to perform
  3508. scheduled operations such as scans.
  3509. Scheduled Task State : Enabled
  3510. Idle Time : Disabled
  3511. Power Management :
  3512. Run As User : SYSTEM
  3513. Delete Task If Not Rescheduled : Disabled
  3514. Stop Task If Runs X Hours and X Mins : 72:00:00
  3515. Schedule : Scheduling data is not available in this format.
  3516. Schedule Type : When an event occurs
  3517. Start Time : N/A
  3518. Start Date : N/A
  3519. End Date : N/A
  3520. Days : N/A
  3521. Months : N/A
  3522. Repeat: Every : N/A
  3523. Repeat: Until: Time : N/A
  3524. Repeat: Until: Duration : N/A
  3525. Repeat: Stop If Still Running : N/A
  3526.  
  3527. HostName : RE
  3528. TaskName : \Microsoft\Windows\WindowsUpdate\Scheduled Start
  3529. Next Run Time : 2/1/2020 1:15:55 PM
  3530. Status : Ready
  3531. Logon Mode : Interactive/Background
  3532. Last Run Time : 1/31/2020 1:22:46 PM
  3533. Last Result : 1056
  3534. Author : Microsoft Corporation.
  3535. Task To Run : C:\Windows\system32\sc.exe start wuauserv
  3536. Start In : N/A
  3537. Comment : This task is used to start the Windows Update service when needed to perform
  3538. scheduled operations such as scans.
  3539. Scheduled Task State : Enabled
  3540. Idle Time : Disabled
  3541. Power Management :
  3542. Run As User : SYSTEM
  3543. Delete Task If Not Rescheduled : Disabled
  3544. Stop Task If Runs X Hours and X Mins : 72:00:00
  3545. Schedule : Scheduling data is not available in this format.
  3546. Schedule Type : Undefined
  3547. Start Time : N/A
  3548. Start Date : N/A
  3549. End Date : N/A
  3550. Days : N/A
  3551. Months : N/A
  3552. Repeat: Every : N/A
  3553. Repeat: Until: Time : N/A
  3554. Repeat: Until: Duration : N/A
  3555. Repeat: Stop If Still Running : N/A
  3556.  
  3557. HostName : RE
  3558. TaskName : \Microsoft\Windows\Wininet\CacheTask
  3559. Next Run Time : N/A
  3560. Status : Ready
  3561. Logon Mode : Interactive/Background
  3562. Last Run Time : 8/23/2019 3:29:10 AM
  3563. Last Result : 1073807364
  3564. Author : Microsoft
  3565. Task To Run : COM handler
  3566. Start In : N/A
  3567. Comment : Wininet Cache Task
  3568. Scheduled Task State : Enabled
  3569. Idle Time : Disabled
  3570. Power Management :
  3571. Run As User : Users
  3572. Delete Task If Not Rescheduled : Disabled
  3573. Stop Task If Runs X Hours and X Mins : Disabled
  3574. Schedule : Scheduling data is not available in this format.
  3575. Schedule Type : At logon time
  3576. Start Time : N/A
  3577. Start Date : N/A
  3578. End Date : N/A
  3579. Days : N/A
  3580. Months : N/A
  3581. Repeat: Every : N/A
  3582. Repeat: Until: Time : N/A
  3583. Repeat: Until: Duration : N/A
  3584. Repeat: Stop If Still Running : N/A
  3585.  
  3586. HostName : RE
  3587. TaskName : \Microsoft\Windows\Workplace Join\Automatic-Device-Join
  3588. Next Run Time : N/A
  3589. Status : Disabled
  3590. Logon Mode : Interactive/Background
  3591. Last Run Time : 11/30/1999 12:00:00 AM
  3592. Last Result : 267011
  3593. Author : N/A
  3594. Task To Run : %SystemRoot%\System32\dsregcmd.exe $(Arg0) $(Arg1) $(Arg2)
  3595. Start In : N/A
  3596. Comment : Register this computer if the computer is already joined to an Active Directory
  3597. domain.
  3598. Scheduled Task State : Disabled
  3599. Idle Time : Disabled
  3600. Power Management :
  3601. Run As User : SYSTEM
  3602. Delete Task If Not Rescheduled : Disabled
  3603. Stop Task If Runs X Hours and X Mins : 00:05:00
  3604. Schedule : Scheduling data is not available in this format.
  3605. Schedule Type : At logon time
  3606. Start Time : N/A
  3607. Start Date : N/A
  3608. End Date : N/A
  3609. Days : N/A
  3610. Months : N/A
  3611. Repeat: Every : N/A
  3612. Repeat: Until: Time : N/A
  3613. Repeat: Until: Duration : N/A
  3614. Repeat: Stop If Still Running : N/A
  3615.  
  3616. HostName : RE
  3617. TaskName : \Microsoft\Windows\Workplace Join\Automatic-Device-Join
  3618. Next Run Time : N/A
  3619. Status : Disabled
  3620. Logon Mode : Interactive/Background
  3621. Last Run Time : 11/30/1999 12:00:00 AM
  3622. Last Result : 267011
  3623. Author : N/A
  3624. Task To Run : %SystemRoot%\System32\dsregcmd.exe $(Arg0) $(Arg1) $(Arg2)
  3625. Start In : N/A
  3626. Comment : Register this computer if the computer is already joined to an Active Directory
  3627. domain.
  3628. Scheduled Task State : Disabled
  3629. Idle Time : Disabled
  3630. Power Management :
  3631. Run As User : SYSTEM
  3632. Delete Task If Not Rescheduled : Disabled
  3633. Stop Task If Runs X Hours and X Mins : 00:05:00
  3634. Schedule : Scheduling data is not available in this format.
  3635. Schedule Type : When an event occurs
  3636. Start Time : N/A
  3637. Start Date : N/A
  3638. End Date : N/A
  3639. Days : N/A
  3640. Months : N/A
  3641. Repeat: Every : N/A
  3642. Repeat: Until: Time : N/A
  3643. Repeat: Until: Duration : N/A
  3644. Repeat: Stop If Still Running : N/A
  3645.  
  3646. HostName : RE
  3647. TaskName : \Microsoft\Windows\Workplace Join\Recovery-Check
  3648. Next Run Time : N/A
  3649. Status : Disabled
  3650. Logon Mode : Interactive/Background
  3651. Last Run Time : 11/30/1999 12:00:00 AM
  3652. Last Result : 267011
  3653. Author : N/A
  3654. Task To Run : %SystemRoot%\System32\dsregcmd.exe /checkrecovery
  3655. Start In : N/A
  3656. Comment : Performs recovery check.
  3657. Scheduled Task State : Disabled
  3658. Idle Time : Disabled
  3659. Power Management :
  3660. Run As User : INTERACTIVE
  3661. Delete Task If Not Rescheduled : Disabled
  3662. Stop Task If Runs X Hours and X Mins : 02:00:00
  3663. Schedule : Scheduling data is not available in this format.
  3664. Schedule Type : At logon time
  3665. Start Time : N/A
  3666. Start Date : N/A
  3667. End Date : N/A
  3668. Days : N/A
  3669. Months : N/A
  3670. Repeat: Every : N/A
  3671. Repeat: Until: Time : N/A
  3672. Repeat: Until: Duration : N/A
  3673. Repeat: Stop If Still Running : N/A
Advertisement
Add Comment
Please, Sign In to add comment