Skip to content

31.01.2020

Choose a tag to compare

@farag2 farag2 released this 31 Jan 10:57
· 2300 commits to master since this release
6055580
  • Added "Include command line in progress creation events" section;

  • Added "Let track app launches to improve Start menu and search results" section;

  • Removed "Do not let track app launches to improve Start menu and search results" section;

  • Added "Stop event trace sessions" section;

  • Updated "Turn off the data collectors at the next computer restart" section;

  • Updated "Turn off diagnostics tracking scheduled tasks" section. Some tasks has been removed from the list. To recover execute

    $tasks = @(
    "DmClient"
    "DmClientOnScenarioDownload"
    "EnableLicenseAcquisition"
    "GatherNetworkInfo"
    "MNO Metadata Parser"
    "NetworkStateChangeTask"
    "TempSignedLicenseExchange"
    )
    Get-ScheduledTask -TaskName $tasks | Enable-ScheduledTask
  • Comments

  • Minor changes.