Page 1 of 1

VBoxService consumes 100% of guest CPU

Posted: 17. Jan 2011, 16:23
by Pashec
I have windows 7 as guest and host OS. I have installed guest additions. Guest's network, USB, audio are disabled (tried to enable as well).
I launch calc.exe by this command:

Code: Select all

"C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" guestcontrol execute "UI Tests" "calc.exe" --username ccnet --password ccnet
calc.exe is actually running in the guest OS but VBoxService consumes 100% CPU until I close calc.exe manually.
Is there any workaround/fix for this problem?