Skip to content

Instantly share code, notes, and snippets.

@soda92
Created November 28, 2024 09:46
Show Gist options
  • Save soda92/bc5e172af0a627f3c84e06cd63702eb9 to your computer and use it in GitHub Desktop.
Save soda92/bc5e172af0a627f3c84e06cd63702eb9 to your computer and use it in GitHub Desktop.
change back iso file's default open program in Windows 7

change back iso file's default open program in Windows 7

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.

https://stackoverflow.com/questions/14543602/how-to-change-default-program-open-rar-file-which-select-open-file-by-explorer

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment