Hide OS VM status


Recommended Posts

2 hours ago, gareth_iowc said:

Ah yes so it does.

 

A few people have suggested disabling hyper-v inside the windows vm. is this safe to do so as i thought we needed hyper-v

Hyper-V does contain a workaround to fix error code 43 with Nvidia GPU so if you need that for your VM to work then indirectly you need Hyper-V.

There are also some other tuning for AMD Threadripper that are in Hyper-V but they are good-to-have and certainly not necessary.

Otherwise, you can safely turn off Hyper-V on the host.

 

In the guest (is that what you mean by "inside the Windows VM"?), you shouldn't turn on Hyper-V. It may prevent your VM from booting - it has happened to me. Hyper-V is also disabled by default when you install Windows.

It is certainly not needed since it's used for virtualisation, which would constitute nested virtualisation, which is usually not needed since you have KVM/qemu from Unraid.

Edited by testdasi
Link to comment
  • 1 year later...
On 3/23/2020 at 3:34 PM, gareth_iowc said:

Is there anyway i can hide that my windows 10 os is a VM?

 

I know this is a very old post but I haven't seen this answered anywhere. I managed to run protected TeknoParrot games under a VM by editing the VM in XML view and adding the following inside the <domain> section:

 

  <qemu:commandline>
    <qemu:arg value='-cpu'/>
    <qemu:arg value='host,kvm=off,hv_vendor_id=null,-hypervisor'/>
  </qemu:commandline>

 

Hope this helps!

 

Cheers,

Ben.

Edited by Fulgurator
Link to comment
  • 1 year later...
On 2/13/2022 at 1:36 PM, Fulgurator said:

 

I know this is a very old post but I haven't seen this answered anywhere. I managed to run protected TeknoParrot games under a VM by editing the VM in XML view and adding the following inside the <domain> section:

 

  <qemu:commandline>
    <qemu:arg value='-cpu'/>
    <qemu:arg value='host,kvm=off,hv_vendor_id=null,-hypervisor'/>
  </qemu:commandline>

 

Hope this helps!

 

Cheers,

Ben.

This works running genshin impact again without including
 


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

Thanks a lot @Fulgurator!!!

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.