Quick installation of a Windows 10 host to be able to support testing.
Based on ZeroPointSecurity's RTOVMSetup (https://github.com/ZeroPointSecurity/RTOVMSetup)
Launch an administrative cmd prompt:
powershell -exec bypass
. { Invoke-WebRequest -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
$Cred = Get-Credential $env:USERNAME
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/sclow/RTVM/main/win10.choco -Credential $Cred