Skip to content

Instantly share code, notes, and snippets.

@ArbenP
Last active July 1, 2024 08:50
Show Gist options
  • Save ArbenP/fc3bf3c9f6ec1e65cdac4ec4ffe44544 to your computer and use it in GitHub Desktop.
Save ArbenP/fc3bf3c9f6ec1e65cdac4ec4ffe44544 to your computer and use it in GitHub Desktop.
How to get HEVC Video Extensions from Device Manufacturer on Windows 10/11 for free in 2023
How to get HEVC Video Extensions from Device Manufacturer for free 2023:
1: Go to https://store.rg-adguard.net/
2: Select ProductID and paste in 9n4wgh0z6vhq then press ✔ to search
3: Select right one for your cpu type and download the .appx file then install by clicking on the file
enjoy
Tested Working on 30 Jan 2023 on Windows 10 22H2
@Emilien-Etadam
Copy link

Emilien-Etadam commented Feb 2, 2023

4: rename the file with .appx extension (was missing for me)
5: If you have "access denied" error during install open Powershell as Administrator and execute (change the path to your file): Add-AppxPackage -Path "C:\Users\MyUserName\Downloads\downloadedfile.appx" -DependencyPath "https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx"

enjoy

@r4f1r
Copy link

r4f1r commented Jul 1, 2024

01 July 2024 still working! Thanks

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