I change an iso file default open program to C:\Windows\explorer.exe
, and I can't change it back. (Try this in virtual machine, not real computer.) How to change it? My OS is Windows 7.
Tried this, but after I change it, the .iso extension disappears from the list.
I tried the registry, change Windows.IsoFile entry's shell->open value, and rebooted, but it didn't work, too
https://www.itechtics.com/set-default-apps/
I deleted the UserChoice
subitem of .iso
in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
, and it works now.
It has a Progid value, with Application\explorer.exe value, which is my previous selection. But I can't change it. So I deleted it.
After deletion, it automatically get a new value, which is Windows.IsoFile
From this answer: https://stackoverflow.com/a/3924822/16484529