

(Optional) The "Conditions" tab includes settings that, combined with the "Triggers" settings, will determine when the task should run.(Usually, you can leave this setting empty.) (Optional) In the "Start in" field, specify the folder in which the program will start.You can learn more about creating a PowerShell script in this guide. The "powershell.exe" command and the above argument will run the script named "first_script.ps1." The argument "-ExecutionPolicy Bypass" ensures that the script runs successfully, and the "-NoExit" argument will prevent the window from closing after running the script.

(Optional) In the "Add arguments" field, you can specify arguments to run the task with special instructions – for example -NoExit -ExecutionPolicy Bypass C:\PATH\TO\SCRIPT\first_script.ps1.
