{"id":1358,"date":"2022-01-19T20:56:18","date_gmt":"2022-01-19T20:56:18","guid":{"rendered":"https:\/\/www.ridiculously-simple.com\/?p=1358"},"modified":"2022-01-20T13:20:50","modified_gmt":"2022-01-20T13:20:50","slug":"installing-hyper-v-on-a-windows-11-home-edition","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2022\/01\/19\/installing-hyper-v-on-a-windows-11-home-edition\/","title":{"rendered":"Installing Hyper-v on a windows 11 Home edition"},"content":{"rendered":"\n<p>To install Hyper-v, you typically open the add features menu in windows and add Hyper-v, this works in Windows Pro, but does not work in windows Home<\/p>\n\n\n\n<p>In Windows Home, it is a very simple process<\/p>\n\n\n\n<p>Create a file and name it (hv.bat), mind you, this is the whole name, where bet is the new file extension, make sure you don&#8217;t have an hv.bat.txt undreneath (Make sure windows is showing you the extensions)<\/p>\n\n\n\n<p>Now, All you need to do is put the following text in the batch file (hv.bat), then Run it as administrator<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">     pushd \"%~dp0\"\n     dir \/b %SystemRoot%\\servicing\\Packages\\*Hyper-V*.mum &gt;hv.txt\n     for \/f %%i in ('findstr \/i . hv.txt 2^&gt;nul') do dism \/online \/norestart \/add-package:\"%SystemRoot%\\servicing\\Packages\\%%i\"\n     del hv.txt\n     Dism \/online \/enable-feature \/featurename:Microsoft-Hyper-V -All \/LimitAccess \/ALL\n     pause<\/pre>\n\n\n\n<p>Once done, the command prompt will ask you whether you would like to restart your computer to apply changes, I would suggest you respond with N (For no) and take your time closing all your applications etc&#8230; then restart manually<\/p>\n\n\n\n<p>Right after the restart, hit the windows key on your computer, and type hyper-v, the application should appear and you can run it, it works just like it does on the pro version<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Happy computing \ud83d\ude09<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To install Hyper-v, you typically open the add features menu in windows and add Hyper-v, this works in Windows Pro, but does not work in windows Home In Windows Home, it is a very simple process Create a file and name it (hv.bat), mind you, this is the whole name, where bet is the new [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[117,17],"tags":[],"class_list":["post-1358","post","type-post","status-publish","format-standard","hentry","category-virtualization","category-windows"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1358","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=1358"}],"version-history":[{"count":3,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1358\/revisions"}],"predecessor-version":[{"id":1361,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/1358\/revisions\/1361"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=1358"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=1358"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=1358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}