Difference between revisions of "Esxi Edit CPU Info"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "ref<http://www.michaelm.info/blog/?p=1393</ref> ==Change CPU String in Windows== Without changing the CPU bit mask <pre> cpuid.brandstring = "whatever you want" </pre>")
 
 
Line 3: Line 3:
 
Without changing the CPU bit mask
 
Without changing the CPU bit mask
 
<pre>
 
<pre>
cpuid.brandstring = "whatever you want"
+
cpuid.brandstring = "I5-10400"
 
</pre>
 
</pre>

Latest revision as of 14:14, 27 May 2021

ref<http://www.michaelm.info/blog/?p=1393</ref>

Change CPU String in Windows

Without changing the CPU bit mask

cpuid.brandstring = "I5-10400"