
Are you a QOTWer? Do you want to start a thread that isn't a direct answer to the current QOTW? Then this place, gentle poster, is your friend.
( , Sun 1 Apr 2001, 1:00)
« Go Back | See The Full Thread

Open a text file, and write this text -
shutdown -r
Then save it as restart.bat, and put it into All Programs/Startup, then make it hidden.
(Sorry if this is patronisingly easy, but basically everytime someone loads your computer up, it'll just restart itself after about 30 seconds)
( , Fri 29 May 2009, 12:32, 1 reply, 16 years ago)

Make it:
shutdown.exe -r -f
The -f command forces all programs to close so nothing can hold it up.
( , Fri 29 May 2009, 12:40, Reply)

Add an extra line going
shutdown.exe -s -f -m \\ANOTHER WORK COMPUTER NAME
Whenever it starts up, if it's on the same network as that computer, that one will be shut down.
( , Fri 29 May 2009, 12:43, Reply)

I had problems due to admin access or some crap like that.
( , Fri 29 May 2009, 12:46, Reply)

I used to have fun with it at LAN parties when there was always one sod who never had a firewall set up.
Pity though, you could have had the entire department reboot... or if it was badly set up, a server. If you could do that though, your IT guys should be shot.
( , Fri 29 May 2009, 13:07, Reply)
« Go Back | See The Full Thread