i cant use a VM and a emulator at same time, if I want to use VM I have to enable hyper-v and when open the emulator I get a bluescreen and have to disable hyper-v for use it, is this normal?
Related
I am using Amazon windows 10(2016 server) server for running my application.I need to run VMware in windows but it shows,
VMware Player and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Player.
I did not install Hyper-V even though VMware is not working, showing above statement.
If Hyper-V is installed you will need to uninstall it for VMWare to run, you can do this by:
Press the Windows key + X
Then go to `Programs and Features`
Click Turn Windows Features on or off
Open Hyper-V
Toggle if off and then click okay.
Note: you may need to restart the virtual machine afterwards.
I am on a mac using a windows 10 VM, vmware fusion, and I need to enable the Virtual Technology option from the window BIOS setting to properly use a VMware player.
I have tried hitting F10 and F12 while the VM is booting but I have not seen the option I need.
Any help is appreciated.
just ran VMware player on a PC. No issues
I am about to buy a Windows 8 enabled machine and I intend to write a windows mobile app. I don't have access to any windows 8 machine but I am really curious about one feature.
Can I use hyper-v virtual machine of windows 8.1 guest OS to emulate windows phones? I mean complete app development in virtual machine itself. I suspect that virtualization of hardware could be a problem like in windows 7 virtual machine on oracle VirtualBox.
I intend not to install visual studio on host OS, probably its the best way to keep it working for years. Windows OS is touchy.
It is possible, but not with Hyper-V. You have to use VMWare. VMWare supports nested virtualization. You disable Hyper-V in your host OS, install VMWare, enabled nested virtualization in VMWare and than you can install and enable Hyper-V (needed by the emulators) in the guest OS.
Is it NOT possible to run the emulator for Windows Phone 8 only by installing the Windows Phone SDK 8.0 with Visual Studio 2013 without enabling Hyper-V for the emulator?
No. Yes the Hyper-V is required, the reason I needed to buy a new laptop. It uses the virtual machine system / setup to run up a VM for the phone. In fact, you cannot start MS virtual machine manager on a PC without Hyper-v
See: https://msdn.microsoft.com/en-us/library/windows/apps/ff626524(v=vs.105).aspx
System requirements
•In the BIOS, the following features must be supported:
◦Hardware-assisted virtualization.
Hyper-V requirements
•In the BIOS, the following features must be enabled:
◦Hardware-assisted virtualization.
◦Second Level Address Translation (SLAT).
◦Hardware-based Data Execution Prevention (DEP).
•In Windows, Hyper-V must be enabled and running.
•You have to be a member of the local Hyper-V Administrators group.
I connect to a Windows 8.1 Pro VM through Hyper-V running on Windows Server 2008.
It looks like in order to run the Windows 8.1 phone emulator, you need to be running Windows 8.1 Pro that is capable on running Hyper-V.
Since I am already connecting to Windows through a VM, will I not be able to enable the necessary Hyper-V features to be able to start the Windows phone emulator?
An often found solution is to run the VM inside VMWare. This allows you to enable Hyper-V inside the virtual machine. Here's a detailed step-by-step guide.
As an alternative, it appears to be possible to enable Hyper-V inside the VM using the powershell command Add-WindowsFeature -name RSAT-Hyper-V-Tools, as found on this blog.
Both of these scenario's are unsupported, but appear to work fine.