Last active
March 4, 2025 05:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
01 July 2024 still working! Thanks
worked flawlessly thanks a bunch
10/12/2024, already working
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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