Skip to content

Instantly share code, notes, and snippets.

@sidneyspe
Created April 6, 2022 17:48
Show Gist options
  • Save sidneyspe/9b776185fd7873fd34194d7a98e48840 to your computer and use it in GitHub Desktop.
Save sidneyspe/9b776185fd7873fd34194d7a98e48840 to your computer and use it in GitHub Desktop.
Change Default apps (jpg, png, mp4) in windows 11

Please run:

For reset default app Photos in windows 11 Get-AppxPackage Microsoft.Windows.Photos -AllUsers | Reset-AppxPackage

For remove default player (for .mp4 files) in windows 11 get-appxpackage Microsoft.ZuneVideo | remove-appxpackage

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