xxxxxxxxxx
# 1. Check the state of the virtualbox service Opens a terminal in administrator mode and executes:
sc.exe query vboxsup
# 2. If the service is stopped, try to start it:
sc.exe start vboxsup
# A simple restart can solve the problem if the pilot was blocked.