Auto reboot

  • Thread starter Thread starter Alf
  • Start date Start date
A

Alf

Can anyone suggest a method or specific software that I can sue to
force a reboot at a sopecific time each day? The BIOS setup in my
Dell Dimension E310 does not offer that option.

TIA. --Alf
 
Alf said:
Can anyone suggest a method or specific software that I can sue to
force a reboot at a sopecific time each day? The BIOS setup in my
Dell Dimension E310 does not offer that option.

TIA. --Alf


--
--------------------------------- --- -- -
Posted with NewsLeecher v3.9 Beta 11
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -

Rebooting your machine is a Windows function, not a BIOS
function. Use the Windows Task Scheduler to schedule this \
batch file at the desired time:
@echo off
shutdown -r -f -t 600 -c "This PC is shutting down in 10 minutes"
 

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