How to enable the "Always use the selected program to open this kind of file" checkbox
Solution 1:
I found the answer at this now-closed (as off topic) Stack Overflow question: https://stackoverflow.com/q/2543254/253586
- Launch regedit.exe
- Navigate to the following subkey: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
- Scroll down and find the file extension you are having problems with (for me it was .7z)
- Expand it to view its sub keys
- Find a sub key called "UserChoice" and delete it.
Solution 2:
Sometimes UserChoice isn't available using regedit.exe
. According to an answer elsewhere, the following instructions will work for a given file extension:
- Open the Start menu.
- Type:
default programs
- Select Default Programs.
- Click Associate a file type or protocol with a program.
- Select the first line in the list that appears.
- Scroll down or type the filename extension (e.g.,
.svg
-- important to include the leading dot) - Click Change program button
- Click the program you'd like to associate with that extension.
- Click OK.
- Click Close.
The desired program is now associated with the given file type.
Note: When choosing the program, notice that the option (Always use the selected program...) is still greyed out but, in this sequence of steps, the option is checked.