Questions tagged [hyper-v]

Hyper-V is the Microsoft Windows hypervisor starting in Windows Server 2008 R2 and also running on Hyper-V Server 2008, Hyper-V Server 2012, Windows Server 2012, and as an optional component of Windows 8.

The Hyper-V role lets you create and manage virtualized computing environments. Hyper-V is built into recent Windows operating systems as an optional feature and includes two independent components:

  1. The management components for managing Hyper-V hosts.
    Management tools include Hyper-V Manager for virtual machine management, Virtual Machine Connection for interactive connections to the virtual machine UI, and Hyper-V-specific cmdlets for Windows PowerShell.

  2. The virtualization platform for running virtual machines.
    Platform tools include the hypervisor, WMI provider, and other necessary virtualization components such as the virtual machine bus (VMbus), virtualization service provider (VSP) and virtual infrastructure driver (VID).

If you want to run and manage virtual machines on your machine you will need to enable both the platform and management tools. Very few people enable one without the other.

If you use Server Manager to install the Hyper-V role, the management tools are included unless you specifically exclude them. If you use Windows PowerShell to install the Hyper-V role, the management tools are not included by default. To install the tools, use the parameter –IncludeManagementTools. For instructions about installing the Hyper-V role, see Install Hyper-V and Configure a Virtual Machine.

Hyper-V Documentation:

1517 questions
10
votes
2 answers

Android Studio keeps asking to turn off Hyper-V in an infinite loop

I am running Windows 10 and just now installed Android Studio. Android Studio keeps asking to turn off Hyper-V in an infinite loop, for a very basic empty application. I don't even have Hyper-V installed. How do I proceed? Screenshot of Windows…
user3210796
  • 156
  • 1
  • 10
10
votes
2 answers

VS Emulator for Android has no internet connection

As the title says, my VS Android Emulator has no connection to the internet. In the Android screen, it says it's connected to WiFi, but browsing doesn't work. Expect the problem is I am running Windows 10 in Parallels on my MacBook, but I don't know…
10
votes
1 answer

How to run the Windows Phone 10 Emulator?

I'm lost while searching how to start the Windows Phone 10 Emulator. What I already did: I downloaded the Emulator image and installed it (I know the location of the flash.vhd file) I'm running Windows 8.1 x64 Professional. The Hyper-V service seems…
rekire
  • 47,260
  • 30
  • 167
  • 264
10
votes
4 answers

How to share host VPN connection with VM instances in Hyper-V?

I'm running my workstation on Server 2008 and a few servers in Hyper-V VM's on that server. I connect to my corporate LAN using VPN from the main OS (the host) but my VM's aren't seeing the servers in the corporate LAN. Internet and local access to…
sergiopereira
  • 2,026
  • 2
  • 23
  • 31
9
votes
6 answers

SQL Server Agent service could not be started

I start a Windows SQL Server in a Docker Container on a Windows Server 2016 virtual machine with this command: docker container run --name mssql-server --detach --publish 1433:1433 --memory 2048mb --volume C:\_Data:C:\_Data --env…
Rico-E
  • 1,806
  • 2
  • 28
  • 47
9
votes
0 answers

Android Emulator is too slow on Windows Hypervisor Platform

I have to work with Android Studio alongside with Docker for Windows, and as I understand, the best (only?) option for doing this on Windows at the moment is using Windows Hypervisor Platform. The problem is that the Android emulator on this thing…
Dmitry
  • 1,220
  • 2
  • 11
  • 18
9
votes
2 answers

No activity detected on VM, aborting (Docker inside Win10 VM)

I'm want to run Docker inside my Win10 Pro VM (running via VMWare on a Win10). Docker for Windows runs fine with Windows containers enabled, but if I switch to Linux containers I get this exception: No activity detected on VM, aborting bei…
David Renz
  • 355
  • 3
  • 15
9
votes
1 answer

Using Android Studio Emulator on Windows 10 Home

I'm kinda a beginner to Android Studio and I couldn't find a solution for this problem. I've always used Android Studio on my MacBook, but now I needed to use it in my PC. The problem is, when I try to run the emulator, it tells that I need to…
Simone
  • 129
  • 1
  • 5
9
votes
6 answers

VMware or Hyper-V for Developers

I'm looking to replace a couple of machines in the office with a more powerful multi-processor machine running either VMware or Microsoft's Hyper-V with a view to hosting a mix of Windows Server 2003, Windows Server 2008 and Linux operating systems.…
vextasy
  • 865
  • 7
  • 12
9
votes
5 answers

Visual Studio Emulator for Android - An internal virtual network switch is required for emulated devices to run

Problem I want to use Visual Studio Emulator for Android but whenever I try to start it it fails. The final part of the Log is: 27.9.2015. 11:10:38: [Informational] ===== Session Started ===== 27.9.2015. 11:10:38: [Informational] Microsoft Windows…
Miro
  • 1,778
  • 6
  • 24
  • 42
9
votes
2 answers

Unable to add user to the Hyper-V Administrators group exit code 2220

I was using Windows 10 LTSB with Visual Studio 2015. After enabled Hyper-V, I installed the standalone Visual Studio Emulator for Android. The Hyper-V functioned well since it's okay to add virtual machine to it. However, when I was trying to create…
Clive DM
  • 551
  • 4
  • 13
9
votes
1 answer

How to import a modern.ie vm into Hyper-V

I'm trying modern.IE for the first time. The instructions say to download the vm for the appropriate OS (which I have done). Then to extract the exe/rar files. Then to import the vm. I opened hyper-v manager, clicked Import Virtual Machine,…
devlife
  • 15,275
  • 27
  • 77
  • 131
8
votes
1 answer

How to verify that Android SDK emulator is running in Hyper-V

I am developing an app for android using Xamarin. I am using Visual Studio 2017 and the Android SDK emulator that came with the Xamarin package from the visual studio installer. The emulator is very slow. I followed the instructions in this article…
8
votes
1 answer

How to reduce default VM memory for Docker Linux containers on Windows

Scenario Windows 10 Professional Docker 18.06.1-ce running in Windows container mode 4GB of available memory on host system using Hyper-V virtual machine Problem When trying to "switch to Linux containers" via Docker's taskbar item the process…
Oliver Hader
  • 4,093
  • 1
  • 25
  • 47
8
votes
4 answers

Failed to add current user to Hyper-V administrators group error when installing Visual Studio Community 2013

I used to have Visual Studio Express installed on my laptop, which worked well, but when I heard Community 2013 was made available for free I decided to install it. However, after running the install process I got the error: Failed to add current…
Travis
  • 659
  • 13
  • 28