You can do the following to get rid of the “Disable apps to help improve performance” message.
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’}”
This will disable the scheduled task in Windows.

