Hello there This is your first time to login from this IP. Have fun with Enterprise Q&A

3 个回答

0 投票
用户:

his is because the Hyper-V role is installed and this conflicts with VMware Workstation. To disable Hyper-V from starting the following command can be used:

bcdedit /set hypervisorlaunchtype off

A reboot of of the Windows OS is necessary.

To enable the Hyper-V role again use the following command:

bcdedit /set hypervisorlaunchtype auto

A reboot of of the Windows OS is necessary.

0 投票
用户:

I HAVE SLAIN THE BEAST!

I was able to get it by the following commands...

First, in my last post, I did (with cmd Run as Administrator)

Dism /Online /Cleanup-Image /RestoreHealth

Then, I found another command,

Dism.exe /online /Cleanup-Image /StartComponentCleanup

I then ran

sfc /scannow

and then finally, I ran

Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

in PowerShell (running as admin).

I am not sure if I had followed that order with Visual Studio still installed, that I would have got it. Nonetheless, I have the ability to run 64bit VM's in VirtualBox because Hyper-V is disabled. I think that there was just enough wrong with my Windows install that it needed these commands, after I ran sfc it said it had found some errors and corrected them. I believe the order isn't perfect either, but this is what worked for me. Thanks to all for your help.

0 投票
用户:
Welcome to Memo QA
欢迎来到Memo快速问答

分类

...