1

For some time now when I click Open with from Windows Explorer's context menu I'm getting this error

This file does not have a program associated with it to perform this action. Create an association in the Set Associations control panel.

instead of the standard Choose Default Program dialog. I'm getting this error no matter what the extension of the selected file is (as long as there's Open with option for given extension; some extensions do not show this option). How can I fix this?

2 Answers2

1

This article didn't tell me exactly how to fix it but it gave me an idea:

http://support.microsoft.com/kb/218805

It said to examine the following registry key:

HKEY_CLASSES_ROOT\Unknown\shell\openas\command

And it said to look at the following default value:

C:\%windir%\rundll32.exe shell32.dll,OpenAs_RunDLL %1 
Gareth
  • 19,080
wernie
  • 21
1

Check files associations settings

Control Panel -> Default Programs -> Set Files Associations

There you can edit associations for each file type

Kami
  • 3,248