How to Check Hyper V in Windows 10
Hyper-V is a free Windows server tool. By default, the Hyper-V feature is available on all editions of Windows 10 except for Home Edition. Sometimes you may need to enable Hyper-V on your Windows 10 Home Edition. So if you want to learn about the steps, follow our guide below.
- What is Hyper-V?
- How to check your system support virtualization?
- Steps to Enable Hyper-V in Windows 10 Home
- Steps to Disable Hyper-V from Windows 10 Home
- Verdict
Quick steps
Enable Hyper-V on Windows 10 Home:
Enable Hyper-V:
- Copy the below code and paste any text editor:
pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL pause
- Save the file as "HyperV Activation Script.bat."
Right-click on the file and select Run as Administrator.
After the completion, you just press Y to restart your PC.
Disable Hyper-V:
- Open the Run Command by pressing the Windows Key + R .
- Search for "optionalfeatures," and uncheck the Hyper-V credentials.
- Restart the system.
Using PowerShell
- Open the Windows PowerShell and execute the below code: Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All .
Using Command Prompt:
- Open the command prompt and run the below code: DISM /Online /Disable-Feature /All /FeatureName:Microsoft-Hyper-V
- For detailed information, follow the below-given instructions.
What is Hyper-V?
Hyper-V is Microsoft's virtualization product. It allows you to create and run a software version of a computer. Hyper-V runs each virtual machine in its own isolated space. So you can run more than one virtual machine on the same hardware at the same time.
It is available on Windows Server, Windows 8.1, and Windows 10. Unfortunately, you can't install it on Windows 10 Home Edition by default.
How to check your system support virtualization?
Before that, you need to check your system does support the virtualization for Hyper-V to function correctly. Otherwise, you can use other virtualization platforms such as VirtualBox and VMWare .
So, for Hyper-V to be installed, your Windows 10 system must meet four basic requirements:
- Does your system support VM Monitor Mode Extensions ?
- Is virtualization enabled in your firmware?
- Can your system handle second address level translation ?
- Does your PC support data execution prevention (DEP) ?
To verify these requirements, you can use the below steps.
- Open the Command Prompt from the Start menu or through the Run Command (Run–> cmd).
- Here, you need to run the "systeminfo" command.
- Now you can check the Hyper-V requirements section.
- Primarily, modern computers support all the requirements of Hyper-V. However, some PCs' may have virtualization disabled from BIOS.
- So, you can go to the BIOS setup from the start menu and enable it.
Steps to Enable Hyper-V in Windows 10 Home:
For enabling the Hyper-V in Windows 10 Home, do follow the below steps.
- First, you have to create and a ".bat" file on your Windows system.
- For that, you need to copy the below code and paste it into any text editor like Notepad or Visual Studio Code.
pushd "%~dp0" dir /b %SystemRoot%\servicing\Packages*Hyper-V*.mum >hyper-v.txt for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL pause
- You have to save the file as "HyperV Activation Script.bat" on your desktop.
- Right-click on the file and select Run as Administrator.
- It will show some warnings from your system about running .bat files. However, the file is safe to run (after all, you created it), so you can allow it.
- It may take a few minutes to run, so let it complete without interruption .
- After the completion, you press Y to restart your PC.
- Now open the Run command and search for "optionalfeatures" to check Hyper-V option is available.
- Finally, you can search for Hyper-V at the start menu on your Windows 10 Home.
- If the Hyper-V is not showing in the search box, you can run the following code in the Run Command:
virtmgmt.msc
- It will directly open Hyper-V manager on your Windows 10 Home PC.
Steps to Disable Hyper-V from Windows 10 Home:
If you want to disable this functionality on your computer, you can permanently disable it. Here we will show the three methods to disable this feature.
- Open the Run Command by pressing the Windows Key + R .
- Search for optional features , and it will open the Windows Features window.
- Here, it would be best if you unchecked the Hyper-V and Hyper- V management tools .
- Restart the computer.
Using Windows PowerShell:
- Open the Windows PowerShell and execute the following command.
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Using Command Prompt:
- Open the Command Prompt from the Start menu.
- Run the following command:
DISM /Online /Disable-Feature /All /FeatureName:Microsoft-Hyper-V
- From these methods, you can easily disable the Hyper-V functionality on your PC.
Verdict:
That's all. We have enabled the Hyper-V Manager in our Windows 10 Home edition . Hope that this article is helpful to you. Please share your thoughts and questions in the below comment box.
Read Also:
- Where are Themes Stored in Windows 10 & How to Change it?
- How to Disable All the Settings of Windows 10 Taskbar? {2 Simple Ways}
How to Check Hyper V in Windows 10
Source: https://windowsdot.com/how-to-enable-hyper-v-on-windows-10-home-a-complete-guide/
0 Response to "How to Check Hyper V in Windows 10"
Post a Comment