Share via

features required for hyper-v will not be displayed(hyper-v not working)

Anonymous
2023-05-06T20:05:52+00:00

hello, previously i had installed 2 virtual machines 1 oracle 2 vmware i uninstalled them both but when i checked if hyper-v was working or not in system information it said A hypervisor has been detected. Features required for Hyper-V will not be displayed. i am wondering if there are any traces or something like that still remaining in registry editor or in files. i have also disabled virtual machine platform.

Windows for business | Windows Server | Storage high availability | Virtualization and Hyper-V

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

29 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-29T18:04:39+00:00

    I have this problem too(image1) when i check with cmd

    systeminfo
    

    log: https://paste.quest/?999430cfc5435cbd#GDgHLEoGjAFLotVAU1Mvd7ym41XuWkd3nwUhS6S923i8

    Imagehttps://learn-attachment.microsoft.com/api/attachments/5868035e-da91-40da-bd7d-2c0c1750550d?platform=QnA"https://paste.quest/?8b0f016cba4e914b#BuZMVD74zLnVY8iUP9WWxND7LUQ3b7vkv8VdWSzpV656%EF%BF%BC%EF%BF%BCthen" title="paste.quest" rel="ugc nofollow">https://paste.quest/?8b0f016cba4e914b#BuZMVD74zLnVY8iUP9WWxND7LUQ3b7vkv8VdWSzpV656

    https://paste.quest/?8b0f016cba4e914b#BuZMVD74zLnVY8iUP9WWxND7LUQ3b7vkv8VdWSzpV656thenImage

    image2

    After doing the command :

    DISM.exe /Online /Cleanup-image /Scanhealth
    DISM.exe /Online /Cleanup-image /Restorehealth
    

    Then i disable Hyper-V , Virtual Machine Platform ,Windows Hypervisor Platform. (image3) and restart.

    image3

    and open cmd again then type :

    systeminfo
    

    image4

    the result image 4: https://paste.quest/?d723612f1eab2f73#3obpnHsRrHXBS9KDFCUojDVBvwKfGn2hs3qBhG8XmnrV

    10+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-07T16:14:35+00:00

    In the end nothing worked for me and I stumbled into another forum, which mentioned something about Windows security and a registry key.

    Looking up the that registry key I noticed the registry key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity/Enabled". This was set to 1. After I've set it to 0 and rebooted the laptop, I was finaly able to run my VM's again without the error.

    10+ people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-05-06T22:46:02+00:00

    i have tried these commands. hyper-v is enabled but it seems some kind of virtual machine is interfering with it

    9 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-05-06T21:45:23+00:00

    Hello,

    My name is Hanem, an independent advisor, and I'm here to help you.

    I'm sorry that you are experiencing this issue, and I will try my best to assist you.

    Kindly try to enable Hyper-V using this command on PowerShell.

    1. Right-click on Start then click on Windows PowerShell(admin).
    2. Copy and paste this command.

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

    1. Or you can use the Dism command.

    DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

    I hope this helps. If the issue persists, just let me know and I'll be more than happy to assist you.

    9 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2023-09-14T07:19:00+00:00

    Hello,
    Image

    In windows 11 Turn on :
    Virtual Machine Platform
    Windows Hypervisor Platform
    and then restart in turn windows features on or off
    My issue resolved ! you can try this

    7 people found this answer helpful.
    0 comments No comments