Unable to quick create hyper-v machine

Siddh Mistry 0 Reputation points
2024-12-26T07:11:12.99+00:00

Unable to quick create hyper-v machine

User's image

OptionalFeatures_BmNRFfvlWn

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,787 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 21,316 Reputation points MVP
    2024-12-27T06:36:14.7833333+00:00

    Open Windows Features.

    Make sure both ".NET Framework 3.5" and ".NET Framework 4.8 Advanced Services" are fully checked.

    Open PowerShell as Admin and copy-paste the following command:

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

    If the above fails, then uninstall (followed by a Reboot) and reinstall (followed by a Reboot) Hyper-V completely via Windows Features.


  2. Hania Lian 20,271 Reputation points Microsoft Vendor
    2025-01-06T12:17:13.5333333+00:00

    Hello,

    According to the error messsage, it seems there is something wrong with the system file. Please try to reinstall the hyper-v feature. Reinstall the .Net Framework feature at the same time.

    In addition, please open administrator command line and run "sfc /scannow" or "DISM /Online /Cleanup-Image /RestoreHealth" to check the health of system files.

    Best Regards,

    Hania Lian

    ============================================

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


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.