Announcement

Collapse
No announcement yet.

how to check Virtualization Technology ?

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

  • meoit
    replied
    OK, done

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

    Leave a comment:


  • Anders
    replied
    WMI perhaps

    Leave a comment:


  • meoit
    started a topic how to check Virtualization Technology ?

    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.
Working...
X