[Windows] Restoring JPG,JPEG,JPE default file associations
Here's how to restore JPT, JPEG, JPE JPG,JPEG,JPE default file association:
- Open Notepad
- Copy and paste these codes in the new txt file:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.jpe]
"PerceivedType"="image"
@="jpegfile"
"Content Type"="image/jpeg"
[HKEY_CLASSES_ROOT\.jpe\OpenWithProgids]
"jpegfile"=hex(0):
[HKEY_CLASSES_ROOT\.jpe\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\.jpeg]
"PerceivedType"="image"
@="jpegfile"
"Content Type"="image/jpeg"
[HKEY_CLASSES_ROOT\.jpeg\jpegfile]
[HKEY_CLASSES_ROOT\.jpeg\jpegfile\ShellNew]
[HKEY_CLASSES_ROOT\.jpeg\OpenWithProgids]
"jpegfile"=hex(0):
[HKEY_CLASSES_ROOT\.jpeg\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
[HKEY_CLASSES_ROOT\.jpg]
"PerceivedType"="image"
@="jpegfile"
"Content Type"="image/jpeg"
[HKEY_CLASSES_ROOT\.jpg\jpegfile]
[HKEY_CLASSES_ROOT\.jpg\jpegfile\ShellNew]
[HKEY_CLASSES_ROOT\.jpg\OpenWithProgids]
"jpegfile"=hex(0):
- Save the file as xp_jpg_jpe_jpeg_file_assoc_fix.reg
- Then double click on the file created which will directly be imported to your registry
See also
Knowledge communities.