Last active
August 11, 2024 21:55
-
-
Save wdormann/fca29e0dcda8b5c0472e73e10c78c3e7 to your computer and use it in GitHub Desktop.
Disable Windows Explorer file associations for Disc Image Mount (ISO, IMG, VHD, VHDX)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[-HKEY_CLASSES_ROOT\.iso] | |
[-HKEY_CLASSES_ROOT\Windows.IsoFile\shell\mount\command] | |
[-HKEY_CLASSES_ROOT\.img] | |
[-HKEY_CLASSES_ROOT\.vhdx] | |
[-HKEY_CLASSES_ROOT\.vhd] | |
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.img] | |
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.iso] | |
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.vhd] | |
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.vhdx] |
Windows doesn't support .DMG or .CSO files.
If you have an example of a disk image that isn't listed above, it's be worth mentioning it here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about other disc image format? (.dmg;.cso;... etc.)
Are they less danger?
https://fileinfo.com/filetypes/disk_image
I would add:
[-HKEY_CLASSES_ROOT\Windows.vhdFile\shell\mount\command]