G
Guest
I've got a C# program that seems to be adept at preventing the system from rebooting. If it is running when you tell the system to reboot it closes and then somehow stops the reboot from happening. Once the program has quit you can reboot the system just fine. The basic structure of the program is a loop that goes through a number of Windows forms. I have posted the code for the core loop at http://pages.pomona.edu/~jcc02003/CoreLoop.txt. If having more code would be helpful let me know and i'll be happy to post it.