Windows 10 problem

10nu7 21 Reputation points
2022-05-08T05:59:24.517+00:00

What can I do to disable Hyper-V in windows10 if the control panel and Power Shell variants do not work?
I mention that for Power Shell I used the command: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor

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

Accepted answer
  1. Arthur H. Loua 76 Reputation points
    2022-05-08T06:40:28.56+00:00

    Win+R type control <enter>
    199964-control.png


1 additional answer

Sort by: Most helpful
  1. T. Kujala 8,721 Reputation points
    2022-05-08T06:07:18.877+00:00

    Hi @10nu7 ,

    Open an elevated PowerShell window.

    Run the next command.

    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor

    1 person found this answer helpful.

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.