[jbosstools-issues] [JBoss JIRA] (JBDS-3869) platform installer should check/warn if Hyper-V is already enabled.

Denis Golovin (JIRA) issues at jboss.org
Thu Aug 11 23:19:00 EDT 2016


    [ https://issues.jboss.org/browse/JBDS-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278250#comment-13278250 ] 

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-powershell-3-0-to-find-enabled-windows-8-features/


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)



More information about the jbosstools-issues mailing list