auto restarting computer

  • Thread starter Thread starter Kris
  • Start date Start date
K

Kris

Hi Guys,

I was just wondering if anyone knows how I would go about auto restarting
the computer once aday?

I know I could schedule task manager to do this but what is the file windows
uses to restart?

Thanks for your help.
 
Hi Kris,

Hi Guys,

I was just wondering if anyone knows how I would go about auto restarting
the computer once aday?

I know I could schedule task manager to do this but what is the file windows
uses to restart?

Use a batch file with the following command:
shutdown.exe -r -t 00

Good luck
 
Back
Top