[
https://issues.jboss.org/browse/JBDS-3869?page=com.atlassian.jira.plugin....
]
Denis Golovin edited comment on JBDS-3869 at 8/11/16 11:18 PM:
---------------------------------------------------------------
{code}Get-WindowsOptionalFeature –Online | where state -eq enabled | ft -a{code}
and search for Microsoft-Hyper-V. See details here:
https://blogs.technet.microsoft.com/heyscriptingguy/2012/08/24/use-powers...
was (Author: dgolovin):
This doesn't make sense for home edition. Use:
{code}Get-CimInstance Win32_OperatingSystem | Select-Object Caption{code}
to print out Caption for windows and check if it has Home.
platform installer should check/warn if Hyper-V is already enabled.
-------------------------------------------------------------------
Key: JBDS-3869
URL:
https://issues.jboss.org/browse/JBDS-3869
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 9.1.0.Beta1
Environment: Windows 10 Pro, 64 bit.
Reporter: Robert Terzi
Assignee: Denis Golovin
Fix For: 10.1.0.AM3
The platform installer should check and warn if Hyper-V is already enabled on Windows
systems.
Hyper-V takes over the virtualization assist hardware, which will keep VirtualBox from
being able to start the CDK box which depends on VT-x/AMD-V.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)