sorry for that but this is not working...
On Windows 10 (Home Edition). Showing "A hypervisor has been detected. Features required for Hyper-V will not be displayed." on "system information".
Hello everyone,
My name is Abhishek. I have an W indows 10 (Home edition) device from HP, And I have a problem while using virtualization software due to showing "A hypervisor has been detected. Features required for Hyper-V will not be displayed." on "system information".
and on **"Turn on or off features"**no hyper -v option available. so How can I turn off it. virtualization software like VMware & VirtualBox not working. Hyper -v also not available. but showing **"A hypervisor has been detected. Features required for Hyper-V will not be displayed.".**also try to reset my pc, But it also don't work. on system information option. also try to fix it by command prompt & windows power shell but show "Hyper -v feature is unknown" so can any buddy help me to solve this problem. I have try a lots of things to fix but not working any thing to solve it.
At the short way I want to say, I have a Windows 10 (Home Edition) laptop from HP. No hyper -v feature available but showing "A hypervisor has been detected. Features required for Hyper-V will not be displayed." on "system information". So Virtualization software not working like VMware & VirtualBox. any can buddy help me to solve this problem.
Please help me to solve this...
Windows for home | Windows 10 | Settings
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.
3 answers
Sort by: Most helpful
-
Anonymous
2020-10-02T06:18:12+00:00 -
Lester Bernard Reyes 78,510 Reputation points Independent Advisor
2020-09-27T07:13:26+00:00 Hi and thanks for reaching out. My name is Bernard. I'm a Microsoft Windows expert and a Microsoft Windows fan like you. I'll be happy to help you out today.
Since you don't see hyper V on Windows Features, what we will do is turn it of using powershell command:
Press Windows key + X then click Windows Powershell (admin)
Then copy, paste and enter the command below:
DISM /online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
Then next command is:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
You may also refer here:
https://docs.microsoft.com/en-us/troubleshoot/w....
Let me know how does it goes and I hope that helps.
Bernard
Independent Advisor
-
Anonymous
2020-10-02T06:12:23+00:00 thanks for these solution, I hope it will work.