If the error specifically mentions VBoxUsbMon , you can query the driver status directly with $env:windir\system32\sc.exe query VBoxUsbMon .
Start-Sleep -Seconds 10 $svc = Get-Service -Name usbipd -ErrorAction SilentlyContinue if ($svc -and $svc.Status -ne 'Running') Start-Service -Name usbipd If the error specifically mentions VBoxUsbMon , you
Open and run:
However, a reboot will help if: