Enabling and Configuring Hyper-V Manager on Windows 10

If you meet the OS requirement, have a 64-bit processor and at least 4GB of RAM, follow these steps to enable Hyper-V and set up your first virtual switch.

  1. Go to Start, and type “Powershell”. Rightclick on Powershell, run it as an administrator, and type the following command: DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
  2. You should see something like this. You may be prompted to restart your computer.
    HyperV1
  3. Open Hyper-V Manager. It should look like this:
    HyperV2
  4. Next, click on “Virtual Switch Manager”. This will let you create a virtual switch to allow your VMs to connect to each other, your host machine, and/or the Internet.
  5. In the Virtual Switch Manger, select “External”, and then click “Create Virtual Switch”. As described on screen, the External virtual switch will let any VMs connected to it access your physical network as any other device would. If you want to restrict what your VM can access, select Internal or Private before clicking the “Create Virtual Switch” button.
    HyperV3
  6. Next, name your virtual switch. Leave the other settings at their default selections, and click OK.
    HyperV4

That’s it! Your installation of Hyper-V Manager is ready to use. You can sit and admire it, or you can start setting up your own VMs!