Friday, 6 September 2013

How To Remove Shortcut Virus From Pen drive/Memory Card

First of all Click on Start >> Run >> and type cmd and click on OK. 
Here I assume your pen drive letter as G(Enter that drive from which you want to remove shortcuts): 

Enter this command.

attrib -h -r -s /s /d g:\*.*

You can copy the above command >> Right click in the Command Prompt and 
paste it.