Difference between revisions of "Esxi Edit CPU Info"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (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>") |
Michael.mast (talk | contribs) |
||
Line 3: | Line 3: | ||
Without changing the CPU bit mask | Without changing the CPU bit mask | ||
<pre> | <pre> | ||
− | cpuid.brandstring = " | + | 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"