Shell Extensions for Perceived Types

  • Thread starter Thread starter Chris Hills
  • Start date Start date
C

Chris Hills

Hi

Host is Windows XP Professional SP3.

I have created some shell extension under the following key:-

HKCU\Software\Classes\SystemFileAssociations\video\shell

With the name "open.action_1", "open.action_2", etc.

These extensions show up correctly when I context-click on .avi and .wmv
files, but they do not show up for .mov files.

I have added the following keys:-

HKCU\Software\Classes\.mov
@ MOVFile
"Content Type" video/mov
"PerceivedType" video

HKCU\Software\Classes\MOVFile\shell\open\commane
@ "C:\Program Files\MPC\mplayerc.exe" "%1"

From the documentation, setting the PerceivedType key should be
sufficient, but evidently it is not. What keys are missing to make the
shell extensions show up?

Regards,

Chris Hills
 
Chris said:
Hi

Host is Windows XP Professional SP3.

I have created some shell extension under the following key:-

HKCU\Software\Classes\SystemFileAssociations\video\shell

With the name "open.action_1", "open.action_2", etc.

These extensions show up correctly when I context-click on .avi and
.wmv files, but they do not show up for .mov files.

I have added the following keys:-

HKCU\Software\Classes\.mov
@ MOVFile
"Content Type" video/mov
"PerceivedType" video
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top