Background: I have the common Pendrive Shortcut virus(creates a shortcut within the pendrive),
Question: How can I remove it?
Some additional info: There is a hidden .ini file included with the .lnk file in the drive folder. That's not exactly hidden, since it only shows on using the "ls" command at cmd. The file name is something like "~(random character string).ini", where random character strings are like "a3b$%N3a4"
sfc /scannow. – Bob Dec 21 '13 at 14:50rundll32.exewith no arguments does absolutely nothing. It is certainly not a reason to dive in and delete it. Please provide more details - what makes you think this is a virus, and what is the entire shortcut target line? – Bob Dec 21 '13 at 15:03sfcshould catch it and fix it. Deleting it would be a bad thing. Anyway, as you can see, it's not exactly an easy thing to modify - which makes it all the less likely. Disguising other programs under that name in other locations is (was?) a common tactic, but in the correct location it's a heavily protected core system file. Again, what's the full target of that shortcut? If there were no arguments after the executable name, it'll do literally nothing (apart from launching a program stub and then closing itself). Also, why are you against AVs? – Bob Dec 21 '13 at 15:13sfcshould catch any modifications to%SystemRoot%\System32\rundll32.exe. You can run it from an installer DVD if you want to be certain thatsfcitself has not been tampered with. Otherwise, that is the correct path for that file - and what it does depends on the arguments. The first argument should be a DLL; a text file (e.g..ini) is not a valid target from any of the documentation I've seen. Can you check the contents of that text file? – Bob Dec 21 '13 at 16:06