How to Uninstall HEVC and HEIF extensions? reviews
4
from 1 Reviews
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.)
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.)