<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://coreguiwiki.cloudlillith.net/index.php?action=history&amp;feed=atom&amp;title=Hypervisor</id>
	<title>Hypervisor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://coreguiwiki.cloudlillith.net/index.php?action=history&amp;feed=atom&amp;title=Hypervisor"/>
	<link rel="alternate" type="text/html" href="https://coreguiwiki.cloudlillith.net/index.php?title=Hypervisor&amp;action=history"/>
	<updated>2026-04-30T15:49:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://coreguiwiki.cloudlillith.net/index.php?title=Hypervisor&amp;diff=410&amp;oldid=prev</id>
		<title>Administrator: Created page with &quot;== About == hypervisor is a 70 line module in recent versions of CoreGUI and CoreGUI-PE.  The module has 3 functions: * detectHyperVisor * GetHyperVisor * showHyperVisorMe...&quot;</title>
		<link rel="alternate" type="text/html" href="https://coreguiwiki.cloudlillith.net/index.php?title=Hypervisor&amp;diff=410&amp;oldid=prev"/>
		<updated>2024-02-27T22:16:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== About == &lt;a href=&quot;/index.php?title=Hypervisor&quot; title=&quot;Hypervisor&quot;&gt;hypervisor&lt;/a&gt; is a 70 line module in recent versions of CoreGUI and CoreGUI-PE.  The module has 3 functions: * detectHyperVisor * GetHyperVisor * showHyperVisorMe...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== About ==&lt;br /&gt;
[[hypervisor]] is a 70 line module in recent versions of CoreGUI and CoreGUI-PE.&lt;br /&gt;
&lt;br /&gt;
The module has 3 functions:&lt;br /&gt;
* detectHyperVisor&lt;br /&gt;
* GetHyperVisor&lt;br /&gt;
* showHyperVisorMessage&lt;br /&gt;
&lt;br /&gt;
== detectHyperVisor ==&lt;br /&gt;
detectHyperVisor works by getting the current reported model of the system using WMIC from the Win32_ComputerSystem module. It attempts to detect the following:&lt;br /&gt;
* Hyper-V&lt;br /&gt;
* VMware7,1&lt;br /&gt;
* VirtualBox&lt;br /&gt;
* VMware&lt;br /&gt;
&lt;br /&gt;
QEMU and multiple others are planned to be added in future.&lt;br /&gt;
&lt;br /&gt;
== getHypervisor ==&lt;br /&gt;
getHyperVisor calls detectHyperVisor, if a HyperVisor is detected, it's returned to the caller. If not, &amp;quot;none&amp;quot; is returned.&lt;br /&gt;
&lt;br /&gt;
== showHyperVisorMessage ==&lt;br /&gt;
showHyperVisorMessage calls detectHyperVisor, if detectHyperVisor sets F1's isVirtualMachine to 'true', [[vboxwarning]] is called, displaying a message with the detected platform.&lt;/div&gt;</summary>
		<author><name>Administrator</name></author>
	</entry>
</feed>