How to install Hyper - V if i can´t - The feature name Microsoft-Hyper-V is unknown.

Amel Castillo 0 Reputation points
2023-10-24T16:07:46.1066667+00:00

Hello, I have a problem that when I go to activate Windows features or go to cmd to enter the Hyper V activation command, it tells me that the name of the Microsoft Hyper V feature is unknown. Can anyone help me? Specifically says me this:

Error: 0x800f080c

The feature name Microsoft-Hyper-V is unknown.

The name of a Windows feature was not recognized.

Use the /Get-Features option to find the feature name in

the image and try the command again.

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-11-01T08:09:29.23+00:00

    Hi,

    The Microsoft-Hyper-V feature could have been removed. You can restore the removed feature from the Windows image with DISM. Say the image is mounted to the Z drive, run

    Dism /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V /Source:Z:\sources\SxS /LimitAccess

    Please refer to this link for the detailed steps.

    https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/enable-or-disable-windows-features-using-dism?view=windows-11#to-restore-removed-windows-features

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person 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.