How can I create a background process (on Windows) that will make my program run even after you click the 'X'? I was thinking of adding an alarm (clock) into a program that I made, which will ring at the specified time. If you leave the program running then it will ring when it sees the specified time matches the current time but if you close the program then it won't be checking anymore, so how can I make it continuously check to see if the current time matches the specified time - EVEN WHEN THE WINDOW/PROGRAM IS CLOSED?