Originally posted by: fuzzynavel
nice info bob........what I would like to know is where do you people learn all these useful little bits and peices??
Originally posted by: bob4432
paste this into notepad:
shutdown -s -t 60 -c "Shutting Down in 1 minute" -f
then save it as shutdown.bat wherever you want. next use task manager to run it every night at 12AM. you can change the 60 to however many seconds you want, and the part in the ""s is what the windows will show once you execute the bat file either by double clicking on it or through task manager.
if you run this and don't want the computer to shutdown, do the following to cancel it:
start->run->cmd.exe->shutdown -a
this will kill the shutdown command that this batch file executes
Originally posted by: forcesho
shutdown also lets u remotely do other people's pc if you have admin rights.. how i F- with people at work.. "virus virus" haha etc..
-s shutdown
-r reboot
-m \\machinename
Originally posted by: bob4432
Originally posted by: forcesho
shutdown also lets u remotely do other people's pc if you have admin rights.. how i F- with people at work.. "virus virus" haha etc..
-s shutdown
-r reboot
-m \\machinename
that is f*cked up..... use -f too :evil: