We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a639e0 + cf66e41 commit 3724ea9Copy full SHA for 3724ea9
articles/remote-rendering/resources/troubleshoot.md
@@ -55,9 +55,9 @@ The reason for this issue is an incorrect security setting on the DLLs. This pro
55
1. Open a **PowerShell with admin rights** and run
56
57
```PowerShell
58
- Get-AppxPackage -Name Microsoft.HEVCVideoExtension
+ Get-AppxPackage -Name Microsoft.HEVCVideoExtension*
59
```
60
-
+ (Note the '*' is because for some package installation versions the name is `HEVCVideoExtensions` as opposed to `HEVCVideoExtension`).
61
That command should output the `InstallLocation` of the codec, something like:
62
63
```cmd
0 commit comments