Windows 10 home enable hyper v

Learn how to install and enable Hyper-V on your Windows 10 Home and other editions. using the detailed guide below.

Hyper-V is Microsoft’s virtualization platform. It is available on Windows Server operating systems and Microsoft has also added the Hyper-V functionality to Windows 8.1, Windows 10, and Windows 11.

Unfortunately, the Hyper-V feature is only available in Windows 10 Professional, Enterprise, and Education editions. You can’t install it on Windows 10 Home edition by default.

However, using the steps in this article, we’ll show you how to enable Hyper-V in the Windows 10 Home edition.

Table of contents

  • Does Your System Support Virtualization?
  • Enable Virtualization in Firmware/BIOS
  • Install Hyper-V in Windows 10 Home
  • How to Enable Hyper-V on Windows 10 (Pro, Enterprise, Education)
    • Enable Hyper-V from Optional Features
    • Enable Hyper-V from Command Prompt
    • Enable Hyper-V from Windows PowerShell
  • How to Disable Hyper-V in Windows 10 (Home, Pro, Enterprise, Education)
  • Closing Thoughts

Does Your System Support Virtualization?

Before moving forward, we need to check if our system supports virtualization. Hardware virtualization is required for Hyper-V to function correctly. Otherwise, you can use other virtualization platforms like Virtualbox and VMWare.

There are four basic requirements for Hyper-V to be installed on a Windows 10 computer:

  • VM Monitor Mode Extensions
  • Virtualization enabled in firmware
  • Second Level Address Translation (SLAT)
  • Data Execution Prevention

All four of these requirements can be easily checked through a Command Prompt cmdlet. Run the following cmdlet in an elevated Command Prompt and obtain the results on the four requirements:

systeminfo

This will generate a list, and you will find the section “Hyper-V Requirements” at the end of the list containing the details of the 4 requirements, as in the image below:

Check Hyper V requirements

Check Hyper-V requirements

If these requirements are met, the results will display “Yes.” However, if you find that “Virtualization Enabled In Firmware” states “No,” you need to enable it using the guide below.

Enable Virtualization in Firmware/BIOS

Most modern computers support all the requirements of Hyper-V. But some systems have virtualization disabled from BIOS. You can go to the BIOS setup computer at the startup and enable Virtualization using the following steps:

  1. Restart your computer and enter the BIOS setup using the hotkey.

  2. Here, look for the “Virtualization” tab and click on it, or use the arrow keys on the keyboard to highlight it and press Enter.

  3. Now enable Virtualization.

    Enable virtualization from BIOS 1

    Enable virtualization from BIOS
  4. Now save the new settings and exit BIOS. The system will now reboot normally.

When it reboots, continue with the following steps to install and enable Hyper-V.

Install Hyper-V in Windows 10 Home

Note: Since Windows Home edition comes without Hyper-V, you must first install it. If you have the Pro, Education, or Enterprise editions, then you may skip this step and proceed to the next section of this article. To check which edition you have, type in winver in the Run Command box and obtain your operating system’s details.

Follow the steps below to install and enable Hyper-V in Windows 10 Home:

  1. Download Hyper-V Installer by clicking on the following link:

    How To Enable Hyper-V On Windows 10 (Home & Pro) 1  Hyper-V installer and enabler for Windows 10 Home (317 bytes, 34,967 hits)

  2. Once downloaded, right-click on the file and select Run as Administrator from the context menu. This will trigger the installation script.

    Run as admin

    Run as admin
  3. If prompted with a UAC, click Yes.

    UAC

    Click Yes on User Access Control

    It may take some time to complete the installation. Please let it complete without interruption.

  4. Once complete, press Y to continue.

    Press Y to continue 1

    Press Y to continue

    The computer will now reboot and update.

Once rebooted, Hyper-V will have installed and automatically enabled on your Windows Home.

How to Enable Hyper-V on Windows 10 (Pro, Enterprise, Education)

The method given above automatically enables Hyper-V as well as installing it on a Windows Home. However, if you are running Windows Pro, Education, or Enterprise edition, then you can enable Hyper-V using any one of the following methods.

Enable Hyper-V from Optional Features

Since Hyper-V is an optional feature that one can enable when needed, you can enable it from the Optional Features applet. Here is how:

  1. Open the Optional Features applet by typing in optionalfeatures in the Run Command box.

    optionalfeatures

    Open the Optional Features applet
  2. Now look for the “Hyper-V” option from the list and check the box next to it. Then click Ok.

    Enable Hyper V from Optional Features

    Enable Hyper V from Optional Features
  3. You will now see a window applying the changes. Click Close when it is done.

    Close installation window 1

    Close installation window

Hyper-V will now be installed and enabled. You can now access the Hyper-V manager by searching for it in the search box in the taskbar or through the Start menu.

Open Hyper V Manager 1

Open Hyper V Manager

Alternatively, you can also use the other 2 command-line methods to enable Hyper-V on Windows 10.

Enable Hyper-V from Command Prompt

Follow these steps to enable Hyper-V using the DISM command tool in the Command Prompt:

  1. Run the following cmdlet in an elevated Command Prompt:

    DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

    Enable Hyper V from Command Prompt 1

    Enable Hyper V from Command Prompt
  2. When asked, enter Y to restart the computer:

    Enter Y 1

    Enter Y

The computer will now restart, When it does, Hyper-V should be enabled successfully.

Enable Hyper-V from Windows PowerShell

If you’d rather prefer to use Windows PowerShell, here is how to enable Hyper-V:

  1. Run the following cmdlet in an elevated PowerShell:

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

    Enable Hyper V using PowerShell 1

    Enable Hyper V using PowerShell
  2. When asked, enter Y and hit Enter to restart the computer:

    Enter Y 2 1

    Enter Y

    When the computer reboots, Hyper-V will have installed successfully.

These are the 3 methods to enable Hyper-V in Windows 10, provided that the hardware is supported and Hyper-V is installed.

How to Disable Hyper-V in Windows 10 (Home, Pro, Enterprise, Education)

If you don’t want this functionality on your computer, you can always disable it. There are three ways to disable it:

  • From Optional Features

    1. Open the Optional Features applet by typing in optionalfeatures in the Run Command box.

      optionalfeatures

      Open Optional Features applet
    2. Uncheck the box next to Hyper-V and click Ok.

      Disable Hyper V from Optional Features 1

      Disable Hyper-V from Optional Features
    3. When done, click Restart now to finalize the changes.

      Restart PC 2

      Restart PC
  • From Command Prompt

    Run the following cmdlet in an elevated Command Prompt to disable Hyper-V:

    DISM /Online /Disable-Feature /FeatureName:Microsoft-Hyper-V-all

    If asked for a reboot, enter Y for Yes.

    Disable Hyper V from Command Prompt 1

    Disable Hyper V from Command Prompt
  • From PowerShell

    Run the following cmdlet in an elevated PowerShell to disable Hyper-V:

    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

    If asked for a reboot, enter Y for Yes.

    Disable Hyper V from Windows PowerShell 1

    Disable Hyper V from Windows PowerShell

Closing Thoughts

Sometimes Hyper-V is very useful even for home users. It can be used to test and evaluate new software without hurting the host system. But there are times when enabling virtualization support or installing Hyper-V is not recommended.

Hyper-V requires some system resources to run its virtual machines. For example, if you have 4 GB RAM, you won’t be able to give any resources to the virtual machine. So it would not be wise to enable Hyper-V functionality.

For what purpose do you want to enable Hyper-V functionality on your Windows 10 Home computer? Please share your thoughts in the comments below.

Also see:

Usman Khurshid is a seasoned IT Pro with over 15 years of experience in the IT industry. He has experience in everything from IT support, helpdesk, sysadmin, network admin, and cloud computing. He is also certified in Microsoft Technologies (MCTS and MCSA) and also Cisco Certified Professional in Routing and Switching.

Редакция Windows HOME (домашняя) не имеет встроенной виртуальной машины Hyper-V, но есть способ, как активировать функцию для включения виртуализации и установки Hyper-V.

Как активировать Hyper-V в Windows 10 Home

Шаг 1. Нажмите правой кнопкой мыши на пустом месте рабочего стола и выберите «Создать» > «Текстовый документ«.

Создать текстовый документ

Шаг 2. Помести ниже скрипт написанный командной Microsoft Virtualization на Github в текстовый документ. Далее нажмите на вкладку сверху «Файл» > «Сохранить как«. В поле «Имя файла» укажите любое имя, но с расширением .bat и сохраните его на рабочий стол.

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

бат файл для включения HyperV в Windows 10

Шаг 3. На рабочем столе нажмите правой кнопкой мыши по созданному бат-файлу и выберите «Запустить от имени администратора«. Далее появится окно командной строки, где будет предложено перезагрузить компьютер нажав на Y.

запуск батника с повышенными правами

Шаг 4. Нажмите Win+R и введите optionalfeatures.exe, чтобы быстро открыть компоненты системы. Найдите Hyper-V и установите галочку, после чего нажмите OK.

После установки всех необходимых компонентов вы можете набрать в поиске меню «Hyper» и запустить виртуальную машину в Windows 10 HOME.

Компоненты HyperV


Смотрите еще:

  • Windows 10 Home: Активировать локальную групповую политику
  • Hyper-V: Встроенная виртуальная машина в Windows 10
  • Как использовать вместе VMware, VirtualBox с Hyper-V и WSL в Windows 10
  • Невозможно запустить движок виртуализации BlueStacks в Windows 10
  • Как пользоваться WHOIS при помощи CMD в Windows

[ Telegram | Поддержать ]

Хотите установить и запустить Linux или более раннюю версию операционной системы Windows на виртуальной машине используя компьютер с Windows 10? Вы будете рады узнать, что вам не нужно стороннее программное обеспечение для виртуализации (например, VirtualBox) для установки и запуска Linux или других операционных систем на Windows 10.

В Windows 10 встроенный инструмент Hyper-V, позволяет создавать и запускать виртуальные машины, которые поддерживают все выпуски операционных систем Linux, FreeBSD и Windows.

ВАЖНО: Если вы думаете о добавлении Microsoft Hyper-V в Windows 10 Home, это невозможно, поскольку опция доступна только в Windows 10 Pro или бизнес-версиях с 64-разрядными процессорами, поддерживающими виртуализацию, и не менее 4 ГБ ОЗУ.

  • Требования Hyper-V
  • Windows 10 Профессиональная, Корпоративная или Education
  • 4 ГБ или больше оперативной памяти
  • 64-битный процессор
  • Поддержка CPU для расширения режима VM Monitor (VT -c на процессорах Intel)

Проверьте, поддерживает ли ваш компьютер Hyper-V

Хотя Hyper-V является встроенной функцией, по умолчанию она не включена. Вам нужно включить функцию Hyper-V вручную, чтобы иметь возможность использовать ее. Windows 10 предлагает несколько способов включить функцию Hyper-V. Вы можете включить его с помощью панели управления, PowerShell или DISM.

В этом руководстве вы узнаете, как включить Microsoft Hyper-V для настройки и запуска виртуальных машин в Windows 10. Кроме того, вы также узнаете, как отключить эту функцию, если она больше не нужна. Выполните приведенные ниже инструкции, чтобы включить отключить Hyper-V в Windows 10.

Включить Hyper-V с помощью параметров Windows 10

Чтобы включить виртуализацию в Windows 10, выполните следующие действия:

Шаг 1: Откройте Параметры Windows, самый быстрый способ нажать клавиши Win I

Включить Hyper-V с помощью параметров Windows 10

Шаг 2: Нажмите плитку «Приложения».

Шаг 3: Перейдите в раздел «Приложения и возможности».

Шаг 4: В разделе «Сопутствующие параметры» выберите «Программы и компоненты».

В разделе «Сопутствующие параметры» выберите «Программы и компоненты»

Шаг 5: На левой панели кликните параметр «Включить или отключить компоненты Windows».

«Включение или отключение компонентов Windows»

Шаг 6: Отметьте опцию Hyper-V.

Здесь найдите запись Hyper-V. Установите флажок рядом с записью и нажмите кнопку «ОК»

Подсказка: если параметр недоступен, вероятно, в процессоре устройства отключена виртуализация или функция не поддерживается. Вы можете включить Intel VT-x / EPT или AMD-V / RVI, в BIOS или UEFI на вашем компьютере.

Шаг 7: Нажмите кнопку «ОК».

Шаг 8: Нажмите кнопку «Перезагрузить сейчас».

Нажмите кнопку «Перезагрузить сейчас»

После выполнения этих шагов стек виртуализации Windows 10 будет установлен вместе с приложением «Диспетчер Hyper-V» для настройки и запуска виртуальных машин.

Включить Hyper-V с помощью Панели управления

Шаг 1: Введите appwiz.cpl в поле поиска «Пуск / панель задач», а затем нажмите клавишу Enter, чтобы открыть окно «Программы и компоненты».

Введите appwiz.cpl

Шаг 2: В левой панели окна нажмите ссылку «Включение или отключение компонентов Windows». При нажатии на ссылку откроется окно Компоненты Windows.

«Включение или отключение компонентов Windows»

Шаг 3: Здесь найдите запись Hyper-V. Установите флажок рядом с записью и нажмите кнопку «ОК».

Здесь найдите запись Hyper-V. Установите флажок рядом с записью и нажмите кнопку «ОК»

Вас могут попросить перезагрузить компьютер для завершения установки.

Включить Hyper-V с помощью PowerShell

Шаг 1: Откройте PowerShell от имени администратора.

Шаг 2: В окне PowerShell скопируйте и вставьте следующую команду:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Включить Hyper-V с помощью PowerShell

Шаг 3: Нажмите клавишу Enter, чтобы запустить команду.

После завершения установки перезагрузите компьютер.

Включить Hyper-V с помощью командной строки и DISM

Шаг 1: Запустите командную строку от имени администратора.

Шаг 2: Скопируйте и вставьте следующую команду в окне командной строки и нажмите клавишу Enter:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

Включить Hyper-V с помощью командной строки и DISM

Шаг 3: После завершения установки перезагрузите компьютер.

Отключить Hyper-V с помощью параметров Windows 10

Чтобы отключить функцию виртуализации Hyper-V, выполните следующие действия:

Шаг 1: Откройте приложение «Параметры».

Шаг 2: Нажмите плитку «Приложения».

Шаг 3: Перейдите в раздел «Приложения и возможности».

Шаг 4: В разделе «Сопутствующие параметры» выберите «Программы и компоненты».

Шаг 5: На левой панели кликните параметр «Включить или отключить компоненты Windows».

Шаг 6: Снимите флажок с Hyper-V.

Отключить Hyper-V с помощью параметров Windows 10

Шаг 7: Нажмите кнопку «ОК» и «Перезагрузить сейчас».

После выполнения этих шагов компоненты виртуализации будут отключены на вашем устройстве.

Отключить Hyper-V с помощью PowerShell в Windows 10

Чтобы отключить Hyper-V с помощью команды PowerShell, выполните следующие действия:

Шаг 1: Откройте «Пуск» и начните набирать PowerShell.

Шаг 2: Кликните правой кнопкой мыши верхний результат и выберите параметр «Запуск от имени администратора».

Шаг 3: Введите следующую команду и нажмите Enter:

DISM /Online /Disable-Feature:Microsoft-Hyper-V

Отключить Hyper-V с помощью PowerShell в Windows 10

Шаг 4: Введите Y, чтобы перезагрузить компьютер.

После выполнения этих шагов диспетчер Microsoft Hyper-V и его дополнительные компоненты будут удалены.

Все!

В этой статье про Windows 10 разберем подробно, как включить виртуализацию.

Платформа виртуализации от Microsoft называется Hyper-V. Она позволяет запускать одновременно несколько виртуальных машин (ВМ) на одном физическом компьютере. Работа и управлением этими машинами происходит под управлением особого процесса (или службы), называемой гипервизором. Гипервизор предоставляет виртуальное оборудование – процессоры, память, жесткие диски и т.д., обеспечивает изоляцию и защиту ВМ друг от друга, выделяет вычислительные ресурсы и динамически управляет ими.

Наверняка вы слышали также и о других системах виртуализации, которые на слуху, например, KVM от Red Hat или vSphere от VMware. Все они, как и Hyper-V, предоставляют отличные средства по запуску разнородных версий гостевых операционных систем (ОС) разных производителей на одном физическом компьютере или сервере. Это открывает широкие возможности по разработке и тестированию программного обеспечения профессионалам и другие области применения обычным пользователям.

Список поддерживаемых гостевых ОС для Hyper-V вы можете посмотреть на сайте Microsoft.

Возможность включить Hyper-V есть не только в серверных ОС Microsoft, но и в клиентских, таких как Windows 10. Эту функцию, а точнее роль, возможно включить в следующих редакциях “десятки”:

  • Pro (Профессиональная)
  • Enterprise (Корпоративная)
  • Education (для образовательных учреждений)

Hyper-V нельзя активировать в версиях:

  • Home (Домашняя)
  • Mobile
  • Mobile Корпоративная

Примечание. Редакцию Windows 10 Home можно обновить до версии Pro. Для этого нужно зайти в раздел Параметры > Обновление и безопасность > Активация. Далее нужно зайти в Магазин Windows и купить обновление. Подробнее можно узнать на сайте производителя.

Минимальные требования к оборудованию

Согласно рекомендациям Microsoft приведем обязательные требования для запуска Hyper-V:

  1. 64-разрядный процессор с поддержкой SLAT(Second Level Address Translation).
  2. Поддержка технологии виртуализации Intel на платформе x86 VT-x.
  3. Как минимум 4 ГБ оперативной памяти (ОЗУ). Объем ОЗУ зависит также от количества ВМ, которые будут запущены на хосте виртуализации.

В BIOS компьютера необходимо включить следующие компоненты.

  • Virtualization Technology (название зависит от производителя материнской платы персонального компьютера (ПК)).
  • Hardware Enforced Data Execution Prevention

Как правило, современные ПК удовлетворяют всем этим требованиям. Возможно понадобиться только проверка и включение настроек в BIOS или UEFI.

Тестирование совместимости оборудования

После проверки требований к ОС и оборудованию, описанных выше, нужно проверить совместимость “железа” c Windows 10. Для этого можно воспользоваться встроенной утилитой msinfo32.exe.

Проверка совместимости hyper-v в msinfo32

Если все вышеуказанные требования Hyper-V имеют значение Да, то система совместима с MS Hyper-V. Если хотя бы в одной строке будет значение Нет, надо перепроверить указанные выше требования и сделать необходимые изменения.

Примечание: Аналогичную проверку можно также выполнить через запуск консольной программы systeminfo.exe.

Включение виртуализации в Windows 10 в Панели управления

Для обычного пользователя самым простым способом включить Hyper-V в “десятке” будет зайти в “Панель управления”, далее в “Программы и компоненты”, и потом слева выбрать “Включение или отключение компонентов Windows”.

Окно панели управления

Окно программы и компоненты

Далее установить флажок в чекбокс Hyper-V для выбора всех его возможностей, нажать Ок и перегрузить компьютер.

Включение Hyper-V в Панели управления

Включение Hyper-V с использованием PowerShell

Далее рассмотрим достаточно простой и гибкий способ активации виртуализации Windows 10, более подходящий для продвинутых пользователей. В данном случае воспользуемся командной оболочкой PowerShell и командлетом Enable-WindowsOptionalFeature.

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Оболочку PowerShell нужно обязательно запустить с права администратора и затем ввести команду:

Запуск powershell

Затем вводим команду с параметрами.

Запуск команды Enable-WindowsOptionalFeature

Ожидаем выполнения.

Выполнение команды Enable-WindowsOptionalFeature

Далее надо перегрузить ПК.

Завершение выполнения команды Enable-WindowsOptionalFeature

Активация виртуализации Hyper-V при помощи DISM

Есть еще один эффективный, но редко используемый способ для включения возможностей(features) и ролей в Windows 10. Это использование встроенной консольной программы dism.exe. Технология DISM (Deployment Image Servicing and Management) используется для обслуживания и подготовки образов Windows.

Запуск этой утилиты лучше делать в командной строке (cmd), запущенной с правами локального администратора.

Запуск командной строки cmd

Для нашего случая при запуске нужно указать следующие параметры:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

Активация Hyper-V при помощи DISM

Проверяем статус.

Для применения настроек нужно перегрузить компьютер.

Проверка работы гипервизора Hyper-V

После перезагрузке следует убедиться, что все включилось и работает. Для этого можно сразу запустить Диспетчер Hyper-V.

Окно диспетчера hyper-v

Если при запуске диспетчера и подключению к хосту не возникает ошибок, скорее всего все хорошо.

Также можно проверить, что следующие службы работают:

  • Служба узла HV (HvHost)
  • Управление виртуальными машинами Hyper-V (vmms)

Проверка служб hyper-v

Еще для проверки статуса можно запустить упоминаемые выше команды msinfo32 или systeminfo. Должна отображаться фраза как на скрине ниже.

Проверка установки hyper-v в msinfo32

На этом все. Теперь уже можно создать свою первую виртуальную машину в диспетчере Hyper-V, но это уже тема отдельной статьи.

Hyper-V is a Microsoft-owned Windows Hypervisor platform (Type-1) that allows users to run virtual machines with high performance. However, if you are using Windows 10 Home Edition, then you will not have the “Hyper-V” option in the “Turns Windows feature on or off” to run virtual computers because it is available only for Windows 10  Professional, Education, and Enterprise Editions (know the difference). However, still, there is a way to easily download, install and enable the Hyper-V feature on Windows 10 Home using the command line.

Requirements:

  • Windows 10 Home OS
  • Administrator access
  • Virtualization must be enabled in BIOS to create VMs
  • Active Internet connection

Although, in modern systems Virtualization is enabled in BIOS by default, however, to confirm it, just right-click on Taskbar and select Task manager  ⇒ Performance and find whether it is on or off.

Taskbar

Check Virtualization is enabled in Windows 10 Home or not

Well, if you don’t want to use Hyper-V then try out some other best third-party Virtual machine creator software programs.

Steps to Activate Hyper-v Feature on Windows 10 Home

Here are the simple steps that we can follow to download and install Hypervisor using a Command-line script.

1. Script to download Hyper v for Windows 10 home

There is a code available on Github that allows users to automate the process of downloading and enabling the Hyper-V feature. Here is that

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

What we have to do is – Right-click on the Desktop and select  Text Document. A new file will be created, now open it and paste the above code in that. After that rename that file to Hyper-V Enabler.bat

Alternative- However, to make all this easy for you, we already have created this bat file that you can download directly using this link.

2. Run Hyper-V Enabler Batch file

Once you downloaded or created a Batch file with the given code by yourself on your Desktop. Right-click on that and select “Run as Administrator“.

Run Hyper v downloading Batch file

3. Feature installation will start

As we run the Batch file, it will open a Command prompt to run the code saved in it. Make sure you have an active internet connection on your system to download files required to install and activate Hyper-V on Windows 10 Home. This will take some time depending upon your network speed.

4.  Restart your Windows 10 System

Once the installation is complete, the Hyper-v will automatically get enabled on your system. Thus, to make changes into effect, the system will ask you to restart it. Simply type Y on your command terminal and press the Enter key.

command to activate Hyper V on Windows 10 Home

5.  Run Hyper-V Manager on Windows 10 home

Let’s check whether this Microsoft Windows Hypervisor feature is on our system or not. For that, in the search box type- Turn Windows features on or off, as its icon appears, click to open it.

Check Windows 10 home Hypervisor feature is enabled or not

There scroll and find -Hyper-V and make sure all its tools are checked as shown in the above screenshot, if not already, and then hit the OK button.

Now, we know this free Microsoft virtualization software is on our system, it’s time to run it and start creating virtual machines.

Go to Windows 10 Search box again or simply press the Win key on your keyboard and this time type- Hyper-V, click on its icon when appears.

Alternatively, we can use a command to run Hypervisor- open CMD or the RUN box (shortcut key- Win key + R) and type – virtmgmt.msc

Hyper V manager on Windows 10 home edition

6.  Create a Virtual Machine

  1. To create a virtual machine in Hyper-V Manager, right-click on the connected server and select the New option.
    Create a new virtual machine
  2. Click on the Next button and give some name to your virtual machine. For example Ubuntu.
  3. Choose the Generation for your Virtual machine. If the operating system you want to install supports 32-bit or 64-bit and requires legacy BIOS features then go for Generation 1. Whereas for the latest features and only 64-bit with UEFI boot supported OS users can go for Generation 2. However, you can leave the default selection as it is if you are not sure about this.
  4. Assign the amount of RAM or Memory you want to use.
  5. Configure Network. For that select the Default Switch from the Drop-down box. If you don’t have then first create one.
  6. Select the Size of Virtual Disk.
  7. Assign the ISO file of the OS you want to install.

To get a step by step guide you can see our article- How to use hyper-v to install Linux Virtual machine on Windows 10

7. Uninstall or Disable Hyper-V feature on Windows 10 Home

Hyper-V is not compatible completely with other Type- 2 virtualizers, even though the latest version of Vmware and Virtualbox can run along with it, there will be a huge performance issue. Thus, if you are planning to use Vmware player or Virtualbox on Windows 10 Home, then first, Deactivate the Hyper-V.

To uninstall this feature, we need to uncheck it from the “Turns Windows features on or off” section. To open it you can either find it from the Search box of Windows 10 or simply press Win Key + R to open the RUN box and type- optionalfeatures.exe

Run command to open Turns windows features on or off

Now uncheck the box given for Hyper-v.

Disable or uninstall Hyper v fearture options

7.1 Command line to disable windows virtualization feature (optional)

If you want then can use a very straightforward method that is either using command prompt or PowerShell command line-

On Powershell run this

Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

Whereas on Command prompt, use this one-

dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All

7.2 Restart your system

To make sure the hypervisor feature gets disabled completely, now restart your system. This uninstalls it completely.

7.3- In case you want to enable it again (optional)

In the future if you want to enable Microsoft Hypervisor again then you don’t need to run the Batch file this time, just got Windows Features and select it. Or use the command line-

Powershell

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V

CMD

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

Also See- Hyper-V vs VirtualBox: A basic comparison



Closing thoughts

Well, this was the quick way to use the Microsoft Windows hypervisor on Windows 10 Home edition. In case you are facing any problem while enabling it, let’s know, the comment section is all yours…

Содержание

  • Способ 1: Активация в «Программах и компонентах»
  • Способ 2: Активация через «PowerShell»
  • «Hyper-V» в Windows 10 Home
  • Вопросы и ответы

Нет компонента hyper v в Windows 10

Способ 1: Активация в «Программах и компонентах»

Платформа виртуализации «Hyper-V» является встроенным компонентом системы, однако по умолчанию она отключена. Чтобы иметь возможность пользоваться этим инструментом и запускать его из меню «Пуск», сначала его нужно активировать.

  1. Запустите апплет «Компоненты Windows» командой optionalfeatures, выполненной в диалоговом окошке быстрого запуска, вызываемого нажатием клавиш Win + R.
  2. Нет компонента hyper v в Windows 10-2

  3. Найдите в списке пункт «Hyper-V», отметьте его флажком и нажмите «OK». Установка будет выполнена автоматически, дополнительно Windows может потребовать перезагрузить компьютер.
  4. Нет компонента hyper v в Windows 10-2

После этого ярлыки запуска гипервизора станут доступны в меню «Пуск» и списке Windows. Если чекбокс «Hyper-V» затенен частично, разверните пункт и посмотрите, доступен ли для активации компонент «Платформа Hyper-V». Если название имеет блеклый цвет, а флажок в чекбоксе установить не удается, платформа виртуализации «Hyper-V» на данном компьютере недоступна в силу аппаратных ограничений процессора.

Способ 2: Активация через «PowerShell»

Активировать компонент «Hyper-V» можно также из «PowerShell» или классической «Командной строки».

  1. Запустите ту или иную консоль от имени администратора из контекстного меню кнопки «Пуск» или поиска Windows.
  2. Нет компонента hyper v в Windows 10-3

  3. Выполните команду DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V.
  4. Нет компонента hyper v в Windows 10-4

    Перезагрузите компьютер, введя в консоли «Y» и нажав клавишу ввода.

      В Windows 10 редакции Home компонент «Hyper-V» не просто неактивен, он отсутствует в списке апплета «Компоненты Windows». Чтобы сделать его доступным, выполните следующие действия:

      1. Создайте «Блокнотом» текстовый файл на рабочем столе или в любом другом расположении.
      2. Нет компонента hyper v в Windows 10-5

      3. Вставьте в него такой код:

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

      4. Нет компонента hyper v в Windows 10-6

      5. Сохраните файл как enable-hyper-v.cmd. Название может быть произвольным, главное, чтобы расширение файла было .cmd или .bat.
      6. Нет компонента hyper v в Windows 10-7

      7. Запустите созданный скрипт от имени администратора. После того как командный файл отработает, активируйте «Hyper-V» в окне апплета «Компоненты Windows».
      8. Нет компонента hyper v в Windows 10-8

      Отсутствие компонента «Hyper-V» может иметь и другие причины, в частности удаление его автором сборки (при скачивании пиратских копий ОС), что иногда встречается в выложенных в свободный доступ пользовательских релизах. В таких случаях рекомендуется выполнить обновление Windows 10 до новой сборки с помощью официального установочного образа либо переустановить систему.

Еще статьи по данной теме:

Помогла ли Вам статья?

Многие функции не поддерживаются в Windows 10 Домашняя. Эта версия Windows была создана для домашних пользователей, которые не будут заниматься чем-либо техническим, например Hyper-V, групповой политикой и т. Д. Это одна из причин, почему домашняя версия также дешевле. Но тогда пользователи могут попасть в ситуацию, когда они захотят установить Hyper-V в Windows 10 Home edition. Это руководство поможет вам в этом.

Установите Hyper V в Windows 10

Интересно отметить, хотя в Windows 10 Home функции доступны не сразу; их можно включить с помощью скриптов и команд. Некоторые из этих команд доступны непосредственно в Windows; люди не знают о них. Мы уже знаем, как включить редактор групповой политики в Windows 10 Home, и теперь этот сценарий поможет вам Hyper-V.

Скрипт для включения Hyper-V

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

Скрипт был создан командой Microsoft Virtualization на Github.

Шаги по включению Hyper-V в Windows 10 Home

Включение Hyper V с помощью скрипта

  • Скопируйте вышеупомянутый файл сценария в блокнот и сохраните его как «Включить Hyper-V.bat». Вы можете сохранить его где угодно, но рабочий стол будет быстро доступен.
  • Затем щелкните файл правой кнопкой мыши и запустите его с правами администратора.
  • Теперь вы должны увидеть командную строку, в которой будет выполняться сценарий.
  • После этого вам будет предложено перезагрузить компьютер. Обязательно сделайте это.

Сценарий позволяет включить Hyper-V, но, чтобы наконец установить его в Windows, вам нужно будет включить его с помощью дополнительных функций Windows 10.

Как установить Hyper-V в Windows 10 Home

Тип optionalfeatures.exe в строке «Выполнить» и нажмите клавишу Enter. Откроется всплывающее окно «Компоненты Windows», в котором вы можете выбрать и отменить выбор, чтобы добавить или удалить функции. Вы также можете ввести Hyper-V, и откроется окно функций Windows.

После этого найдите Hyper-V и установите флажок Инструменты управления Hyper-V и Платформа Hyper-V.

Как видите, большинство функций доступно в версии Windows 10 Home, и их можно включить с помощью скриптов и команд. Хотя Microsoft может не рекомендовать это, винить некого.

Убедитесь, что оборудование вашего компьютера поддерживает Hyper-V — иначе это может не сработать.

Надеюсь, за этим постом было легко следить, и вы смогли включить Hyper-V в версии Windows 10 Home.

Читайте дальше: Как включить Windows Sandbox в Windows 10 Home.

Как установить Hyper-V в Windows 10 Home

Понравилась статья? Поделить с друзьями:
  • Windows 10 home pro что это
  • Windows 10 home edition x64 скачать торрент
  • Windows 10 home pro скачать торрент 64 bit
  • Windows 10 home edition remote desktop
  • Windows 10 home original x64 скачать торрент