Reboot Executable

Soldato
Joined
18 Oct 2002
Posts
7,515
Location
Maidenhead
Hi all,

Looking for an application that when run will reboot the machine on winxp. Just need a small, free application that does nothing but reboot the machine with no user interaction.

thanks
 
To put the system into the default sleep mode (hibernate if it's enabled, otherwise sleep):

rundll32 powrprof.dll,SetSuspendState
 
Back
Top Bottom