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. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

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://filestore.community.support.microsoft.com/api/images/5868035e-da91-40da-bd7d-2c0c1750550d?upload=true&fud_access=wJJIheezUklbAN2ppeDns8cDNpYs3nCYjgitr%2BfFBh2dqlqMuW7np3F6Utp%2FKMltnRRYFtVjOMO5tpbpW9UyRAwvLeec5emAPixgq9ta07Dgnp2aq5eJbnfd%2FU3qhn54XHdGr4NvX2g6ZIzY4gActvI8pM%2FI4NNqbss9uuVi9G%2BD6Oxh4l9Z5Uc3FM2hHhUpe5mjIvgVTVU5iQgeTqugElAsCAwl%2Blsj502Mv3q%2F0rYdLdqj6yBR1RCJz%2Bftr5ZG9ywgjzkqSk4oT7Mzwt7ACMjPy75jHM6PdO%2FnJ7GUaOZhECJRzIyU%2F8RjlECEXhMq84ZuiJYZ2EJ7gaAAeaWELcLbyOEN5kN4uHeAiwMm1Fkpq5JZuw5Uv0JdEf9W5A%2FXFXNweGQtrI1XRGj3mcimKQa%2FnLoqj63i6Dmp86gTvcc%3D
    image1

    And I just got this log (image2) after running

    sfc /scannow
    

    CBS.LOG 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

    13 people found this answer helpful.
    0 comments No comments
  2. 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
  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-07T12:55:19+00:00

    Hello, thank you for your response.Kindly also launch the system through a clean boot then observe if the issue remains.Press the Windows key + R to open the Run tab, type in "msconfig", and hit enter.

    Switch to the Services Tab

    Select Hide all Microsoft services, and then click on Disable All.

    Select Apply and hit OK.

    Restart the system to apply the changes.If the issue remains, kindly provide a screenshot of any error you are getting.I hope this helps.

    0 comments No comments
  5. Anonymous
    2023-05-08T14:57:08+00:00

    hello i tried it but it did not work

    3 people found this answer helpful.
    0 comments No comments