I use a program called Batchrun that let's you run programs and batch files in sequential order. It will run the first program and won't run the second one until the first one is finished. One good use is to have it run a program to hide the taskbar, then run a program to hide the mouse cursor, then run your frontend, and finally when the frontend is exited run a batch file that shuts down windows. The files it creates can be placed in the startup folder so it runs when windows boots. That way you never have to touch a keyboard or mouse. Just do a search for Batchrun and you should be able to find it.