Resend my activation email : Register : Log in 
BCF: Bike Chat Forums


How to Enable Hyper-V on Windows 10 Home

Reply to topic
Bike Chat Forums Index -> The Geek Zone
View previous topic : View next topic  
Author Message

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 11:28 - 27 Apr 2020    Post subject: How to Enable Hyper-V on Windows 10 Home Reply with quote

I'm making this thread just to give the following information a slightly greater footprint on the internet, because most sources say it's impossible (and those sources are wrong).

Hyper-V is a fairly obscure feature that nobody cares about, but when you need it, you need it, and it's very annoying to discover that Microsoft demand you pay for Pro just to enable something that your computer should be able to do out of the box.

Turns out this article has the answers: https://www.itechtics.com/enable-hyper-v-windows-10-home/

In short, copy the following into a new txt file

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


Then rename the file to have a .bat extension.

(or download the file from here: https://www.itechtics.com/?dl_id=80)

Right click, run as administrator.

Done.

Can confirm it works and is not malicious, you can see it running each step automatically in the command prompt. It simply opens the Windows DISM tool and runs precisely the correct commands for setting up Hyper-V.

Thumbs Up
 Back to top
View user's profile Send private message You must be logged in to rate posts

xX-Alex-Xx
World Chat Champion



Joined: 12 Sep 2019
Karma :

PostPosted: 11:33 - 27 Apr 2020    Post subject: Reply with quote

I've always run Pro so never an issue, but that script is pretty brilliant in its simplicity Thumbs Up
____________________
DILLIGAF
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 11:35 - 27 Apr 2020    Post subject: Reply with quote

It's great, and I now have a nice speedy Android emulator for the work I'm doing Very Happy
 Back to top
View user's profile Send private message You must be logged in to rate posts

Easy-X
Super Spammer



Joined: 08 Mar 2019
Karma :

PostPosted: 12:11 - 27 Apr 2020    Post subject: Reply with quote

Was gonna say for personal use VirtualBox is much easier but VS would probably not like it. And, well.. Oracle.
____________________
Husqvarna Vitpilen 401, Yamaha XSR700, Honda Rebel, Yamaha DT175, Suzuki SV650 (loan) Fazer 600, Keeway Superlight 125, 50cc turd scooter
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 12:19 - 27 Apr 2020    Post subject: Reply with quote

I've got VirtualBox too, my machine's got tons of OS'es on it now Very Happy

Yeah the Android emulator thing is via Visual Studio in Windows, so had to figure out a way to get Hyper-V working on there.
 Back to top
View user's profile Send private message You must be logged in to rate posts

xX-Alex-Xx
World Chat Champion



Joined: 12 Sep 2019
Karma :

PostPosted: 15:28 - 27 Apr 2020    Post subject: Reply with quote

Easy-X wrote:
Was gonna say for personal use VirtualBox is much easier but VS would probably not like it. And, well.. Oracle.


Vmware Workstation is free for personal use too.
____________________
DILLIGAF
 Back to top
View user's profile Send private message You must be logged in to rate posts

Islander
World Chat Champion



Joined: 05 Aug 2012
Karma :

PostPosted: 22:21 - 27 Apr 2020    Post subject: Reply with quote

I've been using Virtualbox for years mainly to run Kali. Thumbs Up
 Back to top
View user's profile Send private message You must be logged in to rate posts

Lord Percy
World Chat Champion



Joined: 03 Aug 2012
Karma :

PostPosted: 09:43 - 28 Apr 2020    Post subject: Reply with quote

Turns out some (or all?) Linux setups on VirtualBox don't like it when you enable Hyper-V. Ubuntu died on me last night and no amount of playing with settings seemed to get it running again, even a clean boot from the original Ubuntu iso was failing at the last step. A bit of googling tells me this is a known issue.

Lucky for me, I enabled Hyper-V Laughing, so Linux is now installed on that instead. No problems so far Thumbs Up
 Back to top
View user's profile Send private message You must be logged in to rate posts
Old Thread Alert!

The last post was made 3 years, 363 days ago. Instead of replying here, would creating a new thread be more useful?
  Display posts from previous:   
This page may contain affiliate links, which means we may earn a small commission if a visitor clicks through and makes a purchase. By clicking on an affiliate link, you accept that third-party cookies will be set.

Post new topic   Reply to topic    Bike Chat Forums Index -> The Geek Zone All times are GMT + 1 Hour
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Read the Terms of Use! - Powered by phpBB © phpBB Group
 

Debug Mode: ON - Server: birks (www) - Page Generation Time: 0.06 Sec - Server Load: 0.77 - MySQL Queries: 17 - Page Size: 57.31 Kb