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
- Press
Windows + R
to open the Run dialog. - Type
optionalfeatures
and pressEnter
to open the Windows Features dialog.
2. Disable Hyper-V
- In the Windows Features dialog, scroll down and find the Hyper-V option.
- Uncheck the Hyper-V option along with its sub-options (such as Hyper-V Management Tools and Hyper-V Platform).
- Click OK. Windows will process the changes and uninstall Hyper-V. This might take a few minutes.
3. Restart Your Computer
- 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:
- 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.
- In the PowerShell window, type the following command and press
Enter
:powershellDisable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
- 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