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.