Last active
May 1, 2021 02:34
-
-
Save airglow923/c96dd0c621ed258de81588f22ea01070 to your computer and use it in GitHub Desktop.
A batch script that changes the default extension for jpeg from jfif to jpg
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
@echo off | |
REG ADD "HKCR\MIME\Database\Content Type\image/jpeg" /v Extension /t REG_SZ /d .jpg /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment