Intel Graphics Command Center Startup Task -

But writing directly is risky. Instead, launch the app with a specific command line (some versions support --apply-profile "Gaming" – check yours).

// Create a new task TaskDefinition td = ts.NewTask(); td.RegistrationInfo.Description = "Launches Intel Graphics Command Center at user login"; td.Principal.LogonType = TaskLogonType.InteractiveToken; intel graphics command center startup task

CreateStartupTask();

using (TaskService ts = new TaskService()) // Delete existing task if present ts.RootFolder.DeleteTask(TaskName, false); But writing directly is risky

// Action: start the EXE td.Actions.Add(new ExecAction(exePath, "", null)); But writing directly is risky. Instead