Failed to access the USB subsystem
Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND).
The service might not be installed in the host computer.
============
I've seen many fixes for this issue that just never worked for me.
Not finding a fix that actually worked for me, I began debugging the system and found the problem.
============
The problem occurs when the "Oracle VM" USB drivers and registry entries are removed or corrupted on the HOST system.
Re-installing or Repairing the Oracle VM software does not fix the problem as the USB re-install procedure is not complete and fails without notice.
GOOD NEWS
You can fix the problem manually by modifying two INF files already installed on your HOST.
You can modify the files yourself, or
I have attached the modified files and instructions in a .zip file.
==========================
=== DIY 3 Step Instructions ===
==========================
****STEP ONE****
Go to the folder: \Program Files\Oracle\VirtualBox\drivers\USB\filter
Right Click on the file: VBoxUSBMon.inf
and choose the option; OPEN
The file should open in your editor (default editor is: notepad.exe)
After the [Manufacturer] SECTION
add the following:
[DefaultInstall]
DefaultInstall.NT
Save the file and close the editor.
Right Click on the file again and choose: INSTALL
****STEP TWO****
Go to \Program Files\Oracle\VirtualBox\drivers\USB\device
Right Click on the file: VBoxUSB.inf
and choose the option; OPEN
The file should open in your editor (default editor is: notepad.exe)
After [SourceDisksNames] SECTION
add the following:
[DefaultInstall]
CopyFiles=VBoxUSB.Files.Ext
ORACLE.NTamd64
[DefaultInstall.Services]
Addservice = VBoxUSB, 0x00000002, VBoxUSB.AddService
VBoxUSB.AddService
VBoxUSB.AddReg
Save the file and close the editor.
Right Click on the file again and choose: INSTALL
****STEP THREE****
Reboot your computer.
That's it,
Your Windows HOST should now load the "Oracle VM" USB .sys files
which will create and mount the "USB subsystem" used by the VM Appliances.
I am retired and do not monitor this post or respond to inquiries.
Good Luck.