auto restart 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.
 
Create a task or shortcut and have it run this:

%windir%\System32\SHUTDOWN.exe -r -t 05

-r = restart
-t = time is seconds

Or other variables:
-s = shutdown
-l = log off
 
Hi, where would you place that task or shortcut Phil
Can you create a Task in the task manager, or
Sadly, i need to auto-restart my XP kiosk about every hour, and this sounds like a lovely fix ..
thanks..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top