-
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.