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
169
votes
30 answers

I can't install intel HAXM

I installed Android Studio and I had no problems with that. However, when I tried to run the emulator, it said that Intel HAXM was not installed. So I found the installer, ran it, and it even though it said my laptop supports it, that it was not…
Felipe
  • 5,126
  • 5
  • 18
  • 21
120
votes
4 answers

Hyper-V: Create shared folder between host and guest with internal network

Set up: Host: Windows 10 Enterprise Guest: Windows 10 Professional Hypervisor: Hyper-V Aim: Create a shared folder between Host and Guest via an internal network to exchange files How can I achieve this?
quervernetzt
  • 10,311
  • 6
  • 32
  • 51
97
votes
9 answers

How to connect to docker host from container on Windows 10 (Docker for Windows)

At which IP address can a docker container connect to its host on Docker for Windows (on Windows 10)? How do you find this IP address? Example: you have a service running at port 1234 on your Windows 10 machine. A program inside your container must…
GroovyPanda
  • 3,694
  • 8
  • 31
  • 42
69
votes
28 answers

Error response from daemon: open \\.\pipe\docker_engine_linux: The system cannot find the file specified

While I am trying to start with docker on my windows 10 machine it is returning the following error. ERROR: open \.\pipe\docker_engine_linux: The system cannot find the file specified. I found when I logon to my computer, the hyper VM could not run…
Sangita Satapathy
  • 893
  • 1
  • 6
  • 9
66
votes
7 answers

Error when converting VmWare virtual disk to HyperV

I received VmWare image from my client for some testing purposes. I need to convert it to Hyper-V. I followed steps in http://www.askme4tech.com/how-convert-vmware-virtual-machine-hyper-v. I installed Microsoft Virtual Machine Converter and started…
eXavier
  • 4,821
  • 4
  • 35
  • 57
58
votes
5 answers

How can I run both Docker and Android Studio Emulator on Windows?

Android Emulator is incompatible with Hyper-V, but Docker relies on Hyper-V. Is there any solution that I can run them simultaneously?
LovelyJuice
  • 690
  • 1
  • 7
  • 10
54
votes
6 answers

docker-machine: no machine name, no "default" exists

I downloaded and installed Docker for Windows 1.12.1 which in turn installed the docker-machine and docker-compose. I did not install "Docker Toolbox" since its a duplicate of what was installed and my system meets the requirements. Everything seems…
Jim
  • 563
  • 1
  • 4
  • 6
53
votes
19 answers

Docker won't start on Windows: Not Enough memory to start docker

I am trying to get started with Docker on Windows. My machine has 4GB of RAM and a 1.9GHz - 2.5GHz Intel i5 processor, running Windows 10 Pro x64. I know these aren't powerful specs, but I would have thought I should be able to run Docker? However,…
George Edwards
  • 8,979
  • 20
  • 78
  • 161
49
votes
5 answers

Android emulator on Hyper V – how to get hardware acceleration

Microsoft recently announced support for running android emulator on hyper V.(https://blogs.msdn.microsoft.com/visualstudio/2018/05/08/hyper-v-android-emulator-support/) I am trying to start the Android emulator 27.2.9.0 on my Windows 10 (April 2018…
Nimesh Madhavan
  • 6,290
  • 6
  • 44
  • 55
44
votes
14 answers

Windows Phone 8 emulator can't connect to the internet

I have Windows 8 installed inside of an emulator, and the new WP8 SDK installed on it. My problem is that the emulator can't connect to the internet. I don't have any proxy, and even disabled the firewall. It still doesn't seem to work though. When…
42
votes
7 answers

Can I run Android Studio (Android SDK emulator) in a Microsoft hyper-v virtual machine?

Can I run Android Studio and Android SDK emulator in a Microsoft hyper-v virtual machine? Please read carefully. I already use Hyper-V a lot for other purposes. Now I need to develop a app for Android. I've installed a new virtual machine (windows…
Dennis
  • 1,528
  • 2
  • 16
  • 31
36
votes
9 answers

When trying to install OS in Hyper-V, it ignores boot order and goes to "Start PXE over IPv4" instantly

I'm trying to create a VM from an .iso file on my computer. In my boot order settings, the DVD Drive with as value the .iso is at the top. I've tried several different VM's (Ubuntu18.04, Windows 10 and Windows Server 2016) all of which give me the…
PinkDraconian
  • 501
  • 1
  • 4
  • 11
35
votes
6 answers

Is GPU pass-through possible with docker for Windows?

I am trying to run an application inside a docker container in Windows 10. But I am not able to get the GPU working inside docker. I read that it needs "GPU Pass-through." How should I get around this?
Srihari Humbarwadi
  • 2,532
  • 1
  • 10
  • 28
34
votes
3 answers

How to get VirtualBox 6.0 and WSL working at the same time

When I turn on Windows Subsystem for Linux option in Windows features on or off, VirtualBox outputs the following error every time I run a VM: Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED). Result…
34
votes
2 answers

Unable to copy to Windows container ('docker cp') on Windows 10

I set up Docker for Windows on my laptop and switched from Linux Containers to Windows Containers in Docker's settings (which prompted a couple of restarts and Windows updates). I pulled an image and ran a container based on it using the…
Web User
  • 7,438
  • 14
  • 64
  • 92
1
2 3
99 100