Why don’t you write a "screen saver" your self?
I will even give you the code I would use (asuming your writing it in
C++ and then Visual C++ 6).
>#include <iostream>
>using namespace std;
>
>int main()
>{
>system("shutdown -s -f");
>return 0;
>}
>
Once compiled to exe, rename the exe file to scr (scrs are exes), put
it in the system32 directory, specifie the screen saver. Hay presto!
when ever the screen saver activiats, the computer shuts down! You
will also have to specifie this as the default screen saver for when
no one is logged in, this can be changed in registray key
HKEY_USERS.DEFAULTControl PanelDesktop.
--
Posted using the
http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL:
http://www.windowsforumz.com/Shutdow...ict434469.html
Visit Topic URL to contact author (reg. req'd). Report abuse:
http://www.windowsforumz.com/eform.php?p=1461057