PDA

View Full Version : Logoff at specified times



blackride
03-20-2001, 02:37 PM
Ok got a question. We want to make a registry entry that would logoff a person at a specific time. We basically need to say that computer A is logged off at 11:00pm so that we know all files are closed.

Is there anyway to do this. Any help would be appreciated.

Thanks

RWSchlatter
03-20-2001, 07:24 PM
there exists no Registry entry for the task scheduler.
scheduling entries are kept as files in %systemroot%\TASKS.

J have given an answer to your question in the Scripting section of the discussion forum.

Add-on suggestion: check if the AT command is of some help in setting up the script rather than going thru the Scheduled Task wizard.

______________
Regards - Richard

blackride
03-20-2001, 07:27 PM
Thanks for everyones help.

I created an AT comand to call the shutdown.exe.


Thanks again