sudo apt-get install build-essential libssl-dev libffi-dev python-dev
Getting Hyper-V out of the way
bcdedit /copy {current} /d "Windows Hyper-V disabled"
bcdedit /set {get guid from output of copy command} hypervisorlaunchtype off
restart into it
First error
--------------------------- VirtualBox - Error In supR3HardNtChildPurify --------------------------- <b>supHardenedWinVerifyProcess failed with VERR_SUP_VP_EXE_VS_PROC_NAME_MISMATCH: (rc=-5618)</b>Please try reinstalling VirtualBox.where: supR3HardNtChildPurify what: 5 VERR_SUP_VP_EXE_VS_PROC_NAME_MISMATCH (-5618) - Process Verification Failure: Executable file name and process image name does not match up. --------------------------- OK ---------------------------
adb shell
pm grant <package> android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
cmd appops set <package> RUN_IN_BACKGROUND ignore
cmd appops set <package> RUN_ANY_IN_BACKGROUND ignore
cmd appops write-settings