What is Hyper-V used for?
Hyper-V is Microsoft's hardware virtualization product. It lets you create and run a software version of a computer, called a virtual machine. Each virtual machine acts like a complete computer, running an operating system and programs.
How to enable Hyper-V in Windows?
First of all check whether your computer have Hyper-V in Turn windows feature on or off. If there is not any option in windows feature then you should run CMD as administration. Make sure that you have connected to internet. Now copy the following command to activate Hyper-V----
@echo off pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >List.txt
for /f %i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%i"
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause
Subscribe our you-tube channel for interesting tech channel
Post a Comment