Skip to content

Commit 3724ea9

Browse files
authored
Merge pull request #187678 from FlorianBorn71/FixHEVCVideoExtensions
Use HEVCVideoExtension* so it covers both spellings
2 parents 6a639e0 + cf66e41 commit 3724ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/remote-rendering/resources/troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The reason for this issue is an incorrect security setting on the DLLs. This pro
5555
1. Open a **PowerShell with admin rights** and run
5656

5757
```PowerShell
58-
Get-AppxPackage -Name Microsoft.HEVCVideoExtension
58+
Get-AppxPackage -Name Microsoft.HEVCVideoExtension*
5959
```
60-
60+
(Note the '*' is because for some package installation versions the name is `HEVCVideoExtensions` as opposed to `HEVCVideoExtension`).
6161
That command should output the `InstallLocation` of the codec, something like:
6262
6363
```cmd

0 commit comments

Comments
 (0)