Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

One of my friends windows laptops (which I don't have access to right now) has in the recent past had a virus (where .doc files were converted to .exe files) which we dealt with.

Now when she right-clicks a folder to "send to compressed file" instead of creating a .zip file it creates an image file (jpg/png variety - will find out which). Is this known behaviour of a virus? I can't find anything anywhere about this kind of behaviour. Avast is not picking it up as a virus, but I can't imagine it being anything but a virus.

Where do I start to fix this?

share|improve this question
1  
image file in sense iso/nrg or jpeg/jpg? – vignesh4303 Mar 13 at 12:15
4  
See xkcd.com/1180 – AviD Mar 13 at 12:43
1  
I would assume, since you say that you dealt with the previous virus, that you "nuked it from orbit". Is this assumption correct, or is your friend's laptop still presumed infected? It is definitely one of the two. – AviD Mar 13 at 12:45
I didn't nuke it from space, no! Just used avast to remove the virus, but yes that might be a solution! – Matt Parkins Mar 13 at 15:09
Image as in jpg/png - will find out which! – Matt Parkins Mar 13 at 15:11
show 6 more comments

closed as off topic by AJ Henderson, Antony Vennard, Gilles, Terry Chia, AviD Mar 14 at 9:48

Questions on IT Security Stack Exchange are expected to relate to IT security within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

type this command in run window

windows xp

rundll32 zipfldr.dll,RegisterSendto

windows 7

regsvr32 %windir%/system32/zipfldr.dll

and click ok....

share|improve this answer
Which would I do for vista? Thanks! – Matt Parkins Mar 13 at 15:10
1  
@MattParkins: Downgrade to XP, of course :P – Manishearth Mar 13 at 15:23
Ah yes, apply brain. – Matt Parkins Mar 13 at 15:30
please use second one. 7 solution – user827918 Mar 13 at 17:24

Not the answer you're looking for? Browse other questions tagged or ask your own question.