Announcement

Collapse
No announcement yet.

how to check Virtualization Technology ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to check Virtualization Technology ?

    I need check the Hardware Virtualization Technology (VT) status in the Mainboard with CPU Intel/AMD.

    Status: Enable OR Disable.

    I found:

    code:

    ReadRegDWORD $0 HKLM 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System' 'EnableVirtualization'

    But not right.

    Thanks.
    Last edited by meoit; 18 December 2022, 10:51.

  • #2
    WMI perhaps
    IntOp $PostCount $PostCount + 1

    Comment


    • #3
      OK, done

      nsexec::ExecToStack '"wmic.exe" path win32_processor get VirtualizationFirmwareEnabled'

      Comment

      Working...
      X