Hi, I am learning AutoIt and am wanting to write an msconfig script on my own to disable all startup application. I don't understand what I am doing wrong. I expect msconfig to come up and flash by doing the controlclicks I write, but it seems that it runs in the background and when I compile to an EXE, it just generates dozens of msconfig processes until I quit the script or reboot. I am probably doing something very stupid, and have looked at examples of code doing this same thing, but mine do