4
How to Uninstall HEVC and HEIF extensions?
on
30 March 2023 , reviewed by:
Zark7
This guide pointed me into the right direction, but the uninstall command no longer works, Microsoft added to the product id a bunch of numbers, so winget says it cannot be found.
You just have to use the product name instead, like this:
winget uninstall --name="HEIF Image Extensions"
...and it works like a charm.
(Just in case the name is changed, use
winget list
to find the product name if changed in your local language.)
( 3 people like it)