“Disable apps to help improve performance” message


You can do the following to get rid of the “Disable apps to help improve performance” message.
DisableApps

1. Create a “Run Command Line” step with the following command:

PowerShell.exe -NoProfile -ExecutionPolicy ByPass -Command “&{ Disable-ScheduledTask -TaskName ‘\Microsoft\Windows\Application Experience\StartupAppTask’}”
image

This will disable the scheduled task in Windows.
image

twitterlinkedin