sexta-feira, 7 de junho de 2024

How to uninstall hyper-v from windows?

 To uninstall Hyper-V from your Windows system, you need to disable it through the Windows Features dialog. Here are the steps to do so:

1. Open Windows Features

  1. Press Windows + R to open the Run dialog.
  2. Type optionalfeatures and press Enter to open the Windows Features dialog.

2. Disable Hyper-V

  1. In the Windows Features dialog, scroll down and find the Hyper-V option.
  2. Uncheck the Hyper-V option along with its sub-options (such as Hyper-V Management Tools and Hyper-V Platform).
  3. Click OK. Windows will process the changes and uninstall Hyper-V. This might take a few minutes.

3. Restart Your Computer

  1. Once the process is complete, you will be prompted to restart your computer. Click Restart now to complete the uninstallation process.

Using PowerShell to Uninstall Hyper-V (Optional)

You can also use PowerShell to uninstall Hyper-V. Here’s how:

  1. Open PowerShell with administrative privileges. You can do this by searching for "PowerShell" in the Start menu, right-clicking on it, and selecting Run as administrator.
  2. In the PowerShell window, type the following command and press Enter:
    powershell
    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
  3. Wait for the command to complete, then restart your computer if prompted.

By following these steps, you can successfully uninstall Hyper-V from your Windows system.

Nenhum comentário:

Postar um comentário