Question: How to remove Hyper-V in Windows 11? If you no longer use the Hyper-V virtual machine feature, it is recommended to turn it off to avoid affecting system performance. PHP editor Zimo will introduce in detail the simple steps to remove Hyper-V using command code in this article.
Method 1: Run CMD
1. To remove hyper from win11, first press "win s" to open the search, then enter cmd to run as administrator.
2. Then enter the command: dism.exe / Online / Disable-Feature / FeatureName: Microsoft-Hyper-V-All. Press Enter to disable it.
Method 2: Open powershell
1. You can right-click the taskbar on the desktop to start, and click "Windows Terminal Administrator" to open "powershell".
2. Then copy and paste the connection: DISM /Online /Disable-Feature:Microsoft-Hyper-V. Go inside and press Enter to solve it.
The above is the detailed content of How to remove hyper in win11 How to remove hyper in win11. For more information, please follow other related articles on the PHP Chinese website!