Skip to content
⌘ NSIS Forum Archive

how to check Virtualization Technology ?

3 posts

meoit#edited

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:


ReadRegDWORD $0 HKLM 'SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System' 'EnableVirtualization'
But not right.

Thanks.
meoit#
OK, done

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