Skip to content

My host setup

Virtualization

Enable Hyper-V on Windows 10 | Microsoft Learn How to Install Hyper-V PowerShell Module (altaro.com) Convert a VMware VM to Hyper-V in the VMM fabric | Microsoft Learn Run Hyper-V, VirtualBox and VMware on same Computer | Tutorials (tenforums.com) How to Convert VMware Image to VirtualBox in Windows (windowsloop.com) How to Set Up Hyper-V Nested Virtualization android - USB debugging on physical device within a virtual machine development environment - Stack Overflow Introducing Microsoft RemoteFX USB Redirection: Part 1 - Microsoft Community Hub

Fix VMWare copy-paste issue (Windows Host + Parrot Guest)

sudo vmware-user-suid-wrapper

Grayed out USB Options VMWare

Inside your VM's .vmx ,make sure the usb.restrictions value is set to true:

usb.restrictions.defaultAllow = "TRUE"

Disable Side Channels Mitigation VMWare

Inside your VM's .vmx file remove the following line:

ulm.disableMitigations = "TRUE"
matejetz/windows-git-auto-puller: Pulls specified git repositories on Windows (github.com)

Enable Multiple RDP Sessions

How to Allow Multiple RDP Sessions in Windows 10 and 11? | Windows OS Hub (woshub.com)

Disable Auto Suspend

Inside your VM's .vmx file, append the following line:

suspend.disabled = "TRUE"