An installer installs a number of applications. Some of the applications are to be associated with a single file type, so that right-clicking on a file and selecting 'Open with' lists the applications. This can be done for a user by setting appropriate values for the following key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ext\OpenWithList
However, there doesn't appear to be an equivalent key in HKEY_LOCAL_MACHINE. I understand that Microsoft wants the user to set their own file associations but if the user doesn't know which applications can be used to open the file type it would useful to provide a list at the All Users level. Is it possible?