[
https://issues.jboss.org/browse/JBDS-3869?page=com.atlassian.jira.plugin....
]
Denis Golovin edited comment on JBDS-3869 at 1/10/17 2:10 PM:
--------------------------------------------------------------
Yet better approach is
{code}PS C:\WINDOWS\system32> Get-WindowsOptionalFeature –Online | where FeatureName
-eq Microsoft-Hyper-V-All | foreach { $_.
state }{code}
returns
{code}Disabled{code}
or
{code}Disabled{code}
or empty string if feature is not available.
was (Author: dgolovin):
Yet better approach is
{code}Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All{code}
return for Hyper-V enabled and restart is possibly required
{code}FeatureName : Microsoft-Hyper-V-All
DisplayName : Hyper-V
Description : Provides services and management tools for creating and running virtual
machines and their resources.
RestartRequired : Possible
State : Enabled
CustomProperties :{code}
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
Labels: ui
Fix For: 10.3.0.AM2
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
(v7.2.3#72005)