相关文章推荐
不爱学习的小虾米  ·  4年前PHP ...·  1 年前    · 
眼睛小的鸭蛋  ·  ALTER TABLE ...·  1 年前    · 
纯真的骆驼  ·  查看包对象 - SQL Server ...·  1 年前    · 

You cant use hyper V on window 10 home.
You need Window 10 pro or enterprise to use Hyper V.

If you want to use another Application similar to Hyper V in your home edition then go for Virtual Box.

Thanks
K. Singh

Don't you wish people that didn't know what they are talking about would stop answering tech questions?

Irritating as hell, isn't it?

Create a file, anywhere, using a text editor and copy the following into that file:

pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hv.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hv.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause

Now save that as hv.bat from your text editor. The desktop or download folder are good destinations for which to save and easily located for the next step.

After exiting the editor, open file manager and right mouse click the file and choose run as administrator.

Once complete it will reboot your machine and you can turn on Hyper-v from programs and features.

Error: 2

An error occurred while attempting to start the servicing process for the image located at C:.
For more information, review the log file.

Please help

Your question is missing sufficient context for anyone to help. We have no idea where you were in the process when you encountered this error. Are you following the steps either I or Hank laid out? If you describe what step you had already completed, and which step you encountered this error, someone may be able to try to help.

There is a typo on line 3 of the script - the filename hyper-v.txt should be hv.txt

So the line in whole should be:

 for /f %%i in ('findstr /i . hv.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"

Thanks for posting the script - it was a great help! I now have Hyper-V Manager on my Win10 Home machine.

am getting the following error when i try for this solution you mentioned. Can someone solve this?

****Error: 0x800f080c**
Feature name Microsoft-Hyper-V is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again**.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

Thanks, now I can able to install and use hyper-v on my Microsoft Windows 10 Home Single Language

but in system information showing below message
"A hypervisor has been detected. Features required for Hyper-V will not be displayed."
What is this means?

![113588-image.png][1]  

Please help

It's 100% working.

Just (as MichaelBurr-9534 said) original script requires little correction.
Make sure text file you create in 2nd line ("hv.txt") is the same file you use in function in 3rd line and finally delete in 4th line.

I'm on Windows 10 Home. Under "Turn Windows features on or off", I see:

Virtual Machine Platform
Windows Hypervisor Platform

I checked both of those, and the system told me to reboot. I did so, and upon opening up System Information, at the bottom I now see:

Virtualization-based security Running
A hypervisor has been detected. Features required for Hyper-V will not be displayed.

So, apparently, the Hyper-V hypervisor can be enabled on Windows 10 Home. I still didn't have the Hyper-V Management Console. I found the following instructions on how to enable the Hyper-V Management Console on Windows 10 Home. I used them, and I now have the console that allows me to create new VMs.

https://www.itechtics.com/enable-hyper-v-windows-10-home/

You can follow along here but windows 10 home edition does not support hyper-v role.

https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

--please don't forget to Accept as answer if the reply is helpful--

--------------------------

Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management

Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

Windows 10 Home edition doesn’t support Hyper-V feature, it can only be enabled on Windows 10 Enterprise, Pro, or Education.

If you want to use virtual machine, you need to use third-party VM software, such as VMware and VirtualBox.