Hi,
referring to the last post, we can confirm that the problem occurs. This problem is caused by the USB driver that uses NoMachine and VirtualBox. We are currently working on a solution.
Until then, we suggest you uninstall the USB drivers without having to remove NoMachine:
1) Run the CMD console with administrator rights:
right click on the bottom left corner on Windows Desktop -> choose Command Prompt (Admin)
2) Move to <NoMachine>/bin directory
where <NoMachine> is the directory where you installed the NoMachine software
4) Remove USB drivers and devices by executing from console:
nxservice64 –uninstall nxusb
or, if you are on a 32.bit machine:
nxservice32 –uninstall nxusb
5) USB service will be in ‘Marked to delete’ status until next reboot.
nxservice64 –status nxusb
6) change entry in node.cfg (than after reboot the Windows driver will not be loaded):
run the Notepad (or other text editor) as administrator
open file <NoMachine>/etc/node.cfg
change entry
#EnableUSBSharing both
to
EnableUSBSharing none
7) Reboot the Windows.
If you want to check status of USB service, you can run from console:
nxservice64 –status nxusb
it should be: Not installed