What's "Hypervisor is present" mean in coreinfo3.6 ? the "Hypervisor" is status or feature ?

Qi, Lin 0 Reputation points
2023-05-30T08:13:06.0966667+00:00

Use coreinfo3.6 to get information.

When HVCI is enabled, coreinfo gets: "HYPERVISOR * Hypervisor is present"

When HVCI is disabled, coreinfo gets: "HYPERVISOR - Hypervisor is present"

Is this as expected?

HYPERVISOR refers to a supported feature, or a current state?

Capture

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,258 questions
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. VasimTamboli 5,215 Reputation points
    2023-06-02T16:25:28.4733333+00:00

    In the context of the output you provided from coreinfo, the "Hypervisor is present" message indicates the current state of the hypervisor on your system.

    When HVCI (Hypervisor-protected Code Integrity) is enabled, coreinfo displays "HYPERVISOR * Hypervisor is present." The asterisk (*) indicates that the hypervisor is present and active.

    When HVCI is disabled, coreinfo displays "HYPERVISOR - Hypervisor is present." The hyphen (-) indicates that the hypervisor is present but not active because HVCI is disabled.

    In both cases, "Hypervisor is present" signifies that the system has hypervisor support, which means it is capable of running virtualization technologies like Hyper-V. The presence of the hypervisor is independent of its active state, which is determined by the HVCI setting.

    Therefore, in this context, "Hypervisor is present" refers to the supported feature of having a hypervisor on the system, and the additional symbol (*) or hyphen (-) represents the current state of the hypervisor (active or inactive) based on the HVCI setting.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.