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
13
votes
4 answers

Better way to use an Android x86 HAXM accelerated emulator on Windows 8 with Hyperv

To my knowledge, an x86 Android emulation using Intel's Hardware Accelerated Execution Manager and Windows 8 Hyperv cannot be run concurrently at the time of this writing. The best answer would allow them to run concurrently (probably not currently…
Kenneth Ito
  • 5,201
  • 2
  • 25
  • 44
13
votes
4 answers

Alternatives to Hyper-V to run the Windows Phone emulator

I recently bought a Windows 8 laptop just for the sake of developing Windows Phone Apps. Mine is not a Pro version hence Hyper-V does not run. (I realized that Hyper-V needs WinPro after I bought the laptop). I am not capable of upgrading to pro…
12
votes
4 answers

Cannot enable Hyper-V service with Docker in windows 10

i have already enabled virtualization in my BIOS, and also enable it in Windows feature furthermore, the android emulator with android studio working well, but when i try to run Docker for windows, i encounter this problem? i don't know where the…
Osama Mohammed
  • 2,433
  • 13
  • 29
  • 61
12
votes
4 answers

VMWare Workstation cannot run on Windows 10 after recent update to Windows 10

I've Windows 10 Pro system, and use Hyper-V on that system. Due to the needs of device redirection doesn't works well with Hyper-V, I've installed VMWare Workstation 14. I have to disable Hyper-V to make VMWare Workstation work, at beginning. It…
Weishan Yang
  • 428
  • 2
  • 5
  • 15
12
votes
1 answer

windows run docker with --network=host and access with 127.0.0.1

I have windows 10 pro and I'm trying to run a docker with network mode host. my issue is that I can't run a docker and access it using the host ip not 127.0.0.1 and not the ip (in linux it works differently). looks like the hyper v has it's own…
dsaydon
  • 4,421
  • 6
  • 48
  • 52
12
votes
2 answers

Creating Hyper-V Administrators group in Windows 10

I am receiving the error "Unable to add user to the Hyper-V Administrators group. Exit code 2220" while attempting to deploy to an MS Android emulator. I am able to deploy windows mobile emulators as well as Linux VMs in Hyper-V. Windows 10…
Jeff Albrecht
  • 3,723
  • 1
  • 17
  • 22
12
votes
3 answers

Installing HAXM on Windows 10 for Android Studio

Android Studio told me to install HAXM, so I downloaded it and when I went to install, it said This computer does not support Intel Virtualization Technology. After some search, I found that if you uncheck Hyper-V in control panel, all will be well.…
Connor Vance
  • 173
  • 2
  • 2
  • 6
12
votes
1 answer

Get-VM is doing nothing for Hyper-V

We have Windows 2008 R2 on our server. We are trying to write a PowerShell script to start/stop our VMs, but the get-vm command isn't working. There is no error message. The command is just not returning anything, but should be. The code looks like…
Michele
  • 3,617
  • 12
  • 47
  • 81
12
votes
1 answer

Is it possible to emulate ARM on Windows 8?

I'd like to run Raspbian in a virtual machine on Windows 8. It is built for the ARM processor on a Raspberry Pi. Is this possible?
BanksySan
  • 27,362
  • 33
  • 117
  • 216
11
votes
10 answers

Unable to run Intel HAXM installer: Cannot start process, the working directory does not exist

How to resolve this error which I am getting while installing HAXM installer. Unable to run Intel HAXM installer: Cannot start process, the working…
Surabhi
  • 111
  • 1
  • 1
  • 5
11
votes
1 answer

Docker on Windows File Sharing Blocked by Firewall

TL;DR From the docker container running on the VM I can ping all my host IPs (such as 10.10.10.1 and 172.24.185.209) but I can't ping 10.0.75.1. My guess is that once I can figure out why I can't reach the 10.0.75.1 network adapter the share issue…
11
votes
3 answers

Error 80070002 when installing apps from Store on Windows Phone 8.1 Emulator

This happens when trying to install any application from the Store on Windows Phone 8.1 WVGA 4 inch 512MB Emulator. It first asks to login with Microsoft account, create a backup and such. Then after pressing the install button for some app an error…
Jacek M
  • 2,349
  • 5
  • 22
  • 47
11
votes
1 answer

Getting error: The smart card requires drivers that are not present on this system

All, I am getting an error when trying to login with my smart card to a hyper-v guest: "The smart card requires drivers that are not present on this system." Any Ideas? I am trying to use my smart card on a Hyper-V guest -Running Windows…
Cameron
  • 1,218
  • 2
  • 13
  • 19
11
votes
1 answer

Windows Phone Emulator requires missing Hyper-V

I'm beginner in Windows Phone 8, I installed Windows Phone 8 SDK and when I started the emulator I had this error message "The Windows Phone Emulator requires Hyper-V. Your PC is missing the following pre-requisites required to run Hyper-V:…
Katerina
  • 364
  • 6
  • 22
10
votes
4 answers

Hyper-v and VirtualBox conflict in Dockers with Minikube

I'm trying to scale my docker containers with Minikube on Windows 10 Enterprise Edition. However, I'm running into a few conflicts with Hyper-V and VirtualBox. I know Dockers require Hyper-V to run properly while Minikube requires VirtualBox to run…
Rking14
  • 325
  • 2
  • 5
  • 17