How can we turn every PCs to reboot after certain time like 30 minutes or 20 minutes sothat ppl using PUBLIC pcs all the day feel the need to leave and others can get chance to use it?
set up a scheduled task that runs the "shutdown.exe" command every 30 minutes.
_____________________________________________________________________________________________________________________
There are 10 kinds of people in the world; those who understand binary and those who don't.
use SHUTDOWN.EXE -r -t 30 -c "Computer will shutdown in 30 seconds. Please save your work immediately"
-r = shutdown and reboot
-t 30 wait 30 seconds
-c "" display a message to the user
_____________________________________________________________________________________________________________________
There are 10 kinds of people in the world; those who understand binary and those who don't.
In earlier versions of Windows, you may have to enclose the <Path> 'only' in quotes (ex "C:\Program Files\My Restart File\Shutdown...") to the Shutdown executable....or possibly even use the DOS 8.3 for the <Path>..
Also you may need to use backslash (/) instead of Hyphen (-) for the commands..not sure.
View this for more about using scheduled tasks in 95/98/ME
thread615-701540
TT4U
Notification:
These are just "my" thoughts....and should be carefully measured against other opinions. Backup All Important Data/Docs..All involved shall be spared the grief.
Notification:
These are just "my" thoughts....and should be carefully measured against other opinions. Backup All Important Data/Docs..All involved shall be spared the grief.
Notification:
These are just "my" thoughts....and should be carefully measured against other opinions. Backup All Important Data/Docs..All involved shall be spared the grief.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.