Skip to content

Instantly share code, notes, and snippets.

@airglow923
Last active May 1, 2021 02:34
Show Gist options
  • Save airglow923/c96dd0c621ed258de81588f22ea01070 to your computer and use it in GitHub Desktop.
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
@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