{"id":9884,"date":"2024-08-12T19:04:55","date_gmt":"2024-08-12T19:04:55","guid":{"rendered":"https:\/\/cheapwindowsvps.com\/blog\/how-to-enable-hyper-v-on-windows-10-and-windows-11-pro-and-home-editions-a-step-by-step-guide\/"},"modified":"2025-01-20T09:59:28","modified_gmt":"2025-01-20T09:59:28","slug":"how-to-enable-hyper-v-on-windows-10-and-windows-11-pro-and-home-editions-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/cheapwindowsvps.com\/blog\/how-to-enable-hyper-v-on-windows-10-and-windows-11-pro-and-home-editions-a-step-by-step-guide\/","title":{"rendered":"How to Enable Hyper-V on Windows 10 and Windows 11 Pro and Home Editions: A Step-by-Step Guide"},"content":{"rendered":"<p><p>In addition to the Windows Server platform, desktop versions of Windows also include the Hyper-V virtualization platform. This feature allows users to create and manage virtual machines using the built-in Hyper-V hypervisor. This article offers guidance on how to activate the Hyper-V feature on Windows 10 and 11.<\/p>\n<\/p>\n<p><p>The Hyper-V virtualization capability can be activated on the <strong>Pro<\/strong> and <strong>Enterprise<\/strong> editions of Windows 10 and 11. Initially, verify that your computer&#8217;s hardware supports Hyper-V virtualization. To do this, open a command prompt with administrative permissions and enter:<\/p>\n<\/p>\n<p><p><code>systeminfo<\/code><\/p>\n<\/p>\n<p><p>Scroll down to the bottom of the output and check that the following components are enabled under <strong>Hyper-V Requirements<\/strong>:<\/p>\n<\/p>\n<p><pre>VM Monitor Mode Extensions: Yes<\/p><p>Virtualization Enabled In Firmware: Yes<\/p><p>Second Level Address Translation: Yes<\/p><p>Data Execution Prevention Available: Yes<\/pre>\n<\/p>\n<p><p>If it says <code>Virtualization Enabled in Firmware: No<\/code>, enable hardware virtualization support in your computer\u2019s BIOS\/UEFI settings (it may be called Intel VT-X or AMD-V).<\/p>\n<\/p>\n<p><p>Then go to the <strong>CPU<\/strong> tab in the Task Manager and check the processor compatibility: <code>Virtualization: Enabled<\/code> should be specified here.<\/p>\n<\/p>\n<p><p>If the Hyper-V components are already installed, you will see the message: <\/p>\n<pre>A hypervisor has been detected. Features required for Hyper-V will not be displayed.<\/pre>\n<\/p>\n<p><p>On Windows 10 and 11, the Windows Features applet in the Control Panel can be used to enable the Hyper-V role. Run the <code>optionalfeatures<\/code> command and select the <strong>Hyper-V Platform<\/strong> and <strong>Management Tools<\/strong> features to install.<\/p>\n<\/p>\n<p><p>Alternatively, enable the Hyper-V feature from the PowerShell command prompt:<\/p>\n<\/p>\n<p><p><code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All<\/code><\/p>\n<\/p>\n<p><p>Or with DISM:<\/p>\n<\/p>\n<p><p><code>dism.exe \/Online \/Enable-Feature \/FeatureName:Microsoft-Hyper-V-All<\/code><\/p>\n<\/p>\n<p><p>Restart the computer after the features are installed. Check that hypervisor features are enabled:<\/p>\n<\/p>\n<p><p><code>Get-WindowsOptionalFeature -Online -FeatureName *hyper*|ft<\/code><\/p>\n<\/p>\n<p><p>Enable Hyper-V to start automatically:<\/p>\n<\/p>\n<p><p><code>bcdedit \/set HypervisorLaunchType auto<\/code><\/p>\n<\/p>\n<p><p>The <a href=\"https:\/\/woshub.com\/hyper-v-remote-management\/\" rel=\"nofollow noopener\" target=\"_blank\">Hyper-V Manager<\/a> GUI tool can be utilized to oversee Hyper-V and virtual machines (<code>virtmgmt.msc<\/code>).<\/p>\n<\/p>\n<p><p>Alternatively, <a href=\"https:\/\/woshub.com\/manage-hyper-v-virtual-machines-powershell\/\" rel=\"nofollow noopener\" target=\"_blank\">PowerShell can be employed<\/a> to manage Hyper-V and VMs.<\/p>\n<\/p>\n<p><p>The Hyper-V feature <strong>is not available in the Home<\/strong> editions of Windows 10 and 11. Nevertheless, a clever technique exists to install the Hyper-V role even on Home editions of Windows, utilizing the WinSxS component store.<\/p>\n<\/p>\n<p><p>Create a batch file called <strong>enable-hyperv.bat<\/strong> on the desktop with the following commands:<\/p>\n<\/p>\n<p><p><code>pushd \"%~dp0\"<br \/> dir \/b %SystemRoot%servicingPackages*Hyper-V*.mum &gt;hyper-v.txt<br \/> for \/f %%i in ('findstr \/i . hyper-v.txt 2^&gt;nul') do dism \/online \/norestart \/add-package:\"%SystemRoot%servicingPackages%%i\"<br \/> del hyper-v.txt<br \/> Dism \/online \/enable-feature \/featurename:Microsoft-Hyper-V -All \/LimitAccess \/ALL<br \/> pause<\/code><\/p>\n<\/p>\n<p><p>Execute the BAT file as an administrator for the changes to take effect.<\/p>\n<\/p>\n<p><p>Once the components are installed, restart the computer. Check that the Hyper-V virtualization feature is now available in the Windows Home.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In addition to the Windows Server platform, desktop versions of Windows also include the Hyper-V virtualization platform. This feature allows users to create and manage virtual machines using the built-in Hyper-V hypervisor. This article offers guidance on how to activate the Hyper-V feature on Windows 10 and 11. The Hyper-V virtualization capability can be activated [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9885,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[135,98,99],"tags":[],"class_list":["post-9884","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hyper-v","category-windows-10","category-windows-11"],"_links":{"self":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/comments?post=9884"}],"version-history":[{"count":1,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9884\/revisions"}],"predecessor-version":[{"id":10214,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/9884\/revisions\/10214"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/media\/9885"}],"wp:attachment":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/media?parent=9884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/categories?post=9884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/tags?post=9884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}