Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Why are some filetypes missing from WinXP options menu? .pdf

Aug 1, 2012 6:05AM PDT

Hey all - I can't find this anywhere else on the web, so here goes. Trying to get normal file-type icons back, I'm in the
My Computer >Tools >Folder Options > File Types tab. That's where the list of ALL extensions & file types is supposed to show up for you to pick the icon & default opener.

This list is notably missing the PDF file extension. It has a ton of other (useless) Adobe acrobat extensions, including .PDFXML, but not the .PDF file type. So I can't do anything to change options for that type.

This is completely batty as I hate the PDF zoo already, but I need to use them for work daily. Can ANYONE help?

* Running WinXP [Pro, 5.1, service pack 3 if it matters]

Discussion is locked

- Collapse -
Answer
Re: pdf file extension
Aug 1, 2012 6:48AM PDT

Installing any reader (Adobe, Foxit, Nitro, whichever you prefer) should remake it.

This isn't an answer, of course, to your "why is it missing" question. It's only an answer to your not (yet) asked question "how do I get it back".

Kees

- Collapse -
Answer
If the PDF file format is not ...
Aug 1, 2012 3:12PM PDT

associated with an application such as Acrobat or FoxIt you will not have any default icon other than the windows generic default.

You can see the file acssociations by opening a command prompt and typing ASSOC then pressing the enter/return key. If it scrolls through too fast you can the laypout properties of the command window by changing the screen buffer height to something like 300. Scroll through the list to see what it is associated with. (It will say something like .pdf=FoxitReader.Document or .pdf=Acrobat.)

You can then make use of the command prompt again to see if the association is broken or to repair it with this command (change the command to reflect what you discover in the previous step) FTYPE Acrobat which should point you to the application executable needed (something such as the example below in italics) which offers up the proper icon.
C:\ftype acrobat
acrobat="C:\Adobe\Acrobat9.0\Acrobat\Acrobat.exe" /u "%1"

If that path is incorrect you can correct it. (ASSOC /? and FTYPE /? shows you how to use the commands)

This assumes you do have a pdf reader installed.

Of course, as previously noted simply installing or re-installing a pdf reader takes care of the associations as the installation re-writes the pertinent registry keys that the FTYPE and ASSOC commands also read or edit.