View Single Post
  #9  
Old 01-05-2006, 04:16 AM
Steven L Umbach
 
Posts: n/a
Default Re: Shutdown via Screensaver

You could also try a Scheduled Task which can be done from the command line
[see link below] for XP Pro computers and distributed via Group Policy
"startup" script. For instance try schtasks /create /tn autoshutdown /tr
"shutdown -s" /sc onidle /i 60 /ru "system" which would shutdown a computer
that has been idle for 60 minutes . --- Steve

http://support.microsoft.com/default...b;en-us;814596

"BUR" <bur@jellingnet.dk> wrote in message
news:dj5iol$t9i$1@news.net.uni-c.dk...
>I am trying to make a screensaver shutdown the computers in our domain.
> I have found several screensavers on the Internet, and they all claim to
> make use of Force Shutdown.
> When a user is logged on, it works all right, even when the user has open
> apps and/or files.
> BUT: When no user is logged on at all, nothing hapens. The screensaver
> starts all right, makes it's specific kind of countdown, and then, for
> some reason, it can not shutdown the computer.
> By guess is that it has to do with the setting of some kind of local user
> rights.
>
> Anyone - any ideas ?
>
> Regards, Bjørn, Denmark
>
>



Reply With Quote