You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that Hyper-V isn't a brand that's included in your project, even though it's arguably a really important brand to detect for various reasons. Here are some ideas that you could implement:
Hyper-V has strings such as "Virtual_Machine" in the Windows event logs
Hyper-V has the value of 0x31237648 ("Hv#1") in cpuid leaf 0x40000001 at eax
Hyper-V has "VIRTUAL MACHINE" in its SMBIOS string (should be noted that VirtualBox has the same value, so be careful)
Hyper-V has the string "Microsoft Corporation" in its motherboard brand
There are a few more but these are the basic ones that I'm 100% sure work as intended. Hope this helps.
The text was updated successfully, but these errors were encountered:
I've noticed that Hyper-V isn't a brand that's included in your project, even though it's arguably a really important brand to detect for various reasons. Here are some ideas that you could implement:
Virtual_Machine
" in the Windows event logs0x31237648
("Hv#1") in cpuid leaf 0x40000001 at eaxVIRTUAL MACHINE
" in its SMBIOS string (should be noted that VirtualBox has the same value, so be careful)Microsoft Corporation
" in its motherboard brandThere are a few more but these are the basic ones that I'm 100% sure work as intended. Hope this helps.
The text was updated successfully, but these errors were encountered: