Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

turning off virtualization for vm

Featured Replies

I am trying to play sims 4 on my windows 10 vm but I get the "Hello :)" error. I edited the xml to turn off hyper-v but the game still won't boot. Is there a way to spoof that virtualization is off in the bios?

 

Here is what I edited in the xml

  <features>
    <acpi/>
    <apic/>
    <hyperv>
      <relaxed state='off'/>
      <vapic state='off'/>
      <spinlocks state='off'/>
    </hyperv>
    <kvm>
      <hidden state='on'/>
    </kvm>
  </features>
  <cpu mode='host-passthrough' check='none'>
    <topology sockets='1' cores='4' threads='2'/>
  </cpu>
  <clock offset='localtime'>
    <timer name='hypervclock' present='no'/>
    <timer name='rtc' present='no'/>
    <timer name='pit' present='no'/>
    <timer name='hpet' present='yes'/>
  </clock>

 

Start a new template with Hyper-V off.

I have found editing an existing template somehow doesn't turn off Hyper-V properly. I'm sure there's a tag I miss somewhere but starting a new template is way faster.

  • Author

Still didn't work, I tried with and without hiding the kvm state. Any other suggestions?

 

Edited by xxredxpandaxx

  • 9 months later...

same here....not working inside kvm

  • 3 weeks later...

Hi,

I tried the same here and same result. Created a new template, without Hyper-v and still doesn't work.

Did you succeed playing Sims 4 since you got this problem ? 

no

  • 1 month later...

I know this is a year old thread, but I just thought I'd share the solution I found to this problem in case anyone else is still searching like I was. Took me a long time to figure out how to solve it. Turns out that you simply got to properly hide the fact that you are using virtualization from your Windows. This is done by editing the XML of your Windows VM:

 

Change your cpu mode to become:

<cpu mode='host-model' check='partial'>

 

And add these lines below it:

<model fallback='allow'/>

<feature policy='disable' name='hypervisor'/>

 

Remove the cache passthrough line if it's found before the </cpu> line.

 

Finally add the following lines just ABOVE the </features> line:

<kvm>

   <hidden state='on'/>

</kvm>


If all is well, you should NOT see that hypervisor is detected when running the following command in cmd:
systeminfo

Source:
https://superuser.com/questions/1387935/hiding-virtual-machine-status-from-guest-operating-system

Edited by Djalaal
Added a check to see whether it worked

I would like to add that there are also some registry edits you can do to make the VM appear as a real PC. I don't have the specific edits, but they are googleable, and very easy to apply. I've used them before, took about 5-10mins.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.