Microsoft.HEVCVideoExtension

Rising Flight 5,216 Reputation points
2023-02-23T13:15:02.35+00:00

Hi All

i have uninstalled HEVC Video Extensions on windows 11 Azure VM but still i see the vulnerability.

Get-AppxPackage -Name Microsoft.HEVCVideoExtension*

InstallationLocation: C:\Program Files\WindowsApps\Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe

PackageFamilyName: Microsoft.HEVCVideoExtension_8wekyb3d8bbwe

PublisherID: 8wekyb3d8bbwe

Dependencies: {Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe}


Remove-AppxPackage Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe


When i execute the below syntax i see blank output

Get-AppxPackage -Name Microsoft.HEVCVideoExtension*

I can see files in the below path and when i scan the Azure VM i still see the vulnerability.

C:\Program Files\WindowsApps\Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe

Windows for business | Windows Server | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rising Flight 5,216 Reputation points
    2023-02-24T08:04:05.1266667+00:00

    Below worked

    Remove-AppxPackage Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe -AllUsers

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.